From 0a9b7a235d8a27ca07904bd490ad8dd64731a1b9 Mon Sep 17 00:00:00 2001 From: Samu Date: Tue, 24 Feb 2026 23:02:30 +0100 Subject: [PATCH] add printeri nstructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index f06fcd0..acc2166 100644 --- a/README.md +++ b/README.md @@ -36,4 +36,16 @@ sudo pam-auth-update Make sure everything saved ```bash echo "account required pam_access.so" | sudo tee -a /etc/pam.d/common-account +``` + +## Printer stuff + +enable sharing to remotes +```bash +sudo cupsctl --share-printers --remote-admin --remote-any +``` + +add user to admin +```bash +sudo usermod -aG lpadmin $USER ``` \ No newline at end of file