Installing Ubuntu 20.04 LTS Server on a Raspberry Pi 4

CanaKit Raspberry Pi 4 (4GB) Starter Kit (Amazon Affiliate)
US: https://amzn.to/3azJgrW
UK: https://amzn.to/2JdMq9o
CA: https://amzn.to/3bwiRvY
ES: https://amzn.to/2T06LnM (similar)
FR: https://amzn.to/3cvIZrs (similaire)
IT: https://amzn.to/2Ar74Sj (simile)
DE: https://amzn.to/2AqfWHQ (ähnlich)
IN: https://amzn.to/3ey6fWj
AU: https://amzn.to/2VTUt1C
NL: https://amzn.to/3f5NdsD (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>

Leave a comment

Your email address will not be published. Required fields are marked *