Home Server Setup: Complete Guide Using Overseas Hosting and NAT Traversal

Home Server Setup: Complete Guide Using Overseas Hosting and NAT Traversal

Series Articles:Home Server Previous articles introduced the installation and deployment of the home server PVE, network situation, and power supply situation. This one mainly discusses how to set up a website. The solution introduced in this article has been running for nearly 4 months and is currently running well! The article title was generated by … Read more

Building a Raspberry Pi Home Server: Methods and Tips Explained

Building a Raspberry Pi Home Server: Methods and Tips Explained

In today’s rapidly advancing technology, home servers have gradually become an effective assistant for people to store data, share resources, and achieve smart home control. The Raspberry Pi, as a microcomputer, has become a popular choice for building home servers due to its low cost and high performance. Below is a detailed guide and tips … Read more

Optimizing Docker Images: From 1.16GB to 22.4MB

Optimizing Docker Images: From 1.16GB to 22.4MB

Author | The Agile Crafter Planning | Tian Xiaoxu Docker is a platform for software developers and system administrators to build, run, and share applications with containers. A container is a process running in an isolated environment, operating on its own file system, which is built using a Docker image. The image contains everything needed … Read more

Achieve Intranet Penetration with Raspberry Pi and Nginx Without Public IP

Achieve Intranet Penetration with Raspberry Pi and Nginx Without Public IP

Linux | Red Hat Certified | IT Technology | Operations Engineer 👇 Join the technical exchange QQ group of 1000 people Note: [Public Account] to pass faster 1. Install Nginx Installing Nginx on Raspberry Pi is also very simple, it can be installed directly using the apt command, first update the repository sudo apt update … Read more

Installing Nginx + PHP7.0 + Pi Dashboard on Raspberry Pi

Installing Nginx + PHP7.0 + Pi Dashboard on Raspberry Pi

Previously, we introduced the method of “Setting up an LNMP environment on Raspberry Pi” and “Installing a dashboard to monitor the Raspberry Pi’s operating status”. Recently, users have reported that the latest version of the Raspberry Pi system can no longer find the PHP5 package. This is because the new version has replaced PHP5 with … Read more