Installing SAMBA Server in the ubuntu is eaily.
sudo apt-get updatesudo apt-get install samba
Configure SAMBA Settings
workgroup = groupname...#create share folder[share name]comment = remarkpath = "folder path"
guest ok = "yes or no"
read only = 'yes or no'