ubuntu换源
https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/
sudo gedit /etc/apt/sources.list
一般也就是换成清华源
然后
更新软件源
sudo apt update
升级软件
sudo apt -y upgrade
安装vim文本编辑器
sudo apt install -y vim
安装ssh远程连接工具
sudo apt install -y openssh-server
安装网络工具
sudo apt install -y net-tools