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
Get Group ID (GID) in Linux

Get Group ID (GID) in Linux

In Linux system, each group is identified by unique identifier known as group ID or GID. It is used to determine which system resources users of that group can access...
Get User ID (UID) in Linux

Get User ID (UID) in Linux

In Linux system, each user is identified by unique identifier known as user ID or UID. It is used to determine which system resources the user can access. This tutorial...
Extract Tar Gz File in Linux

Extract Tar Gz File in Linux

A tar is an archive file (.tar) for storing collection of files and directories. Various algorithms can be used to compress a tar archive file. The gzip algorithm is one...
Create Tar Gz File in Linux

Create Tar Gz File in Linux

A tar is an archive file (.tar) to store collection of files and directories. A tar archive file can be compressed using various algorithms. The gzip algorithm is one of...