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
2 Methods to Dispatch Event in Symfony 7

2 Methods to Dispatch Event in Symfony 7

In Symfony application, we can create and dispatch custom events. Events dispatching is useful when wanted to keep different application components separated from each other. This tutorial provides 2 methods...
Install Saidar on Ubuntu 20.04

Install Saidar on Ubuntu 20.04

Saidar is a command line tool which shows information about system resources usage that updated at regular intervals. This tool can be used to monitor CPU usage, memory usage, disk...
Install iftop on Ubuntu 20.04

Install iftop on Ubuntu 20.04

The iftop is a tool for monitoring network bandwidth via command line. It listens to the network traffic on specific interface and shows bandwidth usage in the table. This tutorial...