1. Install Precompiled TensorFlow Lite 2.16 on Raspberry Pi
  2. Install Precompiled Dlib on Raspberry Pi
  3. Install Precompiled libfacedetection on Raspberry Pi
  4. Install Precompiled OpenCV 4.9 on Raspberry Pi
  5. Install PHP 8.3 on Raspberry Pi
  6. Install Node.js 16 and npm on Raspberry Pi
  1. Install Precompiled TensorFlow Lite 2.16 on Raspberry Pi
  2. Install Precompiled Dlib on Raspberry Pi
  3. Install Precompiled libfacedetection on Raspberry Pi
  4. Install Precompiled OpenCV 4.9 on Raspberry Pi
  5. Install PHP 8.3 on Raspberry Pi
  6. Install Node.js 16 and npm on Raspberry Pi
Install Mono on Ubuntu 20.04

Install Mono on Ubuntu 20.04

Mono is a cross-platform implementation of Microsoft's .NET framework for developing applications using C# or other CLR language. Mono is an open-source project based on the ECMA standards. This tutorial...
Install Nginx on Ubuntu 22.04

Install Nginx on Ubuntu 22.04

Nginx is an open-source web server that serves web content to clients. It can also be used as a reverse proxy, load balancer, cache server, and more. This tutorial demonstrates...
Install RabbitMQ on Ubuntu 22.04

Install RabbitMQ on Ubuntu 22.04

RabbitMQ is a message broker that enables applications to communicate with each other and exchange information. It implements AMQP messaging protocol. RabbitMQ is an open-source project that is written by...
Install gping on Ubuntu 20.04

Install gping on Ubuntu 20.04

The ping command can be used to determine if a network host is reachable by sending ICMP echo requests to a host. The gping is a command line tool that...
Install TShark on Ubuntu 22.04

Install TShark on Ubuntu 22.04

TShark is a command line tool for analyzing network traffic. This tool enables to capture packets from a network and print them to the standard output. TShark is a command...
Check Ubuntu Version

Check Ubuntu Version

Finding out which Ubuntu version is running on the machine can be useful when troubleshooting problems or installing software. This tutorial shows how to check Ubuntu version. 1. lsb_release command...
Install MySQL 8.0 on Ubuntu 20.04

Install MySQL 8.0 on Ubuntu 20.04

MySQL Server is a cross-platform relational database that allows to access data using SQL language. MySQL Server have different editions. Community Edition (CE) is an open-source product that released under...
Install JADX on Ubuntu 20.04

Install JADX on Ubuntu 20.04

JADX is a tool for reverse engineering Android applications. This tool allows to decompile bytecode to Java source code from APK and DEX files. It also allows to decode resources...
Install Apktool on Ubuntu 20.04

Install Apktool on Ubuntu 20.04

Apktool is a tool for reverse engineering Android applications. It allows to decode resources (XML files, images, etc.) to almost original form. After some modifications, decoded resources can be rebuilded...