The wuzz is a tool that allows to inspect HTTP requests interactively via command line. User can provide URL, params, HTTP method, request headers and data in different sections. HTTP...
Tokei is a command line tool which allows to count blank lines, comment lines, and physical lines of source code. This tool displays results in the table. Various programming languages...
CMake is a tool which uses a configuration file called CMakeLists.txt for generating standard build files such as makefiles on Unix systems, Visual Studio project files on Windows, etc. CMake...
Dust is a command line tool for viewing and analyzying disk space usage. This tool can be used as an alternative to the du command.
This tutorial explains how to...
Each different model of Raspberry Pi has a unique revision code. It is hexadecimal number which can be used to identify Raspberry Pi model and manufacturer. For example, Raspberry Pi...
The bottom is a tool that allows to monitor system resources and running processes via command line. This tool shows CPU, RAM, disk, network usage, and more.
This tutorial shows...
The yq is a command line based YAML processor which can be used to manipulate and extract values from YAML data.
This tutorial demonstrates how to install yq on Raspberry...
Dasel is a command line tool to select and modify data being presented in different formats. This tool supports JSON, TOML, YAML, XML and CSV data formats. Dasel can convert...
Composer is a dependency management tool for PHP which enables to specify libraries on which project depends on. Composer manages libraries installation and update per-project (the default) or globally.
This...