How to install and configure Samba on FreeBSD
1. Search for the available version of samba #: pkg search samba 2. Install samba #: pkg install samba48 3. Add Kernel options #: nano /etc/sysctl.conf kern.maxfiles=25600 kern.maxfilesperproc=16384 net.inet.tcp.sendspace=65536 net.inet.tcp.recvspace=65536 4. Edit samba config file #: nano /usr/local/etc/smb4.conf [global] workgroup = MYGROUP realm = mygroup.local netbios name = NAS [your share name] path = /home/username public … Continue reading How to install and configure Samba on FreeBSD
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed