merge
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 18 Apr 2009 12:45:27 +0300
changeset 92 a8482dddf447
parent 86 72175e4fc069 (current diff)
parent 91 1c0c9a83c062 (diff)
child 93 ebdd7faf1d89
merge
--- /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/
+
--- 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?
--- /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.
+