Created
August 15, 2015 09:34
-
-
Save wfaler/6f53d4b6f21dbe97f8f9 to your computer and use it in GitHub Desktop.
raspberry-pi printer server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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