Ubuntu配置

配置Root

sudo passwd root

配置源

阿里云镜像

nano /ect/apt/sources.list #源路径,注释deb源
apt update

配置输入法

apt purge ibus #自带ibus
apt install fcitx-bin fcitx-table #fcitx依赖
apt install fcitx-googleinyin #google拼音
im-config #输入法切换

基础软件

apt install vim curl wget git neofetch

扩展软件

apt install pcmanfm #文件管理
apt install synaptic #deb包管理
apt install guake #下拉式终端
apt install windterm #远程终端
apt install fsearch #文件搜索
posted @ 2025-09-02 09:01  NAGISB  阅读(10)  评论(0)    收藏  举报