Pop!_OS相关使用配置 #0x0 书接上回 #0x1 换源 #0x10 nopasswd sudo #0x11 换国内源 0x2 安装应用 #0x0 书接上回 首先请看上一章末尾, Pop!_OS安装与配置(一) 修复grub和时间同步 #0x1 换源 #0x10 nopasswd sudo 个人使用,懒得次次输入密码 因此先给自己加个nopasswd 的sudo 终端: sudo su - root #root身份下: visudo #在%sudo ALL=(ALL:ALL) ALL下另起一行 用户名 ALL=(ALL:ALL) NOPASSWD:ALL 保存退出,退回...