** Download ISO for DVD from this site :-
http://www.ubuntu.com/download/server
Burn ISO to CD or DVD
1) Use DVD and install - don’t use DHCP (dont connect your Server to the internet) – manually install IP - name the server SERVER - Install only SAMBA on the server.
2) at terminal prompt type in :- Sudo nano /etc/samba/smb.conf
3) Edit the file by inserting the following
[C]
comment = Guest Share
path = /share
browseable = yes
read only = no
writeable = yes
guest ok = yes
press [ctrl] and X to save the file then type in
4) Sudo mkdir /share
5) Sudo chmod 777 /share -R
6) Lastly in compubyte on each terminal at network setup up (log in screen) insert drive letter f and at map insert \\SERVER\c
thats it !
