Setting Up Pi-hole
Notes on setting up Pi-hole on a Raspberry Pi, from installing Raspberry Pi OS to configuring a static IP address and accessing the Pi-hole dashboard.
Notes on setting up Pi-hole on a Raspberry Pi, from installing Raspberry Pi OS to configuring a static IP address and accessing the Pi-hole dashboard.
Personal notes on ripping audio CDs to FLAC or MP3 on Linux using abcde. Includes software installation, configuration, and basic usage for extracting and en...
Practical ExifTool use cases for renaming photos, organizing image libraries, and removing metadata.
C is a simple, low-level language, and keeping code generic requires special techniques. This post explores two approaches to building a generic stack in C.
An X macro is a powerful preprocessor technique in which we define a list of data entries. This data list is then plugged into logic blocks that are executed...