Pi 本机安装与使用

Pi 本机安装与使用 本文不是通用教程,而是基于本机实际环境整理的一份安装与使用实录:记录了 pi(Pi Coding Agent)在这台机器上是怎么装的、配置文件放在哪、日常怎么用,以及当前已安装的扩展与包清单。通用玩法可以看站内另外几篇 pi 文章(使用教程、快速上手指南、扩展生态等)。 ...

2026年8月3日

CachyOS LiveCD 安装 Arch Linux

CachyOS LiveCD 安装 Arch Linux 准备工作 下载 CachyOS ISO 从 CachyOS 官网下载 ISO 镜像,放入 Ventoy U 盘。 配置 Live 环境 配置国内镜像源 sudo bash -c 'echo "Server = https://mirrors.ustc.edu.cn/cachyos/repo/\$arch/\$repo" > /etc/pacman.d/cachyos-mirrorlist && echo "Server = https://mirrors.ustc.edu.cn/cachyos/repo/\$arch_v3/\$repo" > /etc/pacman.d/cachyos-v3-mirrorlist && echo "Server = https://mirrors.ustc.edu.cn/cachyos/repo/\$arch_v4/\$repo" > /etc/pacman.d/cachyos-v4-mirrorlist && echo "Server = https://mirrors.ustc.edu.cn/archlinux/\$repo/os/\$arch" > /etc/pacman.d/mirrorlist' 再次执行以下命令,防止安装过程中镜像源被替换: ...

2026年7月19日