[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
slackbook:printing [2012/09/09 02:40 (UTC)] – [Formatting for Print] added original text mfillpotslackbook:printing [2012/09/12 21:07 (UTC)] – updated code block to syntax highlighting mfillpot
Line 67: Line 67:
  
  
-<code>+<file>
  
 <Printer r1060> <Printer r1060>
Line 89: Line 89:
 ErrorPolicy stop-printer ErrorPolicy stop-printer
 </Printer> </Printer>
-</code>+</file>
  
  
Line 104: Line 104:
  
          
-<code>+<code bash>
  
 darkstar:~# <command>lpinfo -m | grep 1060</command> darkstar:~# <command>lpinfo -m | grep 1060</command>
Line 114: Line 114:
  
  
-<code>+<file>
  
 gutenprint.5.2://brother-hl-1060/expert Brother HL-1060 - CUPS+Gutenprint v5.2.6 gutenprint.5.2://brother-hl-1060/expert Brother HL-1060 - CUPS+Gutenprint v5.2.6
 gutenprint.5.2://ricoh-afc_1060/expert Ricoh Aficio 1060 - CUPS+Gutenprint v5.2.6 gutenprint.5.2://ricoh-afc_1060/expert Ricoh Aficio 1060 - CUPS+Gutenprint v5.2.6
-</code>+</file>
  
  
Line 196: Line 196:
  
  
-<code>+<code bash>
 # lpadmin -d r1060 # lpadmin -d r1060
 </code> </code>
Line 219: Line 219:
  
  
-<code>+<code bash>
 $ lpr foo.txt $ lpr foo.txt
 </code> </code>
Line 242: Line 242:
  
  
-<code>+<code bash>
 darkstar:~$ <command>pr foo.txt | lpr</command> darkstar:~$ <command>pr foo.txt | lpr</command>
 </code> </code>
Line 262: Line 262:
 ====== Sources ====== ====== Sources ======
 <!-- If you copy information from another source, then specify that source --> <!-- If you copy information from another source, then specify that source -->
- * Original source: [[http://www.slackbook.org/beta]] \\+  * Original source: [[http://www.slackbook.org/beta]] \\
 <!-- Authors are allowed to give credit to themselves! --> <!-- Authors are allowed to give credit to themselves! -->
- * Originally written by Alan Hicks, Chris Lumens, David Cantrell, Logan Johnson+  * Originally written by Alan Hicks, Chris Lumens, David Cantrell, Logan Johnson
 <!-- * Contrbutions by [[wiki:user:yyy | User Y]] --> <!-- * Contrbutions by [[wiki:user:yyy | User Y]] -->
  
 slackbook:printing ()