Skip to content

Instantly share code, notes, and snippets.

@bartprokop
Last active May 17, 2022 19:54
Show Gist options
  • Save bartprokop/a012c8e64bc839082ff470a795578865 to your computer and use it in GitHub Desktop.
Save bartprokop/a012c8e64bc839082ff470a795578865 to your computer and use it in GitHub Desktop.
Arch Linux Samba
pacman -S samba
curl "https://git.samba.org/samba.git/?p=samba.git;a=blob_plain;f=examples/smb.conf.default;hb=HEAD" > /etc/samba/smb.conf
nano /etc/samba/smb.conf
# [global]
# log file = /var/log/samba/%m.log
systemctl enable smb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment