Feb 6, 2025
See also: Purdue Science IT Printing
Set the variables as follows:
$USERNAME
is your Purdue Career account (encoded via URL encoding).$PASSWORD
is your Purdue Career password (encoded via URL encoding).$PRINTER
is the printer name (e.g. haas257bw
). See here: https://www.purdue.edu/science/scienceit/printers.html (you need to be on campus or through VPN).Unfortunately the printer password is stored in plaintext in CUPS (you will need root access for the file though).
CUPS encodes the username and the password in the URL of the printer. Therefore, if your password contains special characters, they need to be encoded via URL encoding (e.g. @ needs to be input as %40).
print.science.purdue.edu/PRINTER_NAME
. PRINTER_NAME
is room + printer type, e.g. haas257bw
(there is a sticker on each printer with the name too).BOILERAD\YOUR_USERNAME
(note the backslash).haas257bw
is a Lexmark M5155 4063-29E, for example).