Skip to content

Instantly share code, notes, and snippets.

@kennycyb
Created February 13, 2018 05:34
Show Gist options
  • Save kennycyb/edbe9c6c131257d0c87aefb18df71c99 to your computer and use it in GitHub Desktop.
Save kennycyb/edbe9c6c131257d0c87aefb18df71c99 to your computer and use it in GitHub Desktop.
Linux: File Printer / Null Printer

Enable FileDevice

Edit /etc/cups/cupsd.conf

FileDevice yes

Setup Printer

$ lpadmin -p <printername> -E -v file:/dev/null

Test

$ who | lp -d <printername>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment