Set up a network printer using cups
From Linuxintro
Revision as of 17:45, 24 July 2011 by imported>ThorstenStaerk (Created page with "To set up a network printer using cups, enter the print server into /etc/cups/client.conf like this: ServerName ''192.168.0.1'' In this example, ''192.168.0.1'' is the print ser...")
To set up a network printer using cups, enter the print server into /etc/cups/client.conf like this:
ServerName 192.168.0.1
In this example, 192.168.0.1 is the print server's IP address.