Setting up a Raspberry Pi 4 in a headless configuration with Ubuntu Server can be an efficient and powerful way to deploy a compact server at home with a very little human interaction. This guide will walk you through the process, from flashing the SD card to configuring it for…
Tag: ubuntu
Guides, tutorials, and tips for Ubuntu Linux for development, servers, and desktop use.
ESP-IDF on WSL2 – Build, Flash and Monitor
After I published a post about idfx (tool for flashing ESP-IDF applications on WSL2) I have decided to describe in this post a complete process about how to install ESP-IDF on WSL2 and how to use idfx. This post is written form of my youtube video about the same topic….
idfx – Tool for flashing ESP-IDF apps on WSL2
If you haven’t already heard for WSL2 (Windows Subsystem for Linux) that is a great feature of Windows that lets us to run Linux OS directly on Windows like any other application, without the overhead of a traditional virtual machine or dualboot setup. WSL2 becomes very helpful especially for the…