1. Install Precompiled TensorFlow Lite 2.19 on Raspberry Pi
  2. Install Precompiled Dlib on Raspberry Pi
  3. Install Precompiled libfacedetection on Raspberry Pi
  4. Install Precompiled OpenCV 4.11 on Raspberry Pi
  5. Install PHP 8.4 on Raspberry Pi
  6. Install Node.js 16 and npm on Raspberry Pi
  1. Install Precompiled TensorFlow Lite 2.19 on Raspberry Pi
  2. Install Precompiled Dlib on Raspberry Pi
  3. Install Precompiled libfacedetection on Raspberry Pi
  4. Install Precompiled OpenCV 4.11 on Raspberry Pi
  5. Install PHP 8.4 on Raspberry Pi
  6. Install Node.js 16 and npm on Raspberry Pi
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 24.04

Install btop++ on Ubuntu 24.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 24.04

Install yq on Ubuntu 24.04

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

Install ripgrep on Ubuntu 24.04

The ripgrep is a command line tool which allows searching for strings in files using regex pattern. By default, ripgrep ignores files and directories that specified in .gitignore file. This...
Install GoTTY on Ubuntu 24.04

Install GoTTY on Ubuntu 24.04

GoTTY is a tool which allows sharing terminal in the browser. It converts command line tools into web applications. GoTTY is written in Go programming language. This tutorial shows how...