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
Decode Private Key using OpenSSL

Decode Private Key using OpenSSL

Private key consist of various components such as modulus, public exponent, private exponent, coefficient, etc. This tutorial demonstrates how to decode private key using OpenSSL. Let's say we have the...
Decode SSL Certificate using OpenSSL

Decode SSL Certificate using OpenSSL

SSL certificate contains information about subject to whom the certificate has been issued. It includes organization name, organizational unit name, common name, etc. SSL certificate also contains serial number, expiration...
Delete Group in Linux

Delete Group in Linux

In Linux system, a group is a collection of users which have the same permissions on files and directories. When working as system administrator, might need to delete a group...
Create Group in Linux

Create Group in Linux

In Linux system, a group is a collection of users which have the same permissions on files and directories. When working as system administrator, might need to create a group...