--- a/blog.rst Fri Mar 12 10:15:20 2010 +0200
+++ b/blog.rst Fri Mar 12 10:15:25 2010 +0200
@@ -38,7 +38,7 @@
*** Label-specific site feed.
- * Atom 1.0: http://BLOGNAME.blogspot.com/posts/comments/default/-/labelname
+ * Atom 1.0: http://BLOGNAME.blogspot.com/feeds/posts/default/-/labelname
* RSS 2.0: http://BLOGNAME.blogspot.com/feeds/posts/default?alt=rss/-/labelname
*** Individual post comment feed.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/info.rst Fri Mar 12 10:15:25 2010 +0200
@@ -0,0 +1,11 @@
+-*- mode: outline; coding: utf-8 -*-
+
+* How to install info files?
+
+ $ cd autobook
+ $ make info
+...
+ $ ls autobook.info*
+autobook.info autobook.info-1 autobook.info-2 autobook.info-3
+ $ cp autobook.info* $HOME/usr/share/info
+ $ /usr/bin/install-info --info-dir=$HOME/usr/share/info autobook.info
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/linux.rst Fri Mar 12 10:15:25 2010 +0200
@@ -0,0 +1,27 @@
+-*- mode: outline; coding: utf-8 -*-
+
+* SysRq.
+
+ x86: ALT-SysRq-<command key>
+ SPARC: ALT-STOP-<command key>
+ PPC: ALT - Print Screen (or F13) - <command key>
+
+ 'b' - reboot
+ 'p' - dump the current registers and flags to your console
+ 'r' - take control of keyboard back from X
+ 'e' - send SIGTERM to all processes, except for init
+ 'i' - send SIGKILL to all processes, except for init
+ 's' - attempt to sync all mounted filesystems
+ 'u' - remount all filesystems read-only
+
+You can put one of such line:
+
+ $ echo 0 > /proc/sys/kernel/sysrq # disable
+ $ echo 1 > /proc/sys/kernel/sysrq # enable
+
+to your /etc/rc.local or alternativaly place under /etc/sysctl:
+
+ kernel.sysrq = 1
+
+ http://www.kernel.org/doc/Documentation/sysrq.txt
+ Linux Magic System Request Key Hacks
--- a/mail.rst Fri Mar 12 10:15:20 2010 +0200
+++ b/mail.rst Fri Mar 12 10:15:25 2010 +0200
@@ -1,5 +1,23 @@
-*- outline -*-
+* Message headers fields.
+
+ from = "From:" mailbox-list CRLF
+ sender = "Sender:" mailbox CRLF
+ reply-to = "Reply-To:" address-list CRLF
+
+ to = "To:" address-list CRLF
+ cc = "Cc:" address-list CRLF
+ bcc = "Bcc:" (address-list / [CFWS]) CRLF
+ newsgroups
+
+ http://tools.ietf.org/rfc//rfc2076.txt
+ Common Internet Message Headers, Informational
+ http://tools.ietf.org/rfc/rfc2822.txt
+ Internet Message Format, Standard Track
+ http://tools.ietf.org/rfc/rfc2821.txt
+ Simple Mail Transfer Protocol, Standard Track
+
* Sending email via gmail in emacs.
; install starttls from here (no need for patch)
--- a/net.rst Fri Mar 12 10:15:20 2010 +0200
+++ b/net.rst Fri Mar 12 10:15:25 2010 +0200
@@ -1,5 +1,11 @@
-*- outline -*-
+* Ukraine internet provider.
+
+** Utel.
+
+User - none, password - none, phone - '*99***1#'.
+
* How disable IPv6?
** Debian kernel 2.6/Ubuntu ("official" method)/Fedora Core.
--- a/newsgroup.rst Fri Mar 12 10:15:20 2010 +0200
+++ b/newsgroup.rst Fri Mar 12 10:15:25 2010 +0200
@@ -18,3 +18,7 @@
** Mozilla Thunderbird.
+* Newsgroup to feed.
+
+ http://groups.google.com/group/<news-name>/feeds
+ news-name like mozilla.dev.tech.network or comp.emacs