安装完了Ubuntu8.04,那么下面要做的就是配置自己的系统,让Ubuntu更适合自己的使用习惯。
虽然一般的电脑Ubuntu都不用驱动。但是因为一些开源的原因和系统的要求Ubuntu肯定无法满足所有人的要求,这时候学会打造一个纯粹属于自己的系统就相当重要了。

因为Ubuntu是很依赖网络的一个Linux发行版。所以一般如果想玩转Ubuntu最起码的条件就是拥有一个连接互联网的环境。当然你也可以下载Ubuntu8.04 DVD版本来满足一些使用配置需求。但是我觉得能上网对Ubuntu很重要。原文来自[何必呢]

至于Ubuntu的安装你可以下载刻盘安装,也可以参照何必呢的介绍的方法硬盘安装

下面开始配置你的Ubuntu8.04。
1.打开终端。打开方法是:单击主菜单中的“应用程序 - 附件 - 终端”。
2.修改源,寻找一个适合自己网络的更新源是相当重要的事情。
sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
sudo gedit /etc/apt/sources.list

在打开的文本编辑器中,把你看到的内容全部删掉,然后添加一个源。本人使用的是北京网通1M ADSL。一般我都是使用台湾大学或者台湾的官方源,在我这里基本能够达到满速。


deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-updates main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-updates main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-backports main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-backports main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-security main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-security main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-proposed main multiverse restricted universe
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-proposed main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu-cn/ hardy main restricted universe multiverse

你也可以到这里选择适合自己网络的源。中国网络不互通很讽刺。
3.更新软件包列表并安装系统更新 。
sudo apt-get update
sudo apt-get upgrade

4.设置中文环境

打开“语言支持”对话框(见右图)。单击主菜单中的“系统(System) –> 系统管理(Administration) –> 语言支持(language support)”。
在“支持的语言”列表中找到“汉语(Chinese)”,在右端打上勾。同时将默认语言修改为“汉语(Chinese)”并勾选“启用复杂字符输入支持(Enable support to enter complex characters)”,点击确定按钮。
Ubuntu 这时会下载并安装语言包。安装完毕之后,当你注销后重新登录,界面就变成中文的了。

5.配置Firefox及安装Java环境
1)配置Firefox
不知道为什么,Ubuntu8.04下的Firefox默认是繁体环境。换回简体的方法是下载中文语言扩展,然后安装启用。
安装Flash插件
sudo apt-get install flashplugin-nonfree
安装JAVA Plugin
sudo apt-get install sun-java6-plugin

2)安装Java环境
打开终端,执行以下命令。
sudo apt-get install sun-java6-jre
设置当前默认的java解释器:
sudo update-alternatives --config java
执行后会出现类似如下的画面:

There are 2 alternatives which provide `java’.
Selection Alternative
———————————————–
1 /usr/bin/gij-wrapper-4.1
*+ 2 /usr/lib/jvm/java-6-sun/jre/bin/java

Press enter to keep the default[*], or type selection number:

输入 有包含 “sun” 的行的前面的数字。如上面显示,则输入2,然后回车确定。
6.多媒体应用环境设置
首先上面使用自己选择源的朋友请先把下面的源加到你的源的最下面。因为很多软件由于不开源而Ubuntu官方不能加入到官方软件库。比如对我们很重要的视频解码器。
deb http://archive.ubuntu.org.cn/ubuntu-cn/ hardy main restricted universe multiverse
安装多媒体解码器,输入命令
sudo apt-get install libdvdcss2 libxine1-ffmpeg libxine1-plugins w32codecs gcc-3.3-base libstdc++5
安装强大的播放器Mplayer和它的图形界面Smplayer。
sudo apt-get install mplayer mplayer-fonts mozilla-mplayer smplayer
配置音乐播放器,输入命令
sudo apt-get install gstreamer0.10-plugins-ugly gstreamer0.10-ffmpeg gstreamer0.10-fluendo-mpegdemux gstreamer0.10-gnonlin
至此对于我们很重要的都基本上安装完毕。当然如果你想安装更多软件的话。
那么何必呢推荐你安装星际译王,BT和电驴下载软件。其他的你可以去这里找更多的软件来更好的体验你的Ubuntu。当然了,如果你嫌自己的界面不好看的话,可以到这里下载更多漂亮主题。
星际译王及其字典安装
sudo apt-get install stardict stardict-common stardict-plugin stardict-plugin-espeak stardict-plugin-festival
sudo apt-get install stardict-cdict-gb stardict-cedict-gb stardict-hanzim stardict-langdao-ce-gb stardict-langdao-ec-gb stardict-oxford-gb stardict-xdict-ce-gb stardict-xdict-ec-gb

BT及电驴安装
sudo apt-get install deluge-torrent
sudo apt-get install kmldonkey mldonkey-server mldonkey-gui

如果你对于Ubuntu有问题的话欢迎留言,何必呢作为一个小菜午饭一定尽我的能力回答你的问题。

收藏本文到: 百度搜藏 QQ书签 Google书签 Del.icio.us 新浪ViVi 雅虎收藏 饭否 365Key网摘 天极网摘 POCO网摘 和讯网摘

本文地址 : http://www.hebine.com/blog/archives/386.html
如果你对本文感兴趣,欢迎订阅我的博客

28 Responses so far

You can leave a response or Trackback this entry .
  1. g.zhen.ning Says:

    嗯,ubuntu越来越人性化,但内存要求也越来越高了,这是我唯一的不满..

    [Reply to this Comment]

  2. 漫步 Says:

    汗一个,快速设置指南, 官方文档里一直有的………

    [Reply to this Comment]

  3. dsadsa Says:

    我昨天晚上安装好了以后,屏幕上显示一条条的竖条,屏幕的色彩出现喷出的现象,不知道是什么原因,请教下

    [Reply to this Comment]

    何必呢 reply on 2008年04月27日 5:59 pm:

    显卡驱动装好了吗?有没有什么提示?

    [Reply to this Comment]

  4. links for 2008-04-27 : 月光博客的网摘 Says:

    [...] Ubuntu8.04快速设置指南 安装完了Ubuntu8.04,那么下面要做的就是配置自己的系统,让Ubuntu更适合自己的使用习惯,虽然一般的电脑Ubuntu都不用驱动。 (tags: linux) [...]

  5. links for 2008-04-27 « williamlong’s blog Says:

    [...] Ubuntu8.04快速设置指南 安装完了Ubuntu8.04,那么下面要做的就是配置自己的系统,让Ubuntu更适合自己的使用习惯,虽然一般的电脑Ubuntu都不用驱动。 (tags: linux) [...]

  6. Lin Says:

    可以给个 mldonkey gui 的设置指南吗
    如何添加服务器 如何指定下载位置 如何和firefox关联 谢谢。。

    [Reply to this Comment]

    何必呢 reply on 2008年05月02日 9:37 am:

    不知道这里能不能解决你的问题,这是很久之前我写的~http://www.hebine.net/blog/archives/255.html

    [Reply to this Comment]

    Lin reply on 2008年05月02日 10:12 am:

    谢谢你,解决了!

    [Reply to this Comment]

  7. » links for 2008-04-27 月光博客的网摘 Says:

    [...] Ubuntu8.04快速设置指南 安装完了Ubuntu8.04,那么下面要做的就是配置自己的系统,让Ubuntu更适合自己的使用习惯,虽然一般的电脑Ubuntu都不用驱动。 (tags: linux) [...]

  8. gfansblog » Blog Archive » Ubuntu8.04快速设置指南 Says:

    [...] 阅读全文:Ubuntu8.04快速设置指南 [...]

  9. Ubuntu8.04?????? Says:

    [...] 阅读全文:Ubuntu8.04?????? [...]

  10. Ubuntu8.04快速设置指南 Says:

    [...] 阅读全文:Ubuntu8.04快速设置指南 [...]

  11. seedante Says:

    奇怪了,我前些天问的问题怎么都不见了?施主你删掉了吗?

    [Reply to this Comment]

    何必呢 reply on 2008年05月09日 1:45 pm:

    对不起.哪个留言在另一个域名的数据库里,哪个空间挂了 ~

    [Reply to this Comment]

  12. 魑魅魍魉 Says:

    正在下载8,下好了想刻录DVD安装,我的笔记本是三星的,安装之后要不要什么驱动啊?

    [Reply to this Comment]

    何必呢 reply on 2008年05月20日 11:08 am:

    Ubuntu一般是不需要装驱动的,不过一些最新显卡的驱动会提示你装的!

    [Reply to this Comment]

    魑魅魍魉 reply on 2008年05月20日 12:45 pm:

    那如果提示安装怎么办?除了HP,一般笔记本都不带Linux下的驱动啊

    [Reply to this Comment]

    何必呢 reply on 2008年05月20日 9:11 pm:

    会自动安装的 不用担心~

    [Reply to this Comment]

    魑魅魍魉 reply on 2008年05月22日 2:43 pm:

    俺试了安装Ubuntu,可是 没有成功,经过在这里,帮忙看看啊:
    http://www.pantao.name/node/47

    [Reply to this Comment]

  13. Ksky Says:

  14. seedante Says:

    我的Ubuntu8.04突然进不了系统了,是这样,好几天没有用电脑了,今天启动进入Ubuntu,但是在启动界面那里,进度条还剩一点点的时候就卡住不动了,之前还有个提示,好像是检查磁盘。怎么修复??

    [Reply to this Comment]

    Ksky reply on 2008年06月07日 12:55 am:

    不用修复啊 是不是有什么限制驱动没装啊

    [Reply to this Comment]

    seedante reply on 2008年06月07日 9:21 am:

    没有啊,之前一直用得好好的,昨天突然就在那儿卡住了

    [Reply to this Comment]

    Ksky reply on 2008年06月07日 10:47 am:

    那能进入命令行界面吗 ?只是进不去X界面?

    [Reply to this Comment]

    seedante reply on 2008年06月07日 3:05 pm:

    能够,就是在进度条那个地方(出现登录界面之前)卡住不懂了

    [Reply to this Comment]

    Ksky reply on 2008年06月07日 6:14 pm:

    有没有什么提示?那你在命令界面登录强制打开X界面试试。用startx这个命令~

    [Reply to this Comment]

  15. Ubuntu8.04快速设置指南 | L.C.Y de Blog | Work&Life Says:

    [...] 因为Ubuntu是很依赖网络的一个Linux发行版。所以一般如果想玩转Ubuntu最起码的条件就是拥有一个连接互联网的环境。当然你也可以下载Ubuntu8.04 DVD版本来满足一些使用配置需求。但是我觉得能上网对Ubuntu很重要。原文来自[何必呢] [...]

Leave a Reply