<?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>Wed, 03 Jun 2026 12:41:33 GMT</lastBuildDate>
    <language>zh-CN</language>
    
    <item>
      <title>还原机房一条龙：PS7 + Git + Node.js + npm + Bun + Kimi Code 极速装机</title>
      <link>https://bash.yang125.fun/posts/win-restore-workflow/</link>
      <guid>https://bash.yang125.fun/posts/win-restore-workflow/</guid>
      <pubDate>Wed, 03 Jun 2026 00:00:00 GMT</pubDate>
      <description>本文整合了一套完整的还原机房装机流程（PS7 + Git + Node.js + npm + Bun + Kimi Code），建议作为首选方案。 以下旧文仍可独立参考： Windows 一键安装 Kimi CLI（kimi-cli 官方已迁移为 kimi-code，仍可用但不再维护） 国内网络环境 Windows 安装 Bun 还原机房 PowerShell 7 + Windows Termin</description>
    </item>
    <item>
      <title>VirtualBox 中 PowerShell 下载脉冲式卡顿的根治方案</title>
      <link>https://bash.yang125.fun/posts/virtualbox-powershell-download-stutter/</link>
      <guid>https://bash.yang125.fun/posts/virtualbox-powershell-download-stutter/</guid>
      <pubDate>Sat, 09 May 2026 00:00:00 GMT</pubDate>
      <description>在 VirtualBox 虚拟机中使用 PowerShell 下载大文件时，任务管理器呈现脉冲式波动、速度暴跌到 100 Kbps？不要先怀疑网络或代理——先关闭进度条，90% 的情况立即恢复正常。 如果你需要保留交互式进度体验，用 RDP 连虚拟机 或 升级到 PowerShell 7 是更长期的解决方案。 环境信息 项目 说明 宿主系统 Windows 10 / 11（Hyper-V / WH</description>
    </item>
    <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 上绕过 GitHub 访问限制，通过清华 TUNA 镜像安装 Node.js，再走阿里云 npm 源安装 Bun，全程无需翻墙。适用于机房、校园网、企业内网等受限环境。 复制脚本 → 粘贴 → 回车，获得一个带国内镜像加速的 Bun 运行时。 环境信息 项目 说明 系统 Windows 10 / Windows 11（64 位） Shell Windows PowerShell</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>还原机房 PowerShell 7 + Windows Terminal 极速配置</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 / 11（64 位） 权限 管理员（还原卡环境，重启还原） 场景 机房、OS-Easy 还原卡 目标 PowerShell 7 + Windows Terminal + 强制 UTF-8 网络 能访问 GitHub 即可（Release 直链） 一键脚本（复制即用） ⚠️ 必须以管理员身份运行 PowerShell（右键 → 以管理员身份运行），否</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>⚠️ 官方已迁移：kimi-cli 已品牌迁移为 kimi-code，包名与安装方式均有变化。本文所述的 kimi-cli 目前仍可正常使用，但不再更新维护。 如需安装新版 Kimi Code，请参考新文：还原机房一条龙：PS7 + Git + Node.js + npm + Bun + Kimi Code 极速装机 环境信息 项目 说明 系统 Windows 10 / Windows 11（64</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>📌 官方已迁移：kimi-cli 已品牌迁移为 kimi-code，包名与安装方式均有变化。本文所述的 kimi-cli 目前仍可正常使用，但后续建议自行安装新版： npm install -g @moonshot-ai/kimi-code # 或 bun add -g @moonshot-ai/kimi-code CentOS Stream 9 / RHEL 9 无订阅版安装 Kimi CLI</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 = &apos;Hello, Bogl!&apos;; console.log(greeting); 链接</description>
    </item>
  </channel>
</rss>