Last active
April 19, 2022 16:58
-
-
Save wasimosmanhome/9eef8295397177623fb75dc24f56c50e to your computer and use it in GitHub Desktop.
samba_install.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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