merge
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 16 Apr 2009 10:46:54 +0300
changeset 91 1c0c9a83c062
parent 78 9e9dd64a410c (current diff)
parent 90 63be82787226 (diff)
child 92 a8482dddf447
child 104 af0c67e2f978
merge
--- /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/
+
--- 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?
--- /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.
+