Skip to content

Instantly share code, notes, and snippets.

@wfaler
Created August 15, 2015 09:34
Show Gist options
  • Save wfaler/6f53d4b6f21dbe97f8f9 to your computer and use it in GitHub Desktop.
Save wfaler/6f53d4b6f21dbe97f8f9 to your computer and use it in GitHub Desktop.
raspberry-pi printer server
sudo apt-get install cups
sudo apt-get install hplip-gui
sudo usermod -a -G lpadmin pi
sudo emacs /etc/cups/cupsd.conf
# change:
#Listen section to:
Listen 632
#Add to all top level Location sections until Policy turns up in the file:
Allow @local
# Sign in to cups adming at raspberry-ip:631 with your raspberry pi user credentials
# Use the following drivers: HP LaserJet Pro P1102w Foomatic/foo2zjs-z2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment