Raspberry Pi Raspbian Lite Initial (Command Line) Setup

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

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 Raspberry Pi Imager and Raspbian Buster Lite

https://www.raspberrypi.org/downloads/

Login to the Raspberry Pi

The default username is “pi” and password is “raspberry”.

Increase Console Font Size (optional)
sudo dpkg-reconfigure console-setup
Setup Apt Package Proxy (optional)
sudo nano /etc/apt/apt.conf.d/00aptproxy

Enter the following line. Type control-o to save and control-x to exit.

Acquire::http::Proxy "http://<ip_of_proxy>:3142";
Configure System
sudo raspi-config
Reboot System
systemctl reboot
Shutdown System
systemctl poweroff
Update Package List
sudo apt update
Update Software
sudo apt upgrade