Wireguard – Search suffix of your internal DNS domain
To add in the search suffix of your internal DNS domain, just add the domain…
To add in the search suffix of your internal DNS domain, just add the domain name after the DNS IP in the client config under [Interface]. See below:
The default docker data folder is /var/lib/docker. This can be changed to another folder with the following steps. These all need to executed as root or with sudo. Stop Docker on your computer Create a new docker daemon config Add the following text and replace /mnt/docker with the path you want to use as the…
If you want to set up a Samba server as a domain member in an Active Directory (AD) domain, you need to follow some steps to configure and join the server to the domain. This webpage provides a detailed guide on how to do that using Ubuntu Linux as an example. You will learn how…
Create a new GPO and set the following: Computer Configuration – Policies – Windows Settings – Security Settings – Local Policies – User Rights Assignment – Policy: Shut down the system Add the user group that should be allowed to shutdown (everyone will apply to all) Add the group policy object to the…
To hide a folder in Samba you must edit the smb.conf file (/etc/samba/smb.conf). To hide a folder globally put the following into the [global] section or into the relevant share section if it’s just for a single share. eg. To hide Lost+Found in all Samba shares [global] …. hide files = /lost+found/ Reboot the Samba…