码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu安装配置

时间:2016-08-02 20:59:32      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:

 Ubuntu是基于Debian GNU/Linux,Unity桌面环境且开源GNU/Linux操作系统。

为使Ubuntu更加胜任Web服务器,需要对新安装的Ubuntu做一些配置

sudo -i

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

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

#安装vim
apt-get install vim

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

#安装git
apt-get instal git

#有需要的安装中文输入法(ibus-libpinyin)
apt-get install  ibus-libpinyin

  

Ubuntu安装配置

标签:

原文地址:http://www.cnblogs.com/luangeng/p/5730569.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!