<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>闲阁 · 技术日志</title>
    <link>https://new.xianger.site/</link>
    <description>专注服务器运维 · Linux · 后端开发的技术博客</description>
    <language>zh-CN</language>
    <lastBuildDate>2026-08-12T00:00:00+08:00</lastBuildDate>
    <item>
      <title>Nginx 高并发调优：从内核参数到反向代理的完整清单</title>
      <link>https://new.xianger.site/post/nginx-performance.html</link>
      <pubDate>2026-08-12T00:00:00+08:00</pubDate>
      <description>一次线上流量突增的排查，引出 worker 进程、keepalive、sendfile 与内核参数的一整套调优思路。</description>
    </item>
    <item>
      <title>systemd 服务编写入门：一个可靠守护进程的正确姿势</title>
      <link>https://new.xianger.site/post/linux-systemd.html</link>
      <pubDate>2026-07-30T00:00:00+08:00</pubDate>
      <description>Restart、Type、LimitNOFILE、EnvironmentFile……手把手写一个生产级的 systemd unit 文件。</description>
    </item>
    <item>
      <title>Docker 镜像瘦身与多阶段构建的实践总结</title>
      <link>https://new.xianger.site/post/docker-best-practice.html</link>
      <pubDate>2026-07-18T00:00:00+08:00</pubDate>
      <description>如何让一个 Node 应用镜像从 900MB 缩减到 120MB，并同时降低攻击面。</description>
    </item>
    <item>
      <title>一个适合小团队的分支管理模型：从 feature 到 release</title>
      <link>https://new.xianger.site/post/git-workflow.html</link>
      <pubDate>2026-07-05T00:00:00+08:00</pubDate>
      <description>不要照搬 Git Flow 的复杂度，聊聊小团队真正能用起来的轻量分支约定。</description>
    </item>
    <item>
      <title>MySQL 慢查询定位与索引优化的实战记录</title>
      <link>https://new.xianger.site/post/mysql-optimization.html</link>
      <pubDate>2026-06-22T00:00:00+08:00</pubDate>
      <description>从 explain 到覆盖索引，一次把订单表查询耗时从 3.2s 降到 80ms 的完整过程。</description>
    </item>
    <item>
      <title>用 Prometheus + Grafana 搭建一套可用的服务监控</title>
      <link>https://new.xianger.site/post/monitoring-grafana.html</link>
      <pubDate>2026-06-10T00:00:00+08:00</pubDate>
      <description>指标采集、告警规则与看板设计，一套小成本即可落地的监控方案。</description>
    </item>
  </channel>
</rss>
