Install Samba server
From TheLinuxVault
This how-to is about: Samba, Networking
What you need to know to use this how-to: The Terminal, apt-get
The Samba file-sharing server shares files using the SMB/CIFS protocol, also used by Microsoft Windows and most other operating systems.
[edit] Installing in Ubuntu
To install the Samba server in Ubuntu, Kubuntu and other *buntu variants, install the samba package or issue the command:
sudo apt-get install samba
[edit] Installing in Debian
To install the Samba server in Debian (etch, lenny and sid), install the samba package or issue the command:
sudo apt-get install samba
[edit] Configuring Samba with smb.conf
This section is not yet completed. The workgroup line tells Samba what workgroup it is in. For example:
workgroup = SMITH
server string is the full description of the Samba server. It appears in several places, especially on Windows computers. For example:
server string = John's computer

