apt-get install samba samba-common libcups2 smbclient
mkdir -p /opt/share
chmod -R 777 /opt/share
joe /etc/samba/smb.conf
[global]
workgroup = WORKGROUP
server string = Samba Server %v
netbios name = mydebian205
security = share
[share]
path = /opt/share
browsable =yes
writable = yes
guest ok = yes
read only = no
service samba restart