From 6e5044eb4ba064a497699208068d2553ac172f8c Mon Sep 17 00:00:00 2001 From: johannst Date: Sun, 17 Nov 2024 21:19:48 +0000 Subject: deploy: deb4619a79deace26923e91a93b6d7bbfce40e78 --- linux/cups.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'linux/cups.html') diff --git a/linux/cups.html b/linux/cups.html index 4df68f2..a047fbb 100644 --- a/linux/cups.html +++ b/linux/cups.html @@ -174,12 +174,14 @@ lpadmin -x PRINTER

Printer & Printing options

# List printer options.
 # CHECK printer-make-and-model
-lpoptions -p Brother_MFC_L2750DW_series
+lpoptions -p PRINTER
 # List printing options.
-lpoptions -p Brother_MFC_L2750DW_series -l
+lpoptions -p PRINTER -l
+# Set an options, eg duplex mode.
+lpoptions -p PRINTER -o 'Duplex=DuplexNoTumble
 
 # Set the default printer (stored in ~/.cups/lpoptions).
-lpoptions -d Brother_MFC_L2750DW_series
+lpoptions -d PRINTER
 

Inspect installed printer.

# List default printer.
-- 
cgit v1.2.3