Ubuntu 24.x

# Refresh packages and update
Code
apt update && apt upgrade -y
# Set timezone
Code
# Check time/date information.
timedatectl
# List all timezones.
timedatectl list-timezones
# Set one found on previous list.
timedatectl set-timezone [timezone_string_from_the_list]
# Confirm change.
timedatectl
# Create sudo user
Code
# Add user
adduser your_user_name
# Add to 'sudo' group.
usermod -aG sudo your_user_name
# Add user's SSH public key, paste it in this file.
nano ~/.ssh/authorized_keys
# Memcached
# Rsnapshot