# HG changeset patch # User Oleksandr Gavenko # Date 1239868014 -10800 # Node ID 1c0c9a83c06263186909012127e4241af3b33f66 # Parent 9e9dd64a410ca911e060d3ffbae3cfe6dc340733# Parent 63be82787226a8c9705b31102cd99f65f510b815 merge diff -r 9e9dd64a410c -r 1c0c9a83c062 flops.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/flops.rst Thu Apr 16 10:46:54 2009 +0300 @@ -0,0 +1,8 @@ +-*- outline -*- + +* Top. + +See + + http://www.top500.org/ + diff -r 9e9dd64a410c -r 1c0c9a83c062 printer.rst --- a/printer.rst Mon Apr 13 18:57:03 2009 +0300 +++ b/printer.rst Thu Apr 16 10:46:54 2009 +0300 @@ -20,6 +20,22 @@ $ sudo apt-get cupsys $ sudo apt-get cupsys-client +** List of printers. + + $ lpstat -v +device for HL2070N: lpd://192.168.1.102/binary_p1 + +** What printer default? + + $ lpstat -d +system default destination: HL2070N + +or more verbose + + $ lpstat -s +system default destination: HL2070N +device for HL2070N: lpd://192.168.1.102/binary_p1 + * HP printers. ** Where find driver for HP printers? diff -r 9e9dd64a410c -r 1c0c9a83c062 thunderbird.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thunderbird.rst Thu Apr 16 10:46:54 2009 +0300 @@ -0,0 +1,16 @@ +-*- outline -*- + +* FAQ. + +See + + http://www.mozilla.org/support/thunderbird/faq + http://www.mozilla.org/support/thunderbird/tips + http://kb.mozillazine.org/Thunderbird_:_FAQs + +* Make newsgroup names appear expanded, not abbreviated. + +The newsgroup server names appear abbreviated in the folder pane. To display +the full name, use the Config Editor to change the value of the preference +mail.server.default.abbreviate to false. +