Home Surveillance System Using Raspberry Pi

Home Surveillance System Using Raspberry Pi

There are many products on the market for home surveillance, which work well, but they lack the satisfaction of DIY. Furthermore, we are constantly dealing with code, so it’s good to get a little closer to hardware. Just to clarify, our home surveillance will monitor photos every minute, not real-time video, as the Raspberry Pi … Read more

Building a Bluetooth Debugging Environment on Raspberry Pi

Building a Bluetooth Debugging Environment on Raspberry Pi

This article is an excellent piece from the Kanxue Forum. Kanxue Forum Author ID: Nameless_a I borrowed a Raspberry Pi from nazo✌ and prepared to set up a Bluetooth sniffing/scanning environment for Bluetooth research. Burning the Image to the SD Card Official website: https://www.raspberrypi.com/ Download and Use the Burning Software Go to the official website … Read more

Install OpenWrt on Raspberry Pi 4B for Portable WiFi Router

Install OpenWrt on Raspberry Pi 4B for Portable WiFi Router

As a programmer, I often need to search for information on Google, but the local magic internet tool has many drawbacks. For example, it requires a separate export of the proxy in the Mac terminal, and a separate configuration of the system proxy in the virtual machine. When I enable the magic internet tool on … Read more

Raspberry Pi Ubuntu 20.04 NextCloud Installation Guide

Raspberry Pi Ubuntu 20.04 NextCloud Installation Guide

This article documents the operations and pitfalls of installing NextCloud on a Raspberry Pi. NO.1 Prerequisite Devices Raspberry Pi 4 (4GB) Many applications cannot be installed with less than 4GB. For a smooth installation, 4GB is recommended, theoretically 1GB can also work. NextCloud is memory-intensive, for a smooth experience, starting with 4GB is advisable. Use … Read more

Installing OpenBSD 7.3 on Raspberry Pi 4

Installing OpenBSD 7.3 on Raspberry Pi 4

Installing OpenBSD 7.3 on Raspberry Pi 4 OpenBSD supports the following Raspberry Pi related devices: • Raspberry Pi 3 • Raspberry Pi 3 Model B+ • Raspberry Pi 4 • Raspberry Pi 400 • Raspberry Pi Compute Module 4 Supported devices include Ethernet cards, WIFI, TF cards, and USB 3.0. Installing OpenBSD 7.3 on Raspberry … Read more

Fixing Chinese Encoding And Timezone Issues On Kali Linux Raspberry Pi

Fixing Chinese Encoding And Timezone Issues On Kali Linux Raspberry Pi

Fixing Chinese encoding and timezone issues on Kali Linux Raspberry Pi 1. Update the system sudo apt/apt-get update 2. Install Chinese fonts sudo apt/apt-get install xfonts-intl-chinese fonts-wqy-microhei fonts-wqy-zenhei -y 3. Install ntp sudo apt/apt-get install ntp -y 4. Update date and time sudo ntpdate ntp1.aliyun.com Aliyun time servers ntp1.aliyun.com ntp2.aliyun.com ntp3.aliyun.com ntp4.aliyun.com ntp5.aliyun.com ntp6.aliyun.com ntp7.aliyun.com … Read more

Setting Up Qt Development Environment on Raspberry Pi

Setting Up Qt Development Environment on Raspberry Pi

1. Introduction Qt is a cross-platform C++ graphical user interface application framework that provides developers with all the necessary tools to create artistic graphical user interfaces. Qt allows us to easily develop cross-platform GUI applications using C++. On the Raspberry Pi, using Qt to develop graphical user interface applications is equally straightforward. This article will … Read more

No Coding Required: Node-RED on Raspberry Pi

No Coding Required: Node-RED on Raspberry Pi

Check out this tutorial to see how easy it is to set up hardware flows using Node-RED’s drag-and-drop interface. — Surya G Check out this tutorial to see how easy it is to set up hardware flows using Node-RED’s drag-and-drop interface. Node-RED is a programming tool that allows you to quickly connect hardware devices using … Read more

Setting Up Parental Controls on Raspberry Pi

Setting Up Parental Controls on Raspberry Pi

Introduction: Ensure your children’s online safety with minimal time and financial investment. Word count: 1573, estimated reading time: 2 minutes https://linux.cn/article-13216-1.htmlAuthor: Daniel OhTranslator: geekpi Parents have been looking for ways to protect their children online, from preventing malware, banner ads, pop-ups, tracking scripts, and other issues, to stopping them from playing games and watching YouTube … Read more