Pi Print Server
Pi Print Server
https://www.tomshardware.com/how-to/raspberry-pi-print-server
1. Install Pi OS Raspberry Pi OS Lite
2. Install and update Pi.
curl https://get.pimoroni.com/uptodate | bash
sudo rpi-update
4. Install the Common Unix Print System (CUPS) software.
sudo apt install cups
5. Add the default user, pi to the group of users which can use printers.
sudo usermod -a -G lpadmin pi
6. Configure CUPS so that it is accessible across the network.
sudo cupsctl --remote-any
7. login http://pi:631
Comments
Post a Comment