Linux printing at PSI
The snippet can be accessed without any authentication.
Authored by
lange_c
See also https://intranet.psi.ch/de/computing/linux-printing
Using ubuntu, as root
Make sure to replace $PASS
and also to adjust the username from lange_c
.
sudo apt-get install krb5-user cups cups-client cups-bsd
cd /usr/share/cups/model/
curl -O https://www.openprinting.org/download/PPD/Ricoh/PS/Ricoh-IM_C5510_PS.ppd
curl -O https://www.openprinting.org/download/PPD/Ricoh/PS/Ricoh-IM_C400_PS.ppd
curl -O https://www.openprinting.org/download/PPD/Ricoh/PS/Ricoh-P_C600_PS.ppd
lpadmin -p findme -E -v https://lange_c:$PASS@printprod01.psi.ch:9164/printers/findme
lpstat -a
lpstat -l -e
echo -e '%!PS-Adobe-1.0\n /Helvetica findfont 200 scalefont setfont 100 100 moveto (Test) show showpage' | lpr -P findme
Please register or sign in to comment