Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Nevis Printing | ||||||||
Line: 135 to 135 | ||||||||
If you're using a system outside those networks, and you wish to print on a Nevis cluster printer, see the FAQ below.; a typical setup for your system might be (using bw-research as an example):
| ||||||||
Changed: | ||||||||
< < | Type of queue: lpr Remote server: print.nevis.columbia.edu Remote queue: bw-research | |||||||
> > | Type of queue: lpr Remote server: print.nevis.columbia.edu Remote queue: bw-research | |||||||
If you're looking for Postscript Printer Description files (PPD files), you can find many of them on the Nevis Linux cluster, in directory /usr/nevis/printing/ppds/ . | ||||||||
Line: 148 to 148 | ||||||||
lpr filename | ||||||||
Changed: | ||||||||
< < | will print the file "filename" on the default print queue; you can find out the default queue with the command [[http://www.nevis.columbia.edu/cgi-bin/man.sh?man=lpstat][lpstat]] -d | |||||||
> > | will print the file "filename" on the default print queue; you can find out the default queue with the command lpstat -d | |||||||
If you want to print a file on a printer that's not your default (a color printer, perhaps), use the -P option to select the print queue:
lpr -Pqueue-name filename |