Installing MariaDB on Raspberry Pi using Docker

MariaDB is a database management system that is a fork of MySQL, primarily maintained by the open-source community and licensed under GPL. The goal of MariaDB is to be fully compatible with MySQL, including the API and command line, making it an easy replacement for MySQL. Installation Steps 1. Search for the MariaDB image (ensure … Read more

Configuring and Installing Node-RED on Raspberry Pi

When you pick up your Raspberry Pi, has it been sleeping in the corner, gathering dust? The Raspberry Pi, as a powerful microcomputer, holds endless possibilities waiting to be discovered. In this series, we will take you into the world of Raspberry Pi, exploring the fun and challenges step by step, from configuration to installation. … Read more

Transforming Raspberry Pi into a Bluetooth Speaker

(Shared by rekcah1986) 0. It is impossible to change, you must first have a regular speaker. 1. Flash the Stretch system, address: https://downloads.raspberrypi.org/raspbian_latest 2. The default source seems to have problems, change it: sudo vim /etc/apt/sources.list #deb http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi <<— Block this source # Uncomment line below then 'apt-get update' to … Read more

How to Install and Run Minecraft 1.8.9 on Raspberry Pi

This article is contributed by Gloomy Ghost, introducing how to install and run Minecraft 1.8.9 on Raspberry Pi 2B. Update System sudo apt-get update && sudo apt-get -y upgrade Install the necessary display programs sudo apt-get -y install xcompmgr libgl1-mesa-dri && sudo apt-get -y install libalut0 libalut-dev && sudo apt-get -y install mesa-utils Configure the … Read more

Installing Kali on Raspberry Pi: A Complete Guide

Introduction to Kali System Kali is a Linux distribution based on Debian, designed for security auditing, penetration testing, and ethical hacking. It comes pre-installed with many tools related to penetration testing and security. It supports ARM architecture. (Penetration testing is an assessment method to evaluate the security of computer network systems by simulating malicious hacker … Read more

Installing OpenCV and Real-Time Video Transmission on Raspberry Pi

Installing OpenCV and real-time video transmission This functionality is based on opencv, numpy, zmq, and base64 libraries to achieve real-time transmission of images captured by the camera to other locations for display or for machine vision processing by the host computer. The hardware used in this tutorial mainly includes a PC and a Raspberry Pi … Read more