Ubuntu Networking

Check Network Properties commands

networkctl status Show IP, Gateway, DNS and domain
ip a show IP address
hostname -I Show IP address only

# Change Time Zone
sudo nano /etc/timezone
sudo timedatectl set-timezone America/Toronto

# Setup NTP

sudo apt install systemd-timesyncd
sudo timedatectl set-ntp true
sudo nano /etc/systemd/timesyncd.conf add time.nrc.ca
systemctl restart systemd-timesyncd.service
timedatectl show-timesync
timedatectl status
timedatectl timesync-status