December 10, 2012
These notes were made after following the UiO guidelines found here.
Get started:
cd Downloads
sudo mv cups2priss_init /usr/local/bin/
cd /usr/local/bin/
sudo chmod a+rx cups2priss_init
sudo cups2priss_init -R
You’ll now be able to access the UiO printers. A list of the different printers can be found here.
Printing:
cd Documents/Out/
dir
lpr.cups -P[printername] file.pdf
lpr -P[printername] file.pdf
lpr -Pprinter3 file.pdf
Hopefully you’re all set now. Think of the environment before you go bananas, though ;-)