FastCGI: Making C Language Shine in Web Development

FastCGI: Making C Language Shine in Web Development

Hello everyone! Today I want to share a particularly interesting topic – FastCGI. Are you still worried that C language cannot develop web applications? With FastCGI, C language can easily handle web development! Let’s explore this powerful interface protocol together. What is FastCGI? FastCGI is an upgraded version of CGI (Common Gateway Interface), allowing C … Read more

Raspberry Pi System Configuration Guide

Raspberry Pi System Configuration Guide

The Raspberry Pi system is based on the Debian system, so the configuration of the Raspberry Pi system is no different from that of the Debian system. Replace the apt source [^1] # Backup the current apt source cp /etc/apt/sources.list /etc/apt/sources.list.bak # Change to use Aliyun's source cat > /etc/apt/sources.list << EOF deb https://mirrors.aliyun.com/debian/ bookworm … Read more

Docker Image Optimization: From 1.16 GB to 22.4 MB!

Docker Image Optimization: From 1.16 GB to 22.4 MB!

Follow our WeChat public account for Java insightsDelivered promptly Source: http://blog.csdn.net/update7 Introduction to Docker Docker is a platform for software developers and system administrators to build, run, and share applications using containers. Containers are processes that run in isolated environments, operating on their own filesystem built from Docker images. An image contains everything needed to … Read more

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