You are here: Home Linux Printserver Some important cups commands
Search
Advanced Search…
E-Mail

Webmail: webmail.wyden.com

E-Mail Preferences: postfix.wyden.com/users

E-Mail Administration: postfix.wyden.com

Statistics
Total: 463
Total Pages: 284
Total Folders: 87
Total Files: 18
Total Links: 26
Last modification: 03.02.2012 16:00
 

Some important cups commands

by Wyden Silvan last modified 26.11.2009 16:32

http://www.cups.org
http://www.openprinting.org

#installation
apt-get install cups
apt-get install cups-pdf
localhost:631
/etc/cups/cups.config bearbeiten -> Allow From 192.168.1.X überall eintragen + Locate ServerIP

#printing from the console:
lp filename
lpr filename

#shows the avaiable printers
lpstat -p -d

#to print on a printer p
lp -d printer filename
lpr -P printer filename

#set the default printer
lpoptions -d printer

#change the size
lp -o landscape