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...
Tilde is a text editor that allows to create and modify text files via command line. This editor can be useful for users which normally work with GUI based text...
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 ipcalc is a command line tool for calculating network and broadcast addresses, wildcard mask, host address range, and number of hosts for a given IPv4 address and netmask.
This...
Protocol buffers also known as protobuf is a cross-platform data format for serializing structured data. The protoc is a protocol buffer compiler used to compile .proto files which describes message...
ONNX is a format for representing machine learning models. ONNX Runtime can be used to run inference using a model represented in ONNX format.
This tutorial demonstrates how to convert...
Simple linear regression is a statistical method that is used to analyze the relationship between two continuous variables:
x - independent variable also known as explanatory or predictor.y - dependent...
The img2pdf is a tool for converting images (JPEG, PNG, etc.) to PDF file via command line. This tool performs a lossless conversion. The images included in the PDF file...