Content :
Followed tutorials:
- Configure and install server: https://geekytheory.com/tutorial-raspberry-pi-12-como-crear-un-servidor-de-impresion
- HP LaserJet 1020 driver: http://foo2zjs.rkkda.com/
Url to access to the server once installed https://SERVER_IP:631/.
Installed raspbian using Raspberry Pi Imager v1.2, desktop app to install SO in the SD from a computer. Installed Raspbian without user interface.
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
| #!/bin/sh /etc/rc.common | |
| # | |
| # This is free software, licensed under the GNU General Public License v3. | |
| # See /LICENSE for more information. | |
| # | |
| START=95 | |
| USE_PROCD=1 |