Installing SMB
We will be installing Samba, a protocol that allows us to share your files over the local network. This is open-source implementation of Microsoft's SMB protocol.
We can install it by entering the following command:
sudo apt-get install samba
Hit Y and enter.