# HG changeset patch # User Oleksandr Gavenko # Date 1240047927 -10800 # Node ID a8482dddf447313388d26d07f26a7e493c2fc925 # Parent 72175e4fc06994c043aa757609c67dc077dbf009# Parent 1c0c9a83c06263186909012127e4241af3b33f66 merge diff -r 72175e4fc069 -r a8482dddf447 flops.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/flops.rst Sat Apr 18 12:45:27 2009 +0300 @@ -0,0 +1,8 @@ +-*- outline -*- + +* Top. + +See + + http://www.top500.org/ + diff -r 72175e4fc069 -r a8482dddf447 printer.rst --- a/printer.rst Sat Apr 18 12:30:58 2009 +0300 +++ b/printer.rst Sat Apr 18 12:45:27 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 72175e4fc069 -r a8482dddf447 thunderbird.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thunderbird.rst Sat Apr 18 12:45:27 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. +