new cheatsheets

This commit is contained in:
Blake Huber
2015-09-07 20:56:09 -05:00
parent 2d7fdb5425
commit ab86ac970d
7 changed files with 154 additions and 0 deletions

22
cheat/cheatsheets/cups Normal file
View File

@ -0,0 +1,22 @@
# Manage printers through CUPS:
http://localhost:631 (in web browser)
# Print file from command line
lp myfile.txt
# Display print queue
lpq
# Remove print job from queue
lprm 545
or
lprm -
# Print log location
/var/log/cups
# Reject new jobs
cupsreject printername
# Accept new jobs
cupsaccept printername