add printeri nstructions

This commit is contained in:
Samu
2026-02-24 23:02:30 +01:00
parent 5ee21ee523
commit 0a9b7a235d

View File

@@ -37,3 +37,15 @@ 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
```