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.10 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.10 on Raspberry Pi
  5. Install PHP 8.3 on Raspberry Pi
  6. Install Node.js 16 and npm on Raspberry Pi
Install Trippy on Ubuntu 24.04

Install Trippy on Ubuntu 24.04

Trippy is a command line tool designed for network troubleshooting and diagnostic purposes. It combines the functionalities of traditional tools like ping and traceroute to provide enhanced visibility into network...
Install eza on Ubuntu 24.04

Install eza on Ubuntu 24.04

The eza tool is a modern replacement for the traditional Unix ls command. It is designed to be more user-friendly and visually appealing while providing additional functionality. This tutorial demonstrates...
Install Deno on Ubuntu 24.04

Install Deno on Ubuntu 24.04

Deno is a JavaScript runtime which is based on the V8 engine and written by using the Rust programming language. Deno serves as an alternative to Node.js. This tutorial demonstrates...
Install Bun on Ubuntu 24.04

Install Bun on Ubuntu 24.04

Bun is a modern JavaScript runtime and package manager designed to be fast and efficient. It serves as an alternative to traditional JavaScript runtime like Node.js. Bun is built from...
Install NASM on Ubuntu 24.04

Install NASM on Ubuntu 24.04

NASM, which stands for Netwide Assembler, is an assembler for the x86 and x86-64 computer architectures. It is used to convert assembly language code into machine code that can be...
Install Sccache on Ubuntu 24.04

Install Sccache on Ubuntu 24.04

Sccache is a command line tool that speeds up the recompilation process by caching previously compiled objects. Sccache include support for C, C++, Rust, and other languages. By caching previous...
Set Timeout with wget

Set Timeout with wget

The wget is a command line tool for sending requests to the server. One of its features is the ability to set timeouts, preventing commands from running indefinitely if a...