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