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

Master Raspberry Pi: A Step-by-Step Guide

Master Raspberry Pi: A Step-by-Step Guide

The Raspberry Pi, a compact yet powerful microcomputer, is quietly changing the way we live. It is affordable and incredibly versatile, making it a playground for developers, makers, and programming enthusiasts alike. This article will guide you step-by-step through the basics of Raspberry Pi development, launching your personal supercomputer journey! Step 1: Network Connection – … Read more

Getting Started with Raspberry Pi (SSH Login)

Getting Started with Raspberry Pi (SSH Login)

In the previous article, we introduced how to configure wifi login and enable SSH service when burning the image on Mac. See “Getting Started with Raspberry Pi (Burning Image on Mac)”. 1. Enter the Mi Home App to check the Raspberry Pi IP. 2. Open the terminal on your local computer. 3. Enter the command: … Read more

How to Backup System Software on Eq Mini PC with Windows 11

How to Backup System Software on Eq Mini PC with Windows 11

[Windows] Configure miniPC to Boot on Power [Tutorial] Enable SSH Server Service on WIN11 Install winget https://learn.microsoft.com/en-us/windows/package-manager/winget/#install-winget Note The winget command line tool is only supported on Windows 10 1709 (version 16299) or later. The winget tool is not available until you log in to Windows for the first time (this triggers the Microsoft Store … Read more

How to Enable VNC Remote Desktop Control on Raspberry Pi

How to Enable VNC Remote Desktop Control on Raspberry Pi

Blog Address: lingshunlab.com ClickRead the original text, the layout is better, and the computer browsing effect is better. In simple terms, VNC is a software that allows you to remotely control another host through your phone or computer. When we operate Raspberry Pi, we can remotely control it via VNC without the need to configure … Read more

How to Build a Personal Web Server with Raspberry Pi

How to Build a Personal Web Server with Raspberry Pi

A personal web server is like a “cloud” that you own and control, rather than a large corporation. Having your own cloud has many benefits, including customization, free storage, free internet services, access to open-source software, high security, complete control over your content, the ability to change quickly, and a place to experiment with code. … Read more

Running openSUSE on Raspberry Pi 3: A Simple Guide to Set Up a Practical System

Running openSUSE on Raspberry Pi 3: A Simple Guide to Set Up a Practical System

Deploying the openSUSE system on Raspberry Pi 3 is not very complicated, but here are some tips to help you complete the process better. — chabowski Compiled from: https://www.suse.com/communities/blog/opensuse-raspberry-pi-3-zero-functional-system-easy-steps/ Author: chabowskiTranslator: Cathon This article is written by Dmitri Popov, a technical author from the SUSE documentation team. Deploying the openSUSE system on Raspberry Pi 3 … Read more

How to Install Nezha Official Agent on OpenWrt

How to Install Nezha Official Agent on OpenWrt

Introduction Actually, installing the Nezha agent only requires running some one-click code in SSH, but there is currently no one-click code for OpenWrt. The official documentation for installing OpenWrt is provided here: https://nezha.wiki/guide/agent.html, which also suggests several installation methods. Installation This section introduces the third method. The official documentation has already explained how to install … Read more