(可选-提速)写入163的软件源

执行以下指令:

echo "deb http://mirrors.163.com/debian/ jessie main non-free contrib" >> /etc/apt/sources.list

更新软件包列表

apt-get update

安装vim工具

apt-get install vim

安装ping工具

apt-get install iputils-ping

安装其他网络工具

apt-get install net-tools