更新系统
1 sudo apt update
2 sudo apt upgrade
修改时区时间
1 sudo dpkg-reconfig tzdata
打开以下文件
1 /etc/apt/sources.list
2 安装一些基本工具
3 sudo apt install -y vim htop tmux curl wget
添加用户和组
1 sudo odduser 用户名
2 sudo usermod -aG sudo 用户名
安装桌面环境
1 sudo apt install -y xfce4 xfce4-goodies
安装中文输入法
1 sudo apt install -y fcitx fcitx-googlepinyin
2 fcitx-config-gtk3 fcitx-frontend-gtk3
3 fcitx-frontend-gtk2
安装图形化软件
1 sudo apt install -y gimp
安装ssh服务
1 sudo apt install -y openssh-server
安装iptables防火墙
1 sudo apt install -y iptables-persistent
完成