Skip to content

Instantly share code, notes, and snippets.

@ascorbic-acid
Last active December 10, 2022 07:17
Show Gist options
  • Save ascorbic-acid/5bff51354d7a6a494dc14dd662524107 to your computer and use it in GitHub Desktop.
Save ascorbic-acid/5bff51354d7a6a494dc14dd662524107 to your computer and use it in GitHub Desktop.
Create Fake Dev Printer in Linux
# first install required package
sudo apt-get install ippserver
# create working directory for example PDF
mkdir PDF
# example for working virtual printer
ippserver -2 -M "HP" -P -d /home/pop/PDF -k -c /home/pop/PDF -m "XM80" -n 127.0.0.1 -l "ipp://127.0.0.1:8085" -p 8085 -vvv "Dev Printer1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment