Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects

Linux printing at PSI

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    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.

    install_printer.sh 552 B
    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
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment