Installing Ubuntu 20.04 LTS Server on a Raspberry Pi 4

CanaKit Raspberry Pi 4 (4GB) Starter Kit (Amazon Affiliate)
➡️ Purchase here: https://amzlink.to/az0ZfrkkOaE2j
UK: https://amzlink.to/az0tldMyYgHkO
CA: https://amzlink.to/az02dRfQRpSbE
ES: https://amzlink.to/az0LjL2QjxrJf (similar)
FR: https://amzlink.to/az03BF7ks0KJJ (similaire)
IT: https://amzlink.to/az0TWmA9d7fFm (simile)
DE: https://amzlink.to/az0cV12rz0zJb (ähnlich)
IN: https://amzlink.to/az0KxgOoOocos
AU: https://amzlink.to/az0cjN4OPfBBq
NL: https://amzlink.to/az0yZHtGePHqS (vergelijkbaar)

Download Ubuntu here: https://ubuntu.com/download/raspberry-pi

Raspberry Pi Playlist: https://www.youtube.com/playlist?list=PLErU2HjQZ_ZPvIdR5BEqDgO7DsGAla_AZ

Change Console Font
sudo dpkg-reconfigure console-setup
View Processes
ps ax
Disable Overscan and Apply Device Tree Overlay
sudo nano /boot/firmware/usercfg.txt
disable_overscan=1
dtoverlay=vc4-fkms-v3d

Control-o to save, control-x to exit.

Reboot System
sudo reboot
Update System
sudo apt update && sudo apt upgrade
View Network Interfaces (IP Address)
ip a
SSH into Raspberry Pi (from remote computer)
ssh ubuntu@<ip_of_pi>