To get a Raspberry Pi up and running, you need to download the latest operating system (OS) release image, burn it to an SD card, slide the card into the Pi, and power it up. After the Pi boots, you log in with the default credentials and run sudo raspi-config to configure WiFi, locale, keyboard, and time zone and to enable SSH, I2C, a camera, and whatever else you need for I/O. Next, you update the OS with sudo apt update, sudo apt upgrade, and reboot before finally logging back in and installing all your favorite software that is not installed on the base image.
For casual Pi users, this procedure is a one-time or rare task. However, for experienced makers who have gone through this drill dozens – if…
