Bladeren bron

Add CUPS notes

HON95 3 jaren geleden
bovenliggende
commit
8e59e8d475
1 gewijzigde bestanden met toevoegingen van 10 en 0 verwijderingen
  1. 10 0
      config/pc/applications.md

+ 10 - 0
config/pc/applications.md

@@ -45,6 +45,16 @@ breadcrumbs:
 - Disable external media keys by setting `media.hardwaremediakeys.enabled` to false in `about:config`.
 - (Linux) Install missing language support: `apt install $(check-language-support)`
 
+## CUPS
+
+### Setup for SMB
+
+**For Manjaro. Assumes CUPS is already installed.
+
+1. Install required programs: `pacman -Sy smbclient cifs-utils`
+1. Enable SMB authentication: In `/etc/cups/printers.conf`, set `AuthInfoRequired username,password`.
+1. Add the printer using the `smb://` schema. It should prompt for authentication when printing stuff.
+
 ## Git
 
 ### Config