<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Linux System Administration on SRE Engineering Practice</title><link>https://www.sre.wang/en/categories/linux-system-administration/</link><description>Recent content in Linux System Administration on SRE Engineering Practice</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Fri, 17 Jul 2026 09:20:09 +0800</lastBuildDate><atom:link href="https://www.sre.wang/en/categories/linux-system-administration/index.xml" rel="self" type="application/rss+xml"/><item><title>Linux Kernel Crashes and kdump: Installing a Flight Recorder for Your Servers</title><link>https://www.sre.wang/en/posts/linux-kernel-crash-kdump/</link><pubDate>Fri, 17 Jul 2026 09:20:09 +0800</pubDate><guid>https://www.sre.wang/en/posts/linux-kernel-crash-kdump/</guid><description>From kdump internals to crash tool analysis — a hands-on guide to configuring a production-grade kernel crash capture system</description></item><item><title>System Security Auditing: auditd Rule Configuration and Log Analysis in Practice</title><link>https://www.sre.wang/en/posts/linux-auditd-security-auditing/</link><pubDate>Wed, 15 Jul 2026 02:09:45 +0800</pubDate><guid>https://www.sre.wang/en/posts/linux-auditd-security-auditing/</guid><description>From installation and deployment to rule writing, log analysis, and performance tuning—covering the complete production practice of auditd</description></item><item><title>Linux Network Packet Capture and Protocol Analysis: A Practical Troubleshooting Guide from tcpdump to Wireshark</title><link>https://www.sre.wang/en/posts/linux-network-packet-capture-analysis/</link><pubDate>Tue, 14 Jul 2026 00:39:00 +0800</pubDate><guid>https://www.sre.wang/en/posts/linux-network-packet-capture-analysis/</guid><description>Troubleshoot production network issues with the tcpdump and Wireshark combo, covering BPF filter syntax, capture strategies, protocol dissection, and real-world case studies</description></item><item><title>Linux CPU Isolation and NUMA Tuning: A Practical Guide to Exclusive Compute for Critical Workloads</title><link>https://www.sre.wang/en/posts/linux-cpu-isolation-numa-tuning/</link><pubDate>Mon, 13 Jul 2026 03:22:07 +0800</pubDate><guid>https://www.sre.wang/en/posts/linux-cpu-isolation-numa-tuning/</guid><description>From isolcpus to cpuset, NUMA affinity to IRQ pinning — a complete production-grade CPU isolation and tuning workflow</description></item><item><title>eBPF Programming Guide: From Principles to Production-Grade Tooling</title><link>https://www.sre.wang/en/posts/linux-ebpf-programming-guide/</link><pubDate>Tue, 01 Apr 2025 00:00:00 +0000</pubDate><guid>https://www.sre.wang/en/posts/linux-ebpf-programming-guide/</guid><description>A systematic guide to eBPF programming, BCC vs libbpf+CO-RE comparison, BTF mechanism, program types, and end-to-end development workflow</description></item><item><title>Linux Firewall: iptables/nftables from Beginner to Expert</title><link>https://www.sre.wang/en/posts/linux-iptables-nftables/</link><pubDate>Fri, 10 Jan 2025 00:00:00 +0000</pubDate><guid>https://www.sre.wang/en/posts/linux-iptables-nftables/</guid><description>An in-depth guide to the Netfilter framework, iptables five chains and four tables, nftables advantages, rule writing, NAT/port forwarding, connection tracking, and performance optimization</description></item><item><title>Linux Performance Analysis Powerhouse: BPF and the bcc Toolset</title><link>https://www.sre.wang/en/posts/linux-bpf-bcc-tools/</link><pubDate>Wed, 13 Nov 2024 00:00:00 +0000</pubDate><guid>https://www.sre.wang/en/posts/linux-bpf-bcc-tools/</guid><description>From eBPF technology principles to bcc toolset practice, covering biolatency, execsnoop, tcplife, opensnoop and other core tools, with custom BPF trace script examples</description></item><item><title>cgroup v2 Complete Guide: From Architecture Principles to Production Practices</title><link>https://www.sre.wang/en/posts/linux-cgroup-v2-complete-guide/</link><pubDate>Tue, 23 Jul 2024 00:00:00 +0000</pubDate><guid>https://www.sre.wang/en/posts/linux-cgroup-v2-complete-guide/</guid><description>An in-depth guide to cgroup v2 unified hierarchy architecture, core controllers, systemd integration, Docker/Kubernetes scenarios, and v1 migration strategies</description></item><item><title>Linux Process Scheduler: CFS Principles and Tuning</title><link>https://www.sre.wang/en/posts/linux-process-scheduling/</link><pubDate>Wed, 29 May 2024 00:00:00 +0000</pubDate><guid>https://www.sre.wang/en/posts/linux-process-scheduling/</guid><description>An in-depth analysis of the Linux CFS scheduler, nice values and cgroup CPU control, real-time scheduling, CPU affinity, and scheduling latency troubleshooting</description></item><item><title>Linux Memory Management Mechanisms and Tuning in Practice</title><link>https://www.sre.wang/en/posts/linux-memory-management-tuning/</link><pubDate>Thu, 09 May 2024 00:00:00 +0000</pubDate><guid>https://www.sre.wang/en/posts/linux-memory-management-tuning/</guid><description>An in-depth guide to Linux virtual memory, Page Cache, Swap, OOM Killer, cgroup v2 memory limits, and memory leak troubleshooting with real-world cases</description></item><item><title>Linux Network Stack Tuning: From Kernel to Application</title><link>https://www.sre.wang/en/posts/linux-network-stack-tuning/</link><pubDate>Tue, 07 May 2024 00:00:00 +0000</pubDate><guid>https://www.sre.wang/en/posts/linux-network-stack-tuning/</guid><description>A systematic guide to Linux TCP/IP stack tuning, covering kernel parameters, conntrack table, NIC interrupt binding, RPS/RFS/XPS, and TCP BBR congestion control</description></item><item><title>Linux Boot Process Explained: From Firmware to Userspace</title><link>https://www.sre.wang/en/posts/linux-boot-process-grub/</link><pubDate>Fri, 03 May 2024 00:00:00 +0000</pubDate><guid>https://www.sre.wang/en/posts/linux-boot-process-grub/</guid><description>From BIOS/UEFI to GRUB2, initramfs, and systemd boot process — covering target/runlevel, service dependency management, boot performance optimization, and kernel crash recovery</description></item><item><title>Linux Package Management: apt/yum/dnf and Package Building</title><link>https://www.sre.wang/en/posts/linux-package-management/</link><pubDate>Fri, 26 Apr 2024 00:00:00 +0000</pubDate><guid>https://www.sre.wang/en/posts/linux-package-management/</guid><description>Comprehensive guide to apt/dpkg and yum/dnf/rpm ecosystems, covering repository management, dependency resolution, deb/rpm package building, version pinning, offline installation, and mirror optimization</description></item><item><title>Disk I/O Performance Diagnosis and Optimization</title><link>https://www.sre.wang/en/posts/linux-disk-io-diagnosis/</link><pubDate>Wed, 27 Mar 2024 00:00:00 +0000</pubDate><guid>https://www.sre.wang/en/posts/linux-disk-io-diagnosis/</guid><description>A systematic guide to Linux disk I/O performance metrics, diagnostic tools, I/O scheduler selection, SSD/HDD optimization differences, with a real-world high I/O wait troubleshooting case</description></item><item><title>Linux Log Management: journald and Log Rotation</title><link>https://www.sre.wang/en/posts/linux-log-management-journalctl/</link><pubDate>Wed, 14 Feb 2024 00:00:00 +0000</pubDate><guid>https://www.sre.wang/en/posts/linux-log-management-journalctl/</guid><description>journald internals and configuration, journalctl query techniques, logrotate log rotation, structured logging, remote log collection, and practical log analysis</description></item><item><title>systemd Service Management Deep Guide</title><link>https://www.sre.wang/en/posts/linux-systemd-deep-guide/</link><pubDate>Tue, 13 Feb 2024 00:00:00 +0000</pubDate><guid>https://www.sre.wang/en/posts/linux-systemd-deep-guide/</guid><description>From systemd architecture to in-depth unit file analysis, covering dependency management, cgroup resource control, journalctl log management, and production-grade service file writing</description></item><item><title>Linux Performance Profiling Toolkit: From top to perf</title><link>https://www.sre.wang/en/posts/linux-performance-profiling-tools/</link><pubDate>Fri, 19 Jan 2024 00:00:00 +0000</pubDate><guid>https://www.sre.wang/en/posts/linux-performance-profiling-tools/</guid><description>From top/htop/atop to perf/flamegraph, covering CPU, memory, IO, and network performance profiling tools with use-case quick reference and real-world examples</description></item><item><title>Linux Filesystem Selection and Performance Optimization</title><link>https://www.sre.wang/en/posts/linux-fs-filesystem-optimization/</link><pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate><guid>https://www.sre.wang/en/posts/linux-fs-filesystem-optimization/</guid><description>In-depth comparison of ext4/xfs/btrfs/zfs, mount parameter optimization, I/O scheduler selection, journal modes, fsync performance, and SSD/TRIM tuning</description></item><item><title>Linux Kernel Parameter Tuning Practical Handbook</title><link>https://www.sre.wang/en/posts/linux-kernel-parameters-tuning/</link><pubDate>Thu, 21 Dec 2023 00:00:00 +0000</pubDate><guid>https://www.sre.wang/en/posts/linux-kernel-parameters-tuning/</guid><description>A comprehensive guide to the sysctl system, covering network parameters, file descriptors, memory parameters, security parameters, production tuning templates, and parameter validation methods</description></item><item><title>Linux Security Hardening Checklist: From Minimal Installation to Compliance</title><link>https://www.sre.wang/en/posts/linux-security-hardening-checklist/</link><pubDate>Mon, 18 Dec 2023 00:00:00 +0000</pubDate><guid>https://www.sre.wang/en/posts/linux-security-hardening-checklist/</guid><description>A systematic guide to Linux security hardening: minimal installation, SSH hardening, SELinux/AppArmor, auditd auditing, firewall management, with a runnable security baseline check script</description></item><item><title>SSH Security Best Practices: From Authentication to Tunneling</title><link>https://www.sre.wang/en/posts/linux-ssh-security-best-practices/</link><pubDate>Tue, 12 Dec 2023 00:00:00 +0000</pubDate><guid>https://www.sre.wang/en/posts/linux-ssh-security-best-practices/</guid><description>SSH key and certificate authentication, sshd_config hardening, bastion host, port forwarding and reverse tunnels, SSH Agent, audit logging, and Fail2ban — a complete practical guide</description></item></channel></rss>