소스 검색

Add CUPS notes

HON95 3 년 전
부모
커밋
8e59e8d475
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  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