|
I have heard that you can get the DIKU printers recognized on your own system, to make it easier to print, how do you do that?
This question is marked "community wiki".
|
You can also run:
(If you use an older version of CUPS (< 1.6.x), you can use the
link
This answer is marked "community wiki".
|
|
This is very easy using CUPS. You need to edit the
Some distributions, e.g. Ubuntu, disable printer browsing by default, you so might need to change When you have made those changes you will need to restart the CUPS service. How you do that depends on the distribution. On Ubuntu it would be by typing the command This should make all available DIKU printers show up on your printer list in your applications. Note: This no longer works as of cups 1.6. |
|
An alternative way to print from linux, is to use You can either upload the files to
Or you can simply do it in one sweep and pass the file to
1
I prefer this version:
Fewer keystrokes, and the filename is in the end of the command so you can quickly replace it if you need to print other stuff. Also, you might want to change over to use "lp" instead of "lpr"
I think it is "more standard" on Linux, and I find the arguments more convenient. For example "lp -P 5,34-37" prints page 5 and 34 through 37. To do the same with lpr you have to type "lpr -o page-ranges=5,34-37" A handy feature when using the ssh command is that it is also usable with your shiny new smartphone with some kind of terminal emulater installed. This means that if you from time to time swing by DIKU merely for your printing needs, and don't want to go looking for a (incrisingly elusive) terminal, you phone will do the trick just as nicely. @DanielR: @Sebastian made an app for printing on DIKU from your Android http://qa.dikutal.dk/questions/318/can-i-use-the-diku-printers-from-my-android-smartphonetablet?page=1&focusedAnswerId=345#345 |
|
I created a script because I can never remember the lp/lpr command parameters. One should set up SSH keys to ask or tyr to avoid typing passwords.
|
|
If you don't feel like getting dirty with editing the cupsd.conf manually, the *buntu's offer a easy to use graphical printer installation wizard, by selecting printer/add new from the settings menu. Also check out this handy tutorial from ScienceIt, which also explains how to view/delete jobs from the web interface: http://www.science.ku.dk/it/vejledninger/printeropsaetning/diku/ |
|
I post my version because I find it simpler. It worked for me. Firstly, connect to the "eduroam" wireless. To lookup the printer's status:
To print:
(note that there is a difference in the host argument: "-h" vs "-H") |