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

Pimox7: Proxmox VE on Raspberry Pi (Part 2)

Pimox7: Proxmox VE on Raspberry Pi (Part 2)

Continuing to share some advanced installation tips. After writing the boot image to the SD card, you can make the following modifications to the configuration files in the /boot partition before starting the Raspberry Pi. Step 1: Enable SSH by adding a file named ssh to automatically enable SSH. Step 2: CPU Overclocking, Disable BT/WiFi, … Read more

Installing Proxmox VE on Raspberry Pi: A Step-by-Step Guide

Installing Proxmox VE on Raspberry Pi: A Step-by-Step Guide

Proxmox has always been quietly… quietly paying attention to ARM, and core developers have repeatedly stated: as long as needed, an ARM version of Proxmox VE can be provided at any time. They have also mentioned that they never restrict users from porting Proxmox VE to ARM. In fact, in 2021, a German developer created … Read more

Configure Syncthing Auto-Start on Banana Pi Raspberry Pi System

Configure Syncthing Auto-Start on Banana Pi Raspberry Pi System

Configure Syncthing Auto-Start on Banana Pi Raspberry Pi System Independent Observer, January 19, 2020 (Updated August 30, 2020) First, let’s clarify some terms: “Banana Pi” is a domestic clone of the Raspberry Pi hardware product, “Raspberry Pi system” refers to “raspberrypi“, and “Syncthing” is a multi-platform sync software. The installation and usage of Syncthing can … Read more

Deploying Windows 11 on ARM on Raspberry Pi and Other Devices

Deploying Windows 11 on ARM on Raspberry Pi and Other Devices

Microsoft has provided support for Raspberry Pi single-board computers since Windows 10, allowing the installation of a low-power IoT version provided by Microsoft. However, the IoT version cannot run desktop applications, making its practical use limited, especially for desktop users of Raspberry Pi who need a complete operating system. Now, developers have successfully deployed Windows … Read more

Porting LittlevGL on RT-Thread for Raspberry Pi 3B

Porting LittlevGL on RT-Thread for Raspberry Pi 3B

Porting LittlevGL on RT-Thread for Raspberry Pi 3B 1. Overview 2. Resource Preparation 3. Getting Started 4. Seamless Integration of RT-Thread and LVGL 5. Conclusion 1. Overview This article mainly describes the process of porting LVGL on RT-Thread for Raspberry Pi 3B. It implements the process of RTT porting LVGL in the simplest way. You … Read more