domingo, 10 de março de 2019

Raspberry Pi: Servidor de impressão, e scanner.
# apt-get install cups
# cd /etc
cd / cups
# nano cupsd.conf
Browsing On

Listen localhost:631
# Restrict access to the admin pages...
<Location /admin>
Order allow,deny
Allow from 127.0.0.1
Allow from 192.168.0.*
</Location>
<Locations /pinters>
Order allow,deny
Allow from 127.0.0.1
Allow from 192.168.0.*
</Location>
salva ctrl+o e sai ctrl +x
/etc/init.d/cups restart
[ ok ] Restarting cups (via systemctl): cups.service.
voalá