<?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 on SRE Engineering Practice</title><link>https://www.sre.wang/en/tags/linux/</link><description>Recent content in Linux 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/tags/linux/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 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>Linux Namespaces and cgroups: The Foundation of Container Technology</title><link>https://www.sre.wang/en/posts/linux-namespace-cgroups-basics/</link><pubDate>Sun, 28 Jun 2026 16:34:00 +0800</pubDate><guid>https://www.sre.wang/en/posts/linux-namespace-cgroups-basics/</guid><description>Practical guide on linux namespaces and cgroups for SRE operations</description></item><item><title>Nginx Performance Tuning: From Configuration to Kernel Parameters</title><link>https://www.sre.wang/en/posts/nginx-performance-tuning/</link><pubDate>Fri, 12 Sep 2025 19:44:00 +0800</pubDate><guid>https://www.sre.wang/en/posts/nginx-performance-tuning/</guid><description>Practical guide on nginx performance tuning for SRE operations</description></item><item><title>Linux System Call Tracing: strace and ltrace Debugging</title><link>https://www.sre.wang/en/posts/linux-strace-debugging/</link><pubDate>Thu, 11 Sep 2025 12:45:00 +0800</pubDate><guid>https://www.sre.wang/en/posts/linux-strace-debugging/</guid><description>Practical guide on linux system call tracing for SRE operations</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 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 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>Scheduled Task Management: cron vs systemd timer</title><link>https://www.sre.wang/en/posts/cron-vs-systemd-timer/</link><pubDate>Mon, 18 Mar 2024 00:00:00 +0000</pubDate><guid>https://www.sre.wang/en/posts/cron-vs-systemd-timer/</guid><description>From cron syntax to systemd timer advantages, from task design to failure retry and alerting — a systematic comparison of two scheduling solutions with distributed scenarios covered</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>Practical Shell Script Automation Tips</title><link>https://www.sre.wang/en/posts/shell-automation-tips/</link><pubDate>Thu, 11 Jan 2024 00:00:00 +0000</pubDate><guid>https://www.sre.wang/en/posts/shell-automation-tips/</guid><description>Practical Shell scripting tips for automated operations: log cleanup, batch health checks, auto-restart, and config backup</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>