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.12 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.12 on Raspberry Pi
  5. Install PHP 8.4 on Raspberry Pi
  6. Install Node.js 16 and npm on Raspberry Pi
Install WABT on Ubuntu 24.04

Install WABT on Ubuntu 24.04

WebAssembly Binary Toolkit (WABT) is a collection of command line utilities for working with WebAssembly files. It includes tools for converting between WebAssembly binary format (wasm) and its text format...
Install DataGrip on Ubuntu 24.04

Install DataGrip on Ubuntu 24.04

DataGrip, developed by JetBrains, is a versatile database integrated development environment (IDE) that supports numerous database systems like MySQL, PostgreSQL, Microsoft SQL Server, and more. This tutorial demonstrates how to...
Install CLion on Ubuntu 24.04

Install CLion on Ubuntu 24.04

CLion is an integrated development environment (IDE) tailored for C and C++ development, built by JetBrains. It provides advanced features such as code navigation, intelligent refactoring, integrated debugging, and CMake...
Install PyCharm on Ubuntu 24.04

Install PyCharm on Ubuntu 24.04

PyCharm is an integrated development environment (IDE) developed by JetBrains for Python development. It offers smart code assistance, debugging, and support for web frameworks, making it a top choice for...
Install PhpStorm on Ubuntu 24.04

Install PhpStorm on Ubuntu 24.04

PhpStorm is an integrated development environment (IDE) specifically designed for PHP development, created by JetBrains. It's known for its deep understanding of the PHP language and its seamless integration with...
Regenerate Build Files using CMake

Regenerate Build Files using CMake

When working on CMake-based projects, modifying the CMakeLists.txt files is a common task. Sometimes, these changes don't take effect because CMake caches values and settings from earlier runs. This tutorial...
Use AddressSanitizer with CMake

Use AddressSanitizer with CMake

Memory bugs like buffer overflows or use-after-free errors can be tricky to debug and may lead to undefined behavior or security vulnerabilities. Fortunately, AddressSanitizer is a useful tool built into...