Tony Tan tonytan748.github.io
1.

How to set up a Samba file server to use with Windows clients

According to the Samba project web site, Samba is an open source/free software suite that provides seamless file and print services to SMB/CIFS clients. According to the Samba p...
2.

How to automatically run a script when logging into Ubuntu Desktop

There are circumstances where you wish to have a script run automatically when you log in to Ubuntu Desktop. Such a script can configure various user-specific or system-wide se...
3.

Set Samba in Ubuntu

Install Samba: sudo apt-get install samba sudo apt-get install smbfs Setup cd / sudo mkdir data chmod 777 data Open file: /etc/samba/smb.conf, search “; security = user”, cha...