The rdfind (short for redundant data find) is a command line tool used to find duplicate files in a directory tree. It's particularly useful for cleaning up space by identifying...
GitQL (Git Query Language) is a command line tool that lets you query Git repositories using a familiar SQL-like syntax. It transforms the Git commit history into a virtual table...
The jnv is an open-source command line tool that designed for viewing and filtering JSON data interactively. It helps to explore complex JSON structures. This tutorial explains how to install...
Ubuntu uses Wayland as the default display server instead of X11 for most systems, offering better security and modern graphics support. However, some users may encounter compatibility issues with legacy...
The msitools is a collection of utilities for inspecting and creating Microsoft Windows Installer (MSI) files. It's primarily used on Linux systems to work with MSI files, which are typically...
The musl-gcc is a wrapper script around gcc compiler that tells it to link programs against the musl libc instead of the default glibc. It's often used to build statically...
Zig is a modern programming language focused on speed, safety, and simplicity. It gives the full control over low-level details and is great for building reliable system software. This tutorial...
Emscripten SDK is a toolchain designed to compile C and C++ code into WebAssembly (Wasm), enabling native applications to run efficiently within web browsers. Emscripten translates traditional native code into...
Intel oneAPI DPC++/C++ Compiler is designed for C, C++, and Data Parallel C++ (DPC++) programming on Intel processor-based systems. It supports heterogeneous computing across CPUs, GPUs, and FPGAs, and is...
Clang is a compiler for the C, C++, Objective-C, and Objective-C++ programming languages. It is part of the LLVM project, which provides a collection of modular and reusable compiler and...