Ubuntu安装后的一些配置

对新安装的Ubuntu的一些配置:

 

#移除无用包
apt-get remove libreoffice-common
apt-get remove unity-webapps-common
apt-get remove thunderbird rhythmbox cheese webbrowser-app

#删除火狐
apt-get purge firefox

#更新系统及软件
apt-get update
apt-get upgrade

#安装vim
apt-get install vim

#安装ssh远程工具
apt-get install openssh-server

MAC : ssh lg@192.122.111.1

 

#安装git
apt-get instal git

#安装中文输入法ibus-libpinyin
apt-get install ibus-libpinyin


#清理
apt-get autoremove
apt-get autoclean

 

 


posted @ 2016-08-02 20:10  dahuandahuan  阅读(151)  评论(0)    收藏  举报