- lpr sends print jobs to specified queue
- Usually queue is a directory /var/spool/cups
- CUPS daemon monitors queues and connections from network
- Old printer daemon is LPD
- CUPS sends print queues to printers
- Ghost script translates from Postscript to specific printer language
- Ghost sript is injected into the print queue via smartfilter
- CUPS has it's own collection of smartfilters
- CUPS is available via http://localhost:631
- U can print some pages on one sheet using mpage command
- lpq command is used to display print queues
- lprm command is used to delete jobs from print queue
- lpc command and CUPS web panel are used to manage print queues
- Enable, disable queue: cupsenable, cupsdisable
- lpmove command moves jobs from one queue to another
Tuesday, 21 September 2010
Printing tips in Linux
Subscribe to:
Comments (Atom)
Ping does not work
Today I would like to discuss a banal situation: host A is directly connected to host B, ping from host A to host B does not work. What are...
-
In this post I am going to describe how I was configuring auditd service in Ubuntu Linux 12.04 server and the challenges I faced during thi...
-
Let us imagine you need to upload large files into Mantis. For instance we will set a 40Mb limit. First of all you need to change configur...
-
If it is required to check what encryption and authentication is supported by IPSec service, ike-scan utility can be used. First we can laun...