ubuntu常用安装软件命令
1.安装ssh
sudo apt-get install openssh-server
2.安装远程(client)
sudo apt-get install nfs-common
3.安装GIT
sudo apt-get install git
4.安装cifs挂载工具(mount)
sudo apt-get install cifs-utils
5.安装VIM
sudo apt-get install vim
6.安装gcc
sudo apt-get install gcc
7.安装make
sudo apt-get install make