Clean Build Directory using CMake

Clean Build Directory using CMake

When working with CMake, keeping the build directory clean is important to avoid stale or conflicting object files, especially when switching build configurations. Instead of manually deleting the build directory...
Install gallery-dl on Ubuntu 24.04

Install gallery-dl on Ubuntu 24.04

The gallery-dl is a command line tool designed to download image galleries and collections from various websites. It supports many popular image hosting platforms, art communities, and social media sites...
Install Meson on Ubuntu 24.04

Install Meson on Ubuntu 24.04

Meson is a modern open-source build system designed to be fast, user-friendly, and highly portable. It is primarily used to compile and manage software projects written in C, C++, Fortran...
Install Sniffnet on Ubuntu 24.04

Install Sniffnet on Ubuntu 24.04

Sniffnet is an open-source network monitoring tool designed to analyze and visualize internet traffic on a local device in real-time. It is known for being lightweight, user-friendly, and cross-platform. This...