Ddosify is an open-source tool to perform HTTP load testing. Ddosify enables to test web application against DDoS attacks by sending specified number of requests in a given amount of...
The iPerf is a command line tool that allows to test network performance and speed by sending data traffic from one host to another. This tool supports TCP, UDP and...
The argon2 is a command line tool which enables to generate the Argon2 cryptographic hash that commonly used for password hashing.
This tutorial demonstrates how to install argon2 on Raspberry...
The fd is a tool that enables to find files in a directory hierarchy via command line. This tool can be used as an alternative to the find command.
This...
The yt-dlp is a command line tool for downloading videos from YouTube and other websites. The yt-dlp is based on youtube-dl and offers additional features. The list of all the...
The libtree is a tool for displaying the shared library dependencies of an executable program or shared library via command line. This tool can be used as an alternative to...
Raspberry Pi Pico has onboard green LED which is internally connected to pin 25 (GP25) of the RP2040 chip.
This tutorial shows example how to blink the onboard LED on...
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...