1. Install Precompiled TensorFlow Lite 2.18 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.18 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 GoAccess on Ubuntu 20.04

Install GoAccess on Ubuntu 20.04

GoAccess is an open-source tool that allows to monitor web server logs. This tool supports various web log formats (Apache, Nginx, etc.). Web server statistics can viewed in terminal or...
Install Portainer on Ubuntu 20.04

Install Portainer on Ubuntu 20.04

Portainer is a management tool for Docker, Docker Swarm and Kubernetes. This tool allows to manage containers, images, volumes, networks, and more. Portainer provides dashboard that accessible to the user...
Install Lazydocker on Ubuntu 22.04

Install Lazydocker on Ubuntu 22.04

Lazydocker is a terminal based UI tool that allows to manage containers, images and volumes for Docker and Docker Compose. Lazydocker is an open-source project written in the Go programming...
Install Docker Compose on Ubuntu 22.04

Install Docker Compose on Ubuntu 22.04

Docker Compose is a tool that allows to define and run multi-container Docker applications. YAML file is used to define and configure services. All these services are started with single...
Install CouchDB on Ubuntu 20.04

Install CouchDB on Ubuntu 20.04

CouchDB is a cross-platform document database released by the Apache Software Foundation. CouchDB is classified as a NoSQL database. So it stores data in JSON-based document format. CouchDB is an...
Install MeiliSearch on Ubuntu 22.04

Install MeiliSearch on Ubuntu 22.04

MeiliSearch is an open-source search engine written in the Rust programming language. This search engine provides customizable search and indexing, understands typos, supports full-text search, synonyms, and offers other features...
Install Yarn on Ubuntu 20.04

Install Yarn on Ubuntu 20.04

Yarn is a package manager for Node.js that enables to install various packages from the npm registry. Yarn can be used as alternative for npm. Yarn can use the same...
Install vcpkg on Ubuntu 24.04

Install vcpkg on Ubuntu 24.04

The vcpkg is a cross-platform C/C++ package manager for downloading and building various libraries. The vcpkg is an open-source project developed by Microsoft, which released under the MIT license. This...