Rhit is a command line tool that reads Nginx web server log files, analyzes them, and provides a summary in the table. This tutorial demonstrates how to install Rhit log...
The dysk is a command line tool designed for viewing detailed information about mounted disks and filesystems. This tutorial demonstrates how to install dysk filesystems listing tool on Ubuntu 24.04...
The Gremlins is an open-source mutation testing tool for Go programming language that improves the quality of software tests by making small changes (mutations), to the code and checking if...
ShellCheck is a static analysis tool designed for shell scripts. It helps identify common issues, errors, and potential bugs in scripts written in shell scripting languages such as Bash. ShellCheck...
The scc (Sloc Cloc and Code) is a command line tool used for counting lines of code (LOC) in a project. It's similar to other tools like cloc and tokei...
Go Swagger is a command line tool that simplifies the integration of OpenAPI Specification with the Go programming language. It allows developers to generate Go code from OpenAPI definitions and...
Ruplacer is a command line tool written in Rust programming language that allows users to perform search and replace operations across multiple files within a directory. This tutorial demonstrates how...
The mdBook is a command line tool used to create modern, interactive, and online books from Markdown files. It is particularly popular within the Rust programming community because it was...
Zola is a modern static site generator that allows users to build fast, customizable websites without the need for a traditional database-driven backend. This tutorial explains how to install Zola...
Shellharden is a syntax highlighter and a tool designed to assist in semi-automating the rewriting of shell scripts to conform with ShellCheck guidelines. This tutorial demonstrates how to install Shellharden...