====== Samba ======
====To Setup Samba File Server - Simple====
 apt-get install samba
chose a workgroup
default setup is good
To setup user acc (mst be in passwd) with Samba passwd:
 smbpasswd -a user
Thats it. Config file is /etc/samba/smb.conf
Config options:
 writable = yes
Other Config options are:
Default File and Directory Permissions
Info found at this page: http://www.aboutdebian.com/lan.htm
====== Check User Database list ======
 pdbedit -L
 #reads from /var/lib/samba/passdb.tdb
====== reset samba password from remote machine ======
 smbpasswd -r samba.servername