Skip to content

Instantly share code, notes, and snippets.

@seanbutler
Last active July 12, 2019 07:38
Show Gist options
  • Select an option

  • Save seanbutler/a8a96a324b1363fadc005605496c14e3 to your computer and use it in GitHub Desktop.

Select an option

Save seanbutler/a8a96a324b1363fadc005605496c14e3 to your computer and use it in GitHub Desktop.
install Samba on Raspbian
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install samba samba-common-bin
mkdir /home/pi/Share
sudo nano /etc/samba/smb.conf
[raspberry pi share]
path = /home/pi/shared
writeable=Yes
readable=Yes
create mask=0777
directory mask=0777
public=no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment