[Raspberry Pi] Print server, Cups
Hello. Many routers have an integrated “print server,” that is, the ability to connect a printer via USB and share it on the network. In case your router doesn’t have this capability, we could always use our Raspberry as a print server with Cups apt-get install cups we enable administration from the web interface cupsctl –share-printers –remote-admin –remote-printers and add our user to the “lpadmin” group usermod -a -G lpadmin our_user ...