This is an old revision of the document!
CUPS is the most popular printing system on Linux these days.
On the CUPS server, be sure the network access is set sufficiently open:
vim /etc/cups/cupsd.conf <Location /> Order Allow,Deny Deny From All Allow From 127.0.0.1 Allow From 127.0.0.2 Allow From @LOCAL </Location>
lpadmin
command is used to configure CUPS from the command line.Regular user: http://localhost:631
Admin user: https://root@localhost:631