install samba
$ sudo apt-get install samba
configure file smb.conf
$ sudo gedit /etc/samba/smb.conf
find di file smb.conf
.......
; browseable = no
.......
; writable = no
edit menjadi :
.......
browseable = yes
.......
writable = yes
save file. terus kasih username. klo dah ada ga sah dibuat lagi
$ sudo smbpasswd -a
New SMB password :
Retype new SMB password :
klo mo buat user baru, masuk ke root dulu
$ sudo -i
baru ketik perintah diatas
$ sudo /etc/init.d/samba restart
buat folder baru di direktori home. click kanan, pilih share folder, akan tampak
pilih share trought : Windows networks (SMB). klo belum install samba, pilihan SMB ga keluar, yg keluar hanya Unix networks (NFS). isi name share-nya, click OK
buka xwindows Network - File Browser : Places-> Connect to server, akan tampak seperti
click tombol Browse Network
done
2 comments:
klo blog kayak gini, aku ga ngerti sep. la wong aku kan gaptek :d ajarin yak....
Good for people to know.
Post a Comment