CUPS einrichten
sudo apt install cups -y
CUPS starten
sudo systemctl start cups
CUPS aktivieren
sudo systemctl enable cups
CUPS konfigurieren
sudo nano /etc/cups/cupsd.conf
Listen localhost:631 ändern auf Port 631
Browsing Off auf Browsing On
… Restrict access to server
Dort Allow @LOCAL einbauen
… Restrict access to the admin pages
CUPS neu starten
sudo systemctl restart cups