<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Bogl Blog</title>
    <link>https://bash.yang125.fun/</link>
    <description>Bogl Blog - 分享 Windows、Linux、开发工具等实用技术教程与一键安装脚本。</description>
    <lastBuildDate>Sat, 09 May 2026 12:28:07 GMT</lastBuildDate>
    <language>zh-CN</language>
    
    <item>
      <title>Windows 旧版 curl 下载慢的根治方案（自动代理 + UA 伪装 + aria2c 兜底）</title>
      <link>https://bash.yang125.fun/posts/curl-download-slow-fix/</link>
      <guid>https://bash.yang125.fun/posts/curl-download-slow-fix/</guid>
      <pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate>
      <description>浏览器下载 10 MB/s，curl 只有 1 Mbps？这不是你的网有问题，是 Windows 自带的 curl 太老了。 本文提供从「临时缓解」到「彻底根治」的完整方案，含自动代理嗅探、UA 伪装、证书错误修复，以及 aria2c 多线程兜底。复制脚本 → 粘贴 → 回车即可。 注意：不同镜像站对 UA 的检测策略不同。实测中科大镜像站对 Chrome 124 直接返回 403，更新为 Chr</description>
    </item>
    <item>
      <title>国内网络环境 Windows 安装 Bun（TUNA + 阿里云）</title>
      <link>https://bash.yang125.fun/posts/install-bun-china/</link>
      <guid>https://bash.yang125.fun/posts/install-bun-china/</guid>
      <pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate>
      <description>环境信息 项目 说明 系统 Windows 10 / Windows 11（64 位） Shell Windows PowerShell 5.1（默认自带，无需额外安装） 权限 需要管理员权限（Node.js MSI 安装到 C:\Program Files，修改系统 PATH） 场景 校园网、机房、企业内网、无代理环境 目标 Bun 1.x 可运行，且后续 bun install 走国内源 网络</description>
    </item>
    <item>
      <title>Windows 10 / 11 安装 winget（无 Microsoft Store 方案）</title>
      <link>https://bash.yang125.fun/posts/winget-install-win/</link>
      <guid>https://bash.yang125.fun/posts/winget-install-win/</guid>
      <pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate>
      <description>环境信息 系统：Windows 10 19041+ / Windows 11（64 位） 权限：普通用户即可（Add-AppxPackage 默认按用户安装，无需管理员提权） 前置要求：系统需允许旁加载应用（Sideloading）。若为严格域控/企业环境，可能需要管理员在「设置 &amp;gt; 更新与安全 &amp;gt; 开发者选项」中开启 场景：精简版系统、LTSC、 ghost 封装版、商店被移除、机房</description>
    </item>
    <item>
      <title>Windows Terminal + PowerShell 7 一键安装配置指南</title>
      <link>https://bash.yang125.fun/posts/win-terminal-setup/</link>
      <guid>https://bash.yang125.fun/posts/win-terminal-setup/</guid>
      <pubDate>Wed, 29 Apr 2026 00:00:00 GMT</pubDate>
      <description>环境信息 项目 说明 系统 Windows 10 / Windows 11（64 位） 权限 普通用户即可（无需管理员，全程 0 弹窗） 场景 机房、OS-Easy 还原卡、域控锁死环境 目标 PowerShell 7 + Windows Terminal + Oh My Posh 美化 + 强制 UTF-8 网络 能访问 GitHub 即可（Release 直链） 一键脚本（复制即用） 在 Po</description>
    </item>
    <item>
      <title>Windows 一键安装 Kimi CLI</title>
      <link>https://bash.yang125.fun/posts/kimi-cli-install-win/</link>
      <guid>https://bash.yang125.fun/posts/kimi-cli-install-win/</guid>
      <pubDate>Tue, 14 Apr 2026 00:00:00 GMT</pubDate>
      <description>环境信息 项目 说明 系统 Windows 10 / Windows 11（64 位） 权限 普通用户即可（无需管理员，安装过程 0 弹窗） 目标 一行 PowerShell 完成 Python 3.12 + uv + kimi-cli 全套环境 网络 国内环境，使用清华 TUNA / 阿里云镜像加速 完整命令（复制即用） 以普通用户身份打开 PowerShell，复制粘贴执行： [Net.Ser</description>
    </item>
    <item>
      <title>CentOS Stream 9 / RHEL 9 纯换源（两行）</title>
      <link>https://bash.yang125.fun/posts/centos9-mirror-switch/</link>
      <guid>https://bash.yang125.fun/posts/centos9-mirror-switch/</guid>
      <pubDate>Thu, 09 Apr 2026 00:00:00 GMT</pubDate>
      <description>CentOS Stream 9 / RHEL 9 纯换源（两行） 只换源，不装任何软件。解决国内访问官方源慢、GPG Key 404、subscription 注册提示等问题。 ⚠️ 如果你的机器是 RHEL 9：学校/企业机房常见预装 RHEL 9（不是 CentOS Stream 9）。 仅换源不处理系统身份的话，执行 yum update 会触发 redhat-release 与 CentO</description>
    </item>
    <item>
      <title>CentOS Stream 9 / RHEL 9 无订阅版安装 Kimi CLI</title>
      <link>https://bash.yang125.fun/posts/kimi-cli-install-centos9/</link>
      <guid>https://bash.yang125.fun/posts/kimi-cli-install-centos9/</guid>
      <pubDate>Thu, 09 Apr 2026 00:00:00 GMT</pubDate>
      <description>CentOS Stream 9 / RHEL 9 无订阅版安装 Kimi CLI 对应 Windows 版：Windows 下安装 Kimi CLI，PowerShell 一键指令 环境信息 系统：CentOS Stream 9 / RHEL 9 / Rocky Linux 9 / AlmaLinux 9 场景：无红帽订阅（无 Subscription） 目标：一行命令完成 Python + uv</description>
    </item>
    <item>
      <title>Hello World</title>
      <link>https://bash.yang125.fun/posts/hello-world/</link>
      <guid>https://bash.yang125.fun/posts/hello-world/</guid>
      <pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate>
      <description>这是 Bogl 博客的第一篇文章。 特性 静态生成：纯 HTML/CSS/JS，无服务端依赖 自动编码转换：GBK / GB2312 自动识别并转为 UTF-8 换行规范化：CRLF 自动转为 LF EdgeOne Pages：专为腾讯云 EdgeOne Pages 优化 代码示例 const greeting = &amp;#39;Hello, Bogl!&amp;#39;; console.log(greet</description>
    </item>
    <item>
      <title>GBK测试</title>
      <link>https://bash.yang125.fun/posts/gbk-test/</link>
      <guid>https://bash.yang125.fun/posts/gbk-test/</guid>
      <pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate>
      <description>这是一篇GBK编码的文章。 测试内容 CRLF换行测试。 中文内容正常显示。</description>
    </item>
  </channel>
</rss>