Showing posts with label System Configuration. Show all posts
Showing posts with label System Configuration. Show all posts

Saturday, July 6, 2013

Setup Samba

On the Server

1. Edit /etc/samba/smb.conf
[sharename]
    comment = Share
    path = /path/to/shared_path
    writable = yes 


2. Restart samba server
sudo service smbd restart

Reference:

Saturday, June 29, 2013