June 18, 2025

Linux

Getting Started with Fish Shell Scripting: A Beginner’s Guide
Linux, Linux shells

Getting Started with Fish Shell Scripting: A Beginner’s Guide

Fish shell, short for "Friendly Interactive SHell," was designed to be user-friendly and interactive. Unlike traditional shells, it emphasizes simplicity and usability without sacrificing powerful features. Fish offers a clean syntax, helpful suggestions, and a rich set of features out of the box, making it particularly appealing for both newcomers and seasoned developers.

Read More
Virtual UART over USB (Raspberry pi)
Linux, Raspberry pi

Virtual UART over USB (Raspberry pi)

In the world of embedded systems and hardware projects, establishing a reliable communication channel between devices is crucial. The USB UART gadget provides a simple yet powerful solution for interfacing microcontrollers, sensors, and other peripherals with a computer or host device. This article will guide you through the process of setting up a USB UART gadget, allowing you to leverage USB connections for serial communication.

Read More