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
Clear Arduino CLI Cache

Clear Arduino CLI Cache

During installation of libraries and boards platforms, downloaded archive files are placed in the cache. It can speed up workflow when want to reinstall library after removal. Library can be...
Clear Swap Memory in Linux

Clear Swap Memory in Linux

Swap memory is a storage space on the disk which is used when there is no RAM space available for programs execution. Can happen that system uses swap memory even...
Clear DNS Cache on Ubuntu 20.04

Clear DNS Cache on Ubuntu 20.04

DNS server is used to translate domain names to specific IP addresses. DNS cache is a temporary storage that contains domain to IP mapping information about websites which recently was...
Clear APT Cache

Clear APT Cache

APT package manager allows to install packages on Debian, and Debian-based Linux distributions. APT store copy of the Debian packages (.deb) in the cache. It helps when want to reinstall...
Clear pip Cache

Clear pip Cache

The pip has a caching mechanism that stores downloaded Python packages and locally built wheels. It allows speeding up package installation process because less amount of time is spent for...
Clear Composer Cache

Clear Composer Cache

Composer store copies of downloaded PHP packages in the cache. It allows speeding up workflow because for the next time previously installed packages can be retrieved from the cache. Can...
Install Grype on Ubuntu 22.04

Install Grype on Ubuntu 22.04

Grype is a command line tool for scanning the contents of a container image or filesystem in order to find known vulnerabilities. This tutorial explains demonstrates how to install Grype...
Install Websocat on Ubuntu 20.04

Install Websocat on Ubuntu 20.04

WebSocket is a two-way communication protocol over a TCP. Websocat is a tool that allows to use WebSocket client or server via command line. It can operate in client mode...