Code Sample |
$ sudo modprobe fuse $ sudo sshfs -o allow_other root@192.168.1.100:/mnt/sdb4/dslshare /mnt/dslshare root@192.168.1.100's password: xxxx $ |
Quote |
LogLevel info RunAsUser Yes Port 631 Listen localhost:631 Listen /opt/hplip/var/run/cups/cups.sock ### Which print servers to use BrowseOrder deny,allow BrowseDeny from All BrowseAllow from @LOCAL BrowseAllow from 192.168.1.* <Location /> AuthType None Order Deny,Allow Deny From All Allow From @LOCAL </Location> <Location /jobs> AuthType None Order Deny,Allow Deny From All Allow From @LOCAL </Location> <Location /printers> AuthType None Order Deny,Allow Deny From All Allow From @LOCAL </Location> <Location /admin> AuthType None Order Deny,Allow Deny From All Allow From @LOCAL </Location> |
Quote |
LogLevel info Port 631 Listen /opt/hplip/var/run/cups/cups.sock Listen 192.168.1.100:631 Listen localhost:631 Browsing On BrowseAddress @LOCAL BrowseAddress 192.168.1.255 BrowseAddress 192.168.1.* <Location /> AuthType None Order Deny,Allow Deny From All Allow From @LOCAL Allow From 192.168.1.* Allow From 127.0.0.1 </Location> <Location /jobs> AuthType None Order Deny,Allow Deny From All Allow From @LOCAL Allow From 192.168.1.* Allow From 127.0.0.1 </Location> <Location /printers> AuthType None Order Deny,Allow Deny From All Allow From @LOCAL Allow From 192.168.1.* Allow From 127.0.0.1 </Location> <Location /admin> AuthType Basic AuthClass System Allow From 127.0.0.1 Order Deny,Allow Deny From All </Location> |