The Raspberry Pi Pico SDK is a collection of libraries, headers, and tools that allows to develop programs for the RP2040 based devices such as the Raspberry Pi Pico using...
The Arm GNU toolchain (previously known as GNU Arm Embedded toolchain) is a collection of packages such as GCC (GNU Compiler Collection), Binutils, GDB, and other. It is used for...
The iftop is a tool for monitoring network bandwidth via command line. It listens to the network traffic on specific interface and shows bandwidth usage in the table.
This tutorial...
Googler is a tool that allows to search on Google via command line. It shows title, URL and short summary for each search result. Googler is written in Python programming...
The age is an open-source and cross-platform tool for encrypting and decrypting files via command line. This tool is written in Go programming language.
This tutorial explains how to install...
The pastel is a command line tool for converting, generating, analyzing and manipulating colors. This tool is written in Rust programming language.
This tutorial shows how to install pastel on...
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...