Xiao Liu Lab
Author

Xiao Liu Lab

An operations lab passionate about server tinkering 🔬 Sharing automation scripts, high-availability architecture, alert optimization, and incident reviews. Using technology to reduce overtime and experience to avoid major pitfalls. Follow me for easier, more reliable operations!

82
Articles
0
Likes
339
Views
0
Comments
Recent Articles

Latest from Xiao Liu Lab

82 recent articles
Xiao Liu Lab
Xiao Liu Lab
Dec 15, 2025 · Operations

Master tcpdump: From Installation to Advanced Filtering for Fast Network Troubleshooting

This guide walks you through installing tcpdump on Linux, explains its basic syntax and essential options, demonstrates precise filtering expressions, shares real‑world troubleshooting cases, addresses common pitfalls, and offers best‑practice tips for efficient network packet capture and analysis.

LinuxNetwork TroubleshootingPacket Capture
0 likes · 10 min read
Master tcpdump: From Installation to Advanced Filtering for Fast Network Troubleshooting
Xiao Liu Lab
Xiao Liu Lab
Dec 14, 2025 · Cloud Computing

How to Get and Optimize Alibaba Cloud ESA Free CDN – A Complete Guide

This guide explains Alibaba Cloud ESA's free CDN tier, covering its generous unlimited‑traffic offering, step‑by‑step application, region‑selection modes, domain integration, special port and cache configurations, renewal tricks, performance benchmarks, and comparisons with competing services.

Alibaba CloudCDNESA
0 likes · 8 min read
How to Get and Optimize Alibaba Cloud ESA Free CDN – A Complete Guide
Xiao Liu Lab
Xiao Liu Lab
Dec 13, 2025 · Operations

How Nginx UI Transforms Nginx Management with a Visual, Automated Interface

This article introduces the open‑source Nginx UI tool, explains its key features such as real‑time metrics, automatic backups, cluster management, and AI assistance, and provides step‑by‑step installation guides for Linux scripts and Docker‑Compose, plus a full reverse‑proxy configuration example.

DockerInstallationOpenSource
0 likes · 8 min read
How Nginx UI Transforms Nginx Management with a Visual, Automated Interface
Xiao Liu Lab
Xiao Liu Lab
Dec 11, 2025 · Operations

Master SSH: From Basic Connections to Secure, High‑Performance Remote Workflows

This guide explains how SSH evolved from simple remote login to a comprehensive tool for secure server access, efficient command execution, password‑less authentication, advanced configuration, port forwarding for deep‑learning tasks, large‑file transfer strategies, and enterprise‑grade hardening, empowering developers and ops engineers to build reliable, reproducible workflows.

LinuxSSHSecurity
0 likes · 10 min read
Master SSH: From Basic Connections to Secure, High‑Performance Remote Workflows
Xiao Liu Lab
Xiao Liu Lab
Dec 10, 2025 · Operations

Why Do Your Services Disappear After Reboot? Master systemd Auto‑Start and Chaos Testing

This guide reveals why critical services often fail to start after a server reboot, presents essential systemd unit file parameters, provides ready‑to‑copy configurations for Nginx, Java, and Flask, outlines a four‑step troubleshooting workflow, and introduces a lightweight chaos‑engineering playbook to verify auto‑start resilience.

Chaos EngineeringLinux operationsservice auto-start
0 likes · 15 min read
Why Do Your Services Disappear After Reboot? Master systemd Auto‑Start and Chaos Testing
Xiao Liu Lab
Xiao Liu Lab
Dec 9, 2025 · Operations

Deploy a Private Short‑URL Service in Minutes with Docker or Binary

This guide walks you through the reasons for a self‑hosted short‑URL system, the required environment, and step‑by‑step deployment using Docker containers or a standalone binary, plus Nginx reverse‑proxy configuration for production stability and security.

short URL
0 likes · 9 min read
Deploy a Private Short‑URL Service in Minutes with Docker or Binary
Xiao Liu Lab
Xiao Liu Lab
Dec 8, 2025 · Backend Development

Boost Your Storage Performance: Deploy RustFS Object Store with Docker in Minutes

Learn how to quickly set up a high‑performance, easy‑to‑deploy object storage solution by combining RustFS with Docker, covering prerequisites, Docker commands, optional Docker‑Compose configuration, Nginx reverse‑proxy setup, security hardening, testing, and production‑grade recommendations for backend developers and ops teams.

DockerNginxObject Storage
0 likes · 12 min read
Boost Your Storage Performance: Deploy RustFS Object Store with Docker in Minutes
Xiao Liu Lab
Xiao Liu Lab
Dec 7, 2025 · Operations

How to Diagnose and Prevent 502 Bad Gateway Errors in an Nginx‑PHP‑MySQL Stack

This article walks through a real‑world 502 outage, explains why the error is rarely a simple gateway failure, shows how to use enhanced Nginx upstream logs and automated scripts to pinpoint timeouts, misconfigurations, and database bottlenecks, and provides concrete tuning, monitoring, and self‑healing measures to stop the problem from recurring.

502MySQLNginx
0 likes · 11 min read
How to Diagnose and Prevent 502 Bad Gateway Errors in an Nginx‑PHP‑MySQL Stack