# HG changeset patch # User Oleksandr Gavenko # Date 1268381725 -7200 # Node ID 3f6254f37a2af7175a5716783fca9dcbee9a96f8 # Parent e315ba898becdb4943a6362b2f2102f47e0671f7# Parent e70d9e6f07f603dd13b440190641a3d7e70f8dd5 Automated merge with file:///d:\srv\hg-home\admin-doc diff -r e70d9e6f07f6 -r 3f6254f37a2a blog.rst --- 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. diff -r e70d9e6f07f6 -r 3f6254f37a2a info.rst --- /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 diff -r e70d9e6f07f6 -r 3f6254f37a2a linux.rst --- /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- + SPARC: ALT-STOP- + PPC: ALT - Print Screen (or F13) - + + '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 diff -r e70d9e6f07f6 -r 3f6254f37a2a mail.rst --- 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) diff -r e70d9e6f07f6 -r 3f6254f37a2a net.rst --- 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. diff -r e70d9e6f07f6 -r 3f6254f37a2a newsgroup.rst --- 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//feeds + news-name like mozilla.dev.tech.network or comp.emacs