<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Aeoleaf</title>
    <link>http://localhost:3000/blog</link>
    <description>Like Apple in the 90&apos;s</description>
    <language>zh-CN</language>
    <atom:link href="http://localhost:3000/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>curl 下载文件测速</title>
      <link>http://localhost:3000/blog/curl-download-speed-test</link>
      <guid isPermaLink="true">http://localhost:3000/blog/curl-download-speed-test</guid>
      <pubDate>Sat, 02 May 2026 06:18:11 GMT</pubDate>
      <description>用 curl 命令测试下载速度，一行搞定。</description>
      <category>Linux</category>
      <category>curl</category>
      <category>网络</category>
    </item>
    <item>
      <title>Jenkins Webhook 构建403问题</title>
      <link>http://localhost:3000/blog/jenkins-webhook-403</link>
      <guid isPermaLink="true">http://localhost:3000/blog/jenkins-webhook-403</guid>
      <pubDate>Thu, 23 Apr 2026 11:37:52 GMT</pubDate>
      <description>Gitea的webhook触发Jenkins构建返回403？用API Token + Base64认证解决。</description>
      <category>Jenkins</category>
      <category>CI/CD</category>
      <category>踩坑</category>
    </item>
    <item>
      <title>余华经典作品摘录</title>
      <link>http://localhost:3000/blog/yu-hua-classic</link>
      <guid isPermaLink="true">http://localhost:3000/blog/yu-hua-classic</guid>
      <pubDate>Fri, 17 Apr 2026 20:10:34 GMT</pubDate>
      <description>余华笔下的生死与荒诞，冷静叙述中藏着最深的悲悯。</description>
      <enclosure url="http://localhost:3000/uploads/posts/1779305870357-6049ffd3-oip-c.jpg" type="image/jpeg" />
      <category>余华</category>
      <category>读书</category>
      <category>文学</category>
    </item>
    <item>
      <title>Nginx 代理 Docker Hub</title>
      <link>http://localhost:3000/blog/nginx-proxy-dockerhub</link>
      <guid isPermaLink="true">http://localhost:3000/blog/nginx-proxy-dockerhub</guid>
      <pubDate>Sat, 04 Apr 2026 02:40:44 GMT</pubDate>
      <description>用 Nginx 搭建 Docker Hub 的无缓存代理镜像站，解决拉取镜像慢的问题。</description>
      <category>Nginx</category>
      <category>Docker</category>
      <category>运维</category>
    </item>
    <item>
      <title>这是第一份博客...</title>
      <link>http://localhost:3000/blog/New blog</link>
      <guid isPermaLink="true">http://localhost:3000/blog/New blog</guid>
      <pubDate>Wed, 25 Mar 2026 06:33:30 GMT</pubDate>
      <category>First</category>
    </item>
    <item>
      <title>axios 使用 FormData 上传文件</title>
      <link>http://localhost:3000/blog/axios-formdata-upload</link>
      <guid isPermaLink="true">http://localhost:3000/blog/axios-formdata-upload</guid>
      <pubDate>Wed, 25 Feb 2026 01:09:23 GMT</pubDate>
      <description>用 axios 以 FormData 方式上传文件的代码示例。</description>
      <category>JavaScript</category>
      <category>axios</category>
      <category>前端</category>
    </item>
    <item>
      <title>Nginx 解决 &quot;no resolver defined to resolve&quot; 错误</title>
      <link>http://localhost:3000/blog/nginx-no-resolver</link>
      <guid isPermaLink="true">http://localhost:3000/blog/nginx-no-resolver</guid>
      <pubDate>Sun, 01 Feb 2026 14:14:10 GMT</pubDate>
      <description>Nginx 反向代理使用域名时报错 no resolver defined？加一行 resolver 指令即可。</description>
      <category>Nginx</category>
      <category>踩坑</category>
      <category>运维</category>
    </item>
    <item>
      <title>SAS硬盘使用SATA线缆无法启动的解决</title>
      <link>http://localhost:3000/blog/sas-sata-power-issue</link>
      <guid isPermaLink="true">http://localhost:3000/blog/sas-sata-power-issue</guid>
      <pubDate>Wed, 14 Jan 2026 02:10:31 GMT</pubDate>
      <description>SAS硬盘搭配SATA转接线后无法通电？原来是3.3V PWDIS功能在作怪。</description>
      <category>硬件</category>
      <category>SAS</category>
      <category>踩坑</category>
    </item>
    <item>
      <title>Chrome翻译完美解决：代理谷歌翻译+hosts</title>
      <link>http://localhost:3000/blog/chrome-translate-proxy</link>
      <guid isPermaLink="true">http://localhost:3000/blog/chrome-translate-proxy</guid>
      <pubDate>Wed, 07 Jan 2026 14:28:10 GMT</pubDate>
      <description>通过反向代理 translate.googleapis.com 并配置 hosts，让 Chrome 翻译恢复正常。</description>
      <category>Chrome</category>
      <category>代理</category>
      <category>Nginx</category>
    </item>
    <item>
      <title>tun2proxy：将代理转为全局TUN隧道</title>
      <link>http://localhost:3000/blog/tun2proxy-guide</link>
      <guid isPermaLink="true">http://localhost:3000/blog/tun2proxy-guide</guid>
      <pubDate>Mon, 05 Jan 2026 11:20:48 GMT</pubDate>
      <description>tun2proxy 可以将 SOCKS/HTTP 代理转为 TUN 隧道，实现全局透明代理。</description>
      <category>代理</category>
      <category>Linux</category>
      <category>网络</category>
    </item>
    <item>
      <title>Docker 批量操作命令速查</title>
      <link>http://localhost:3000/blog/docker-batch-commands</link>
      <guid isPermaLink="true">http://localhost:3000/blog/docker-batch-commands</guid>
      <pubDate>Sun, 14 Dec 2025 18:31:22 GMT</pubDate>
      <description>停止、删除所有容器和镜像的常用 Docker 命令速查。</description>
      <category>Docker</category>
      <category>Linux</category>
      <category>速查</category>
    </item>
  </channel>
</rss>