Channel: BRUH Automation
Category: Science & Technology
Tags: how toelectronicsconfigurationgadgetsmart homenetworkingbestbruhsamba pismartraspberry pinetworkiotcomputerftp serverautomationarduinodiyreviewsharetutorialsambabruh automationsmarthomefile sharingtechwifibruhautomationmakercontroltechnologywindowshome automationhome assistanttcp_nodelay installationinternet of thingswirelessgadgetssamba configuration
Description: bruhautomation.com home-assistant.io Installing Samba: sudo apt-get update sudo apt-get install samba sudo nano /etc/samba/smb.conf Configuration: [global] netbios name = RP2 server string = The Pi File Center workgroup = WORKGROUP hosts allow = socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=65536 SO_SNDBUF=65536 remote announce = remote browse sync = [HOMEPI] path = /home/pi comment = No comment browsable = yes read only = no valid users = writable = yes guest ok = yes public = yes create mask = 0777 directory mask = 0777 force user = root force create mode = 0777 force directory mode = 0777 hosts allow = [HOME ASSISTANT] path = /var/opt/homeassistant comment = No comment browsable = yes read only = no valid users = writable = yes guest ok = yes public = yes create mask = 0777 directory mask = 0777 force user = root force create mode = 0777 force directory mode = 0777 hosts allow = Creating Samba User: sudo smbpasswd -a pi type password, press enter Restart Samba Service: sudo service smbd restart