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...
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...
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...
The inxi is a command line tool that enables to get details about various hardware components on a system such as CPU, RAM, disks, network interfaces, USB controllers, graphics, audio...
The hwinfo is a tool that can allows to get details about various hardware components on a system via command line. This tool shows information about CPU, RAM, disks, network...
Lynis is a command line tool for security auditing, vulnerability detection, system hardening, and more. This tool scans the system to find configuration mistakes, vulnerable packages, insecure services, wrong filesystem...