The git-who is a command line tool that can be used for identifying who is responsible for entire components or subsystems in the repository. It is similar to git blame...
The sttr is a command line tool for performing various transformation operations on the string. It supports operations like case conversion, encoding (Base64, URL), hashing (SHA256, MD5), and more. This...
The rabbitmqadmin is a command line tool for managing a RabbitMQ message broker. It is a lightweight utility that interacts with the RabbitMQ HTTP API, allowing users to manage exchanges...
Hadolint is a linter for Dockerfiles. It helps to detect security issues, syntax errors in Dockerfiles, and build Docker images that follow best practices. Hadolint is based on ShellCheck, which...
The git-cliff is a command line tool for generating changelogs from Git commit history. It automatically extracts relevant commit messages and formats them into a structured changelog. This helps developers...
Fx is a command line tool for processing, viewing, and formatting JSON. It provides an interactive way to explore JSON data, apply transformations, and filter content using JavaScript expressions. This...
The dnspeep is an open-source command line tool that allows you to monitor the DNS queries the computer is making. This tutorial demonstrates how to install dnspeep on Ubuntu 24.04...
The httptap is a command line tool for viewing HTTP and HTTPS requests made by command on Linux. By running a command within an isolated network namespace, httptap intercepts and...
xxHash is a fast, non-cryptographic hash function useful for calculating file checksums. It is known for its notable speed and efficiency, making it ideal for data integrity verification.
This tutorial...
Fluent Bit is a lightweight and efficient data processor and forwarder for logs, metrics, and traces. It’s widely used to aggregate and ship data to various endpoints like Elasticsearch, OpenObserve...