Create Samba Active Directory server using Debian Bullseye. Preparations Update package index. $ sudo apt update Upgrade operating system. $ sudo apt upgrade Ensure that hostname is defined. $ sudo hostnamectl --static set-hostname ad.octocat.lab Inspect hosts file which should be in its initial state. $ cat /etc/hosts 127.0.0.1 localhost #10.10.10.10 ad.octocat.lab ad # The following […]
↧