Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
help:general_linux:printing [2016/08/10 11:21]
jebailie created
help:general_linux:printing [2016/08/25 13:50]
jebailie [vprint]
Line 5: Line 5:
   * is to be used for Computer Science Lab / Homework ONLY   * is to be used for Computer Science Lab / Homework ONLY
   * is limited to a maximum of 5 page(s) per job   * is limited to a maximum of 5 page(s) per job
- 
  
   * Please note that the __print logs__ are monitored.   * Please note that the __print logs__ are monitored.
- 
  
 ===== vprint ===== ===== vprint =====
 +You may print to any **vprint** printer from your linux account.  There is a vprint printer on the 2nd floor of Sanders Physics.
 +
 +To enable the printer, on the linux cmd line:
 +  * cd ~
 +  * mkdir .cups 
 +  * cd .cups
 +  * echo 'User 999//nnnnnn//' > client.conf (ensure that single quotes are used your 999 is entered)
 +  * chmod 400 client.conf  (ensure that you can only read the file)
 +
 +In lieu of creating a client.conf file, the printing command can be specified on a terminal line:
 +
 +  * lpr -U 999//nnnnnn//-P vprint the.file
 +
 +