Install Curl on Ubuntu 22.04

Install Curl on Ubuntu 22.04

Curl is a command line tool which allows transferring data from or to a server. This tool supports various network protocols such as HTTP, HTTPS, FTP, SFTP, SCP, etc. Curl...
Install bandwhich on Ubuntu 20.04

Install bandwhich on Ubuntu 20.04

The bandwhich is a command line tool for monitoring network bandwidth. This tool listens to the network traffic on a given interface and prints bandwidth usage by process, connection and...
Install Ddosify on Ubuntu 20.04

Install Ddosify on Ubuntu 20.04

Ddosify is an open-source HTTP load testing tool. It allows to test web application against DDoS attacks by sending specified number of requests in a given amount of time. Ddosify...
Install btop++ on Ubuntu 22.04

Install btop++ on Ubuntu 22.04

The btop++ is a tool for monitoring system resources and running processes via command line. This tool shows CPU, RAM, disk, and network usage. The btop++ is written using C++...
Install Lazygit on Ubuntu 20.04

Install Lazygit on Ubuntu 20.04

Lazygit is a terminal based UI tool for Git commands. This tool allows to view commit history, pull or push changes, resolve merge conflicts, checkout recent branches, and more. This...
Install Arduino CLI on Ubuntu 20.04

Install Arduino CLI on Ubuntu 20.04

Arduino CLI is a command line tool that allows to manage libraries, compile, verify and upload sketches to Arduino boards, or perform other operations related with Arduino ecosystem. This tutorial...
Install yq on Ubuntu 22.04

Install yq on Ubuntu 22.04

The yq is a command line based YAML processor which allows manipulating and extract values from YAML data. This tutorial demonstrates how to install yq on Ubuntu 22.04. Install yq...