Samba install

From wikinotes

Linux

sudo pacman -S samba
sudo systemctl enable samba.service
# sudo systemctl enable smb.service
# sudo systemctl enable nmb.service

FreeBSD

sudo pkg install samba413
echo "samba_server_enable=\"YES\"" >> /etc/rc.conf
service samba_server start