Pik (Process Interactive Kill) is a command line tool that can be used to find and terminate a process. It works like pkill command, but search is interactive. This tutorial...
The killport is a command line tool used to terminate processes that are running on a specific network port. This is especially useful when you need to free up a...
The csview command is a tool designed to quickly view and inspect CSV files directly from the command line. It provides a convenient way to display the contents of a...
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...