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

上一篇:灵活使用 console 让 js 调试更简单


下一篇:【F12】Console命令,让js调试更简单