123456789101112131415161718192021 |
- ## 3-21-18 Installed Slackware after years of using Arch,
- ## and a brief use of Korora linux (derived from Fedora), Used 1 week.
- ## Thanks Klaatu on Mastodon.xzy for helping me.
- ## Access printer on CUPS web interface
-
- #Listen localhost:631 ## default is uncommented
- Listen 192.168.1.xxx:631 ## added this
- ## Added to avoid message that this page is Forbidden
- su
- usermod -a -G lp mark
- ## Added
- Allow From 192.168.1.xxx after Order allow,deny where needed
-
- ## Added to .bashrc
- ## Tmux would not clear the screen with C-l
- bind -x '"\C-l": clear'
-
|