Printer Sharing

1. On the computer which printer attached
Open Administration printing then add new printer
setup the printer
right-click on the printer then mark on enable and shared boxes
Go to server setting
make sure that “Shared published printer ……” checked
Open terminal then type : sudo apt-get install samba
Then sudo gedit /etc/samba/smb.conf
edit this :
[printers]
comment = All Printers
browseable = no
path = /var/spool/samba
printable [...]

Nautilus Scripts

Started from here, talked about Send To feature ( this feature is famous in Ms. Windows — i think ) , i just realized that i have missed another simple thing !!
I found something in wiki and something in unleashed.
If you need Copy-To script :
#! /bin/bash
location=`zenity –file-selection –directory –title=”Select a directory”`
for arg
do
if [ -e "$location"/"$arg" [...]

HP LaserJet 1020 on Hardy Heron

Frankly, i never know that this printer can’t directly work if we installed it in HH by using direct connection. Otherwise, i always use this printer through network and it works totally well.
When i looked at this problem in google… i was shocked that this issue is there and it was an error from the [...]