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 Tokei on Ubuntu 20.04

Install Tokei on Ubuntu 20.04

Tokei is a command line tool for counting blank lines, comment lines, and physical lines of source code. Results are displayed in the table. Tokei supports various programming languages. This...
Set Up Git Server in Linux

Set Up Git Server in Linux

There are many Git hosting services such as GitHub, GitLab, Bitbucket, etc. However hosting services often has restrictions. When wanted more control, the best choice is to run Git server...
Install wuzz on Ubuntu 20.04

Install wuzz on Ubuntu 20.04

The wuzz is a command line tool for inspecting HTTP requests interactively. User is able to provide URL, params, HTTP method, request headers and data in different sections. HTTP request...
Install jid on Ubuntu 20.04

Install jid on Ubuntu 20.04

The jid is a command line tool which allows to drill down JSON data interactively using filters. This tool provides suggestion and auto-completion. This tutorial demonstrates how to install jid...
Install mediainfo on Ubuntu 20.04

Install mediainfo on Ubuntu 20.04

The mediainfo is a command line tool to show information about video and audio files. Information is presented in grouped categories such as general, video, audio, text, chapters, and other...
Install Neofetch on Ubuntu 20.04

Install Neofetch on Ubuntu 20.04

Neofetch is a command line tool for displaying system information such as operating system, kernel, uptime, CPU, GPU, memory, number of installed packages, etc. This tool is written using Bash...
Install Vegeta on Ubuntu 20.04

Install Vegeta on Ubuntu 20.04

Vegeta is an open-source HTTP load testing tool written in Go programming language. This tool allows to test web application by sending specified number of user requests simultaneously. This tutorial...