Tutorial: https://www.youtube.com/watch?v=eDT1A6q_RFk Install brlaser driver: https://github.com/pdewacht/brlaser#installation apt-get install printer-driver-brlaser sudo apt install ghostscript CUPS CONFIG /etc/cups/cupsd.conf # # Configuration file for the CUPS scheduler. See "man cupsd.conf" for a # complete description of this file. # # Log general information in error_log - change "warn" to "debug" # for troubleshooting... LogLevel warn PageLogFormat # Deactivate CUPS' internal logrotating, as we provide a better one, especially # LogLevel debug2 gets usable now MaxLogSize 0 # Only listen for connections from the local machine. Listen 631 Listen /run/cups/cups.sock # Show shared printers on the local network. Browsing On BrowseLocalProtocols dnssd # Default authentication type, when authentication is required... DefaultAuthType Basic # Web interface setting... WebInterface Yes # Restrict access to the server... ...
Comments
Post a Comment