Print server on Raspberry Pi
Install raspbian update sudo apt-get update 3. Install Cups sudo apt-get install cups 4. sudo usermod -a -G lpadmin pi 5. Set static IP in graphic settings or via sudo nano /etc/dhcpcd.conf 6. Set Cups to be accessible from network sudo cupsctl –remote-any 7. Setup SSH remote access (Options->SSH) sudo raspi-config 8. From your browser…