Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Changed: | ||||||||
< < | Printing From Linux | |||||||
> > | Group Printers: Linux | |||||||
Changed: | ||||||||
< < | The CUPS print queue is visible at http://ppecups.physics.gla.ac.uk:631/printers/![]() PPE Printers ( | |||||||
> > | Linux machines print using the CUPS print server. The state of the print queues can be viewed here: | |||||||
Changed: | ||||||||
< < | All the printers listed in the GroupPrinters page are available via cups. Users of LINUX desktops and laptops can print documents to these printers via lpr . For example: | |||||||
> > | http://ppecups.physics.gla.ac.uk:631/printers/![]() | |||||||
Added: | ||||||||
> > | Installation | |||||||
Changed: | ||||||||
< < |
| |||||||
> > | Printers will be installed automatically on many desktops, but on other machines can be installed as follows: | |||||||
Changed: | ||||||||
< < | More information on lpr can be found in its man page. | |||||||
> > |
| |||||||
Changed: | ||||||||
< < | Please use a2ps to print text documents. | |||||||
> > | You will need administrator rights to do this. For assistance, please speak to PPE IT support. | |||||||
Changed: | ||||||||
< < |
| |||||||
> > | Using the Printers | |||||||
Changed: | ||||||||
< < | More information on a2ps can be found in its man page. | |||||||
> > | In most graphical applications, printers can be selected from the print dialog; it is worth noting that sometimes they will appear under their alternative names as listed on the group printers page (e.g. ld may be listed as kyc5 ). | |||||||
Changed: | ||||||||
< < | The status of all printers available under LINUX is summarised on the http://ppecups.physics.gla.ac.uk:631/printers/![]() | |||||||
> > | You can print from the command line using the lpr command. The Linux man page![]() | |||||||
Changed: | ||||||||
< < | Applications | |||||||
> > | $ lpr -P<PRINTER NAME> <FILENAME> | |||||||
Changed: | ||||||||
< < | Some applications such as firefox may not list the printers 'la', 'ld' or 'le' for these use the alternative names for these printers listed on the GroupPrinters page. | |||||||
> > | For example, to print example.ps to ld : | |||||||
Changed: | ||||||||
< < | Print Options | |||||||
> > | $ lpr -Pld example.ps | |||||||
Changed: | ||||||||
< < | For single sided printing to duplex printers use the one-sided option: | |||||||
> > | Single-sided printing can be forced by including the -o sides=one-sided option: | |||||||
Changed: | ||||||||
< < |
| |||||||
> > | $ lpr -Pld -o sides=one-sided example.ps | |||||||
Changed: | ||||||||
< < | Other print options can be found within the [http://www.cups.org/articles.php?L224 CUPS documentation]. | |||||||
> > | Text documents can be printed using the a2ps command (again, see the man page![]() | |||||||
Changed: | ||||||||
< < | Configuring a Linux Laptop | |||||||
> > | $ a2ps -P<PRINTER NAME> <FILENAME> | |||||||
Changed: | ||||||||
< < | Linux laptops are not initially configured to point at the PPE groups CUPS server. If you're at Glasgow and would like to print from your LINUX laptop edit the /etc/cups/client.conf file, adding | |||||||
> > | For example, to print example.txt to le : | |||||||
Changed: | ||||||||
< < | ServerName ppecups.physics.gla.ac.uk | |||||||
> > | $ a2ps -Ple example.txt | |||||||
Changed: | ||||||||
< < | and restart the CUPS server. Under Scientific or Redhat LINUX CUPS can be restarted by typing: | |||||||
> > | Further information on command-line printing may be found in the CUPS documentation![]() | |||||||
Changed: | ||||||||
< < | [root@laptop root]# /etc/init.d/cups restartas root. -- AndrewPickford - 02 Feb 2009 | |||||||
> > |
|