_posts — Topic Index

Topic index generated on 2026-04-23 — grouped article list

Below is an index of articles grouped by topic. Click a heading to jump to the section.

DevOps

  • How to Find and Fix Bugs in Your Code — A Systematic Debugging Guide
    • Comprehensive guide to systematic debugging approaches, tools, and best practices for finding and fixing bugs efficiently
  • [Linux Multi IP Setup](linux-multi-ip-setup/
    • Linux下多个IP设置,Linux Multi IP Setup
  • Show MySQL Performance — Variables, Status & Monitoring
    • Comprehensive guide to MySQL performance monitoring using SHOW VARIABLES and SHOW STATUS commands with practical examples and best practices.
  • Thinking About Docker 1
    • Thinking About Docker 1
  • Thinking About Docker 2
    • Thinking About Docker 2
  • [Tomcat部署架构完整指南2026](tomcat-deploy-architecture/
    • 深入了解Tomcat部署架构,从单节点到分布式集群,包括负载均衡、缓存、Session管理最佳实践。
  • [虚拟机与容器技术的区别:一文详解](difference-betweent-virtualmachine-and-container/
    • 深入理解虚拟机与容器的区别,包括架构、隔离级别、资源利用率、使用场景和优缺点对比。
  • 讲座笔记整理
    • 讲座笔记整理

devops

Food

  • [什么食物才健康?](natural-food/
    • 什么食物才健康?

Linux

nginx

Programming

Security

  • [Aoviding Block Yourself from the Server When Using Iptables](iptables-must-know/
  • [X-Frame-Options参数详解](x-frame-options/
    • X-Frame-Options参数详解

Uncategorized

  • [How to Ask a Better Question](how-to-ask-a-better-question/
    • Tips for asking effective questions in technical communities

If you find missing articles or inaccurate groupings, run ./scripts/update_index.py with appropriate flags.

Git Commit Message Style Guide

A practical Git commit message guide for teams: structure, conventions, examples, anti-patterns, and release-friendly commit hygiene.

Thinking in Programming Languages

A practical framework for understanding programming languages by execution model, type system, memory semantics, concurrency, and ecosystem fit.

什么食物才健康?

探讨健康饮食的原则:天然生长环境、足够生长时间、新鲜度,以及如何辨别加工食品与天然食材。

How to Ask a Better Question

A comprehensive guide to asking effective technical questions — covering the XY Problem, effective searching, code formatting, platform-specific etiquette for Stack Overflow, …

Ajax Event Handling Process

Comprehensive guide to AJAX event handling — from classic XMLHttpRequest to modern Fetch API, async/await patterns, CORS handling, request cancellation, and file uploads.