Skip to content

Instantly share code, notes, and snippets.

@ralucas
Created December 8, 2019 14:40
Show Gist options
  • Save ralucas/3ef822aca525daadedd3b0c60037db45 to your computer and use it in GitHub Desktop.
Save ralucas/3ef822aca525daadedd3b0c60037db45 to your computer and use it in GitHub Desktop.
Cups in Fedora
# either build from source or dnf install cups
sudo systemctl enable cups.service
sudo systemctl start cups
# open up firewalld ports
sudo firewall-cmd --zone=internal --add-port=631/tcp
sudo firewall-cmd --zone=internal --add-port=192.168.0.0/16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment