The mopiers require an active connection to the GT VPN for printing functionality.
- Many College of Computing and Institute resources require VPN. Info about the GlobalProtect Campus VPN (for faculty, staff, and students) can be found here: https://faq.oit.gatech.edu/content/how-do-i-get-started-next-generation-campus-vpn
Installation of a printer in Linux/Unix can be achieved in many ways. The method documented here was done in Ubuntu 24.04. For other Linux distributions, consult their documentation for adding a printer.
Install the following package to enable additional printer configuration options -
sudo apt install system-config-printerOpen Settings -> Apps -> Printers

Click Open.

- Click Add (1).
- Expand Network Printer.
- Click LPD/LPR Host or Printer (2).
- If you wish to always print using your username, input:
- Host: gtusername@hollister.cc.gatech.edu
- Queue: input
- Click Forward (3).

- Choose Generic for the driver and click Forward.

- Click PostScript and click Forward.

- Input whatever details are desired on the Describe Printer page and click Apply.

- If you are set up to print for other users, print jobs will need to be submitted via the terminal using the format:
lpr -P printername -U GTusername /path/to/file
If you are set up to only print as yourself, you can just use the normal print dialog.
