摘要: 基础 1. 切换linux运行模式 临时修改 init 3/5 永久修改 systemctl set-default multi-user.target/graphical.target 查看当前模式 systemctl get-default 2. 计算机 操作系统是以linux内核软件为核心的一 阅读全文
posted @ 2026-04-07 00:01 ahahahop 阅读(2) 评论(0) 推荐(0)
摘要: ubuntu安装 1. 安装ubuntu系统 配置网络适配器时一定要选择断开网络连接, 否则不会使用本地镜像 2. 第一次初始化配置(记得切换root用户) # 换源 sed -i.bak 's#http://archive.ubuntu.com#https://mirrors.aliyun.com 阅读全文
posted @ 2026-04-04 02:09 ahahahop 阅读(2) 评论(0) 推荐(0)