Deploy a Linux machine#
- Update OS
- Update Hostname and check it
sudo hostnamectl set-hostname DEV-VAR-OIDC2.apj.cloud
hostnamectl
- Update TimeZone and check it
sudo timedatectl set-timezone Australia/Sydney
timedatectl
- DNS Settings - Make sure all the DNS servers are registered

- Install some components for any Linux OS
sudo yum install sssd-ad sssd-tools realmd adcli
- Install some components for Amazon Linux 2023.
sudo yum install oddjob oddjob-mkhomedir
- Check the status of Active Directory

- Join the Active Directory Domain
sudo realm join apj.cloud -U aus -v
realm list

See also:#
NGINX Container - Secure Web Page
Change hostname - Linux