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


觉得不错,点个赞吧
原文地址:https://www.cnblogs.com/luangeng/p/5730569.html