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 pngquant on Ubuntu 22.04

Install pngquant on Ubuntu 22.04

The pngquant is a tool which allows compressing PNG images via command line. To reduce the size, images are converted to 8-bit PNG format with alpha channel. Usually, 8-bit PNG...
Install act on Ubuntu 22.04

Install act on Ubuntu 22.04

The act is a command line tool that allows to run GitHub Actions in local environment. It reads .github/workflows and determines the set of actions that need to be run...
Install jpegoptim on Ubuntu 24.04

Install jpegoptim on Ubuntu 24.04

The jpegoptim is a tool that enables to compress JPEG and JPG images via command line. It supports lossless optimization based on Huffman tables and lossy optimization where user can...
Install ccze on Ubuntu 24.04

Install ccze on Ubuntu 24.04

Reading and analyzing the log files in white text on a black background can be difficult and take a lot of time. Colorized log files is one of the solutions...
Install gifsicle on Ubuntu 24.04

Install gifsicle on Ubuntu 24.04

The gifsicle is a command line tool that can be used to create, edit, optimize, retrieve information, and perform other operations with GIF images. This tutorial shows how to install...
Install Siege on Ubuntu 20.04

Install Siege on Ubuntu 20.04

Siege is an open-source HTTP load testing and benchmarking tool. This tool enables to test web application by sending specified number of user requests simultaneously. This tutorial explains how to...