ubuntu开发常用软件安装

ubuntu开发常用软件安装

sudo apt-get install filezilla 
sudo apt-get install openssh-server
sudo apt-get install openssl
sudo apt-get install ssh
sudo apt-get install git
sudo apt-get install gstm
sudo apt-get install shutter
sudo apt-get install wireshark 
sudo apt-get install SMPlayer
sudo apt-get install chromium-browser
sudo apt-get install flashplugin-installer
sudo apt-get install fcitx
sudo apt-get install wine
sudo apt-get install -f

git config --global user.name "tianyongfu" 
git config --global user.email "[email protected]" 
ssh-keygen -t rsa -C "[email protected]"

你可能感兴趣的:(ubuntu开发常用软件安装)