CUPS

# install DeskJet_695C
wget http://www.panticz.de/sites/default/files/DeskJet_695C.ppd -P /tmp
sudo lpadmin -p DeskJet_695C -v parallel:/dev/lp0 -E -P /tmp/DeskJet_695C.ppd
 
# view all available printer
lpstat -p -d
 
# enable webadmin
vi /etc/cups/cupsd.conf
#Listen localhost:631
Listen 0.0.0.0:631
 
<Location />
  Allow From 192.168.1.0/24
</Location>
<Location /admin>
  Allow From 192.168.1.0/24
</Location>
 
# print file from command line
lpr -P DeskJet_695C YOUR_FILE.pdf
 
# Links
http://www.cups.org/documentation.php/options.html
AttachmentSize
DeskJet_695C.ppd18.68 KB
hp_business_inkjet_2300.ppd61.97 KB
FS-1010.ppd10.72 KB
Kyocera_FS-1010.ppd23.47 KB
Epson_B-500DN_A5.ppd9.32 KB

Do you like this page? Then support it. Please click the AD below and visit the sponsor. Thank you!