CS Papercut Printing from Unix
Set up one file in the /etc/cups
directory - client.conf
. In the client.conf
file, add a line that says "ServerName lpdrelay.cs.princeton.edu
." For good measure, you could, as root, give the service cups restart
command, but that should not be necessary.
If your login username differs from your OIT NetID
If your login username differs from your OIT NetID on your computer, you should modify your CUPS client configuration file - /etc/cups/client.conf. Be sure to replace "PutYourOITNetIDHere" with your own OIT NetID:
- Terminal
-
sudo sh -c "echo User PutYourOITNetIDHere > /etc/cups/client.conf"
-
-
Reboot