Print to the Network From a Laptop
Windows
Open up a command shell and type in the following:
net use \\kore.cs.virginia.edu\IPC$ * /USER:CSDOM\ejs3s /PERSISTENT:Yes
- change "ejs3s" to your user name then run batch file under wireless
Where [mst3k] is replaced by your username. Enter your password at the prompt and await successful login to KORE.
Once you are authenticated against KORE, open the 'Devices and Printers' interface. Select 'Add a printer' then click on 'Add a network, wireless or Bluetooth printer', then on 'The printer I want is not listed'.
In the 'Add Printer' window select the 'Select a shared printer by name' option and enter "\\KORE.CS.VIRGINIA.EDU\" and wait briefly - the available printers should appear in a list. Select the one you want and follow the prompts to finish setting it up.
Linux
To add department networked printers available to your laptop, edit /etc/cups/client.conf to include the following lines:
ServerName cups.cs.virginia.edu Encryption IfRequested
Then, restart CUPS:
sudo /etc/init.d/cupsys restart