1. Install Precompiled TensorFlow Lite 2.20 on Raspberry Pi
  2. Install Precompiled Dlib on Raspberry Pi
  3. Install Precompiled libfacedetection on Raspberry Pi
  4. Install Precompiled OpenCV 4.12 on Raspberry Pi
  5. Install PHP 8.5 on Raspberry Pi
  6. Install Node.js 16 and npm on Raspberry Pi
  1. Install Precompiled TensorFlow Lite 2.20 on Raspberry Pi
  2. Install Precompiled Dlib on Raspberry Pi
  3. Install Precompiled libfacedetection on Raspberry Pi
  4. Install Precompiled OpenCV 4.12 on Raspberry Pi
  5. Install PHP 8.5 on Raspberry Pi
  6. Install Node.js 16 and npm on Raspberry Pi
Install Fluent Bit on Ubuntu 24.04

Install Fluent Bit on Ubuntu 24.04

Fluent Bit is a lightweight and efficient data processor and forwarder for logs, metrics, and traces. It’s widely used to aggregate and ship data to various endpoints like Elasticsearch, OpenObserve...
Install Fastfetch on Raspberry Pi

Install Fastfetch on Raspberry Pi

Fastfetch is a command line utility designed to display detailed system information, including the operating system, kernel, uptime, CPU, GPU, memory, swap and disk usage, installed package count, etc. Written...
Get Curl Version using C++

Get Curl Version using C++

When working with HTTP requests in C++ applications, the Curl library is a popular and powerful tool that provides extensive capabilities. However, knowing the version of the Curl library you're...
Hex Encode and Decode on Linux

Hex Encode and Decode on Linux

Hex encoding converts binary data into a hexadecimal representation, making the binary data more human-readable. In contrast, Hex decoding converts a hexadecimal string back into its original binary form. This...