1. Install Precompiled TensorFlow Lite on Raspberry Pi
  2. Install Precompiled Dlib on Raspberry Pi
  3. Install Precompiled libfacedetection on Raspberry Pi
  4. Install Precompiled OpenCV 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 on Raspberry Pi
  2. Install Precompiled Dlib on Raspberry Pi
  3. Install Precompiled libfacedetection on Raspberry Pi
  4. Install Precompiled OpenCV on Raspberry Pi
  5. Install PHP 8.5 on Raspberry Pi
  6. Install Node.js 16 and npm on Raspberry Pi
Install GNU cflow on Ubuntu 26.04

Install GNU cflow on Ubuntu 26.04

GNU cflow is a command-line utility that analyzes C source code and produces a hierarchical representation of function calls. It can help examine relationships between functions in a C program...
Install lcov on Ubuntu 26.04

Install lcov on Ubuntu 26.04

The lcov is a command-line tool designed to collect and present code coverage information generated by GCC. It works with coverage data produced by GCC instrumentation features and provides a...
Install trdsql on Ubuntu 26.04

Install trdsql on Ubuntu 26.04

The trdsql is a command-line tool that allows SQL queries to be executed against CSV, LTSV, JSON, and other tabular data formats. It provides a convenient way to inspect, filter...
Install Wakaru on Ubuntu 26.04

Install Wakaru on Ubuntu 26.04

Wakaru is a JavaScript decompiler that converts bundled or compiled code into more readable modern JavaScript. It can reverse common transformations produced by bundlers, compilers, and minifiers. This tutorial demonstrates...
Install sqly on Ubuntu 26.04

Install sqly on Ubuntu 26.04

The sqly is a command-line tool for executing SQL queries against data files. It automatically imports supported files into an SQLite in-memory database, allowing SQL operations such as filtering, joins...