SÍNTESI 25 | SAIA

OBTAINING THE REQUIRED SOFTWARE

April 28, 2025 by msucias

We have installed several Debian packages in case we ever lose internet access and cannot download anything. These are:

Now I will set up a Samba server so that all the devices on the network can download from it:

We set the necessary permissions:

sudo chmod 750 /usr/share/sintesi
sudo chown :smb_group /usr/share/sintesi

Just in case, I will make a backup of the configuration file, so that if an error occurs later, I will have this file to restore it:

sudo cp /etc/samba/smb.conf /etc/samba/smb.conf.bk

Now I will make the basic Samba configuration:

Once this is done, we add the users to the smb_group group.

Finally, we add the users to Samba and set their password:

Now we test the connection:

As can be seen, it works correctly.

Leave a Comment