Skip to content

Instantly share code, notes, and snippets.

@wasimosmanhome
Last active April 19, 2022 16:58
Show Gist options
  • Save wasimosmanhome/9eef8295397177623fb75dc24f56c50e to your computer and use it in GitHub Desktop.
Save wasimosmanhome/9eef8295397177623fb75dc24f56c50e to your computer and use it in GitHub Desktop.
samba_install.sh
sudo apt-get install samba samba-common-bin -y
# sudo nano /etc/samba/smb.conf
sudo cp -f smb.conf /etc/samba/smb.conf
sudo smbpasswd -a pi
sudo service smbd restart
# https://askubuntu.com/questions/661611/make-samba-share-visible-in-windows-network
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment