Ubuntu 8.04 LTS 速配指南

Posted in Lamp by neemem on 08-21-2008.
loading
0
Digg me

1.分区主要分四个:swap交换区(大概为内存的两倍),boot启动区 1G左右,/根目录区(用于装系统)5G左右,/home用户的主目录区(放用户的各种文件)10G左右
2.按照提升安装。注意:不要下载语言支持安装包(因为默认的源很慢)。
3.安装完程之后首先设置你的安装源,源的好坏会影响后面的安装。以我自己的为例(电信用户可以直接使用这个)
先备份你的sudo gedit /etc/apt/sources.list文件(sudo cp sources.list sources.list.bak)然后修改它,将下面的内容贴上去。

#江苏省常州市电信,推荐电信用户使用,PING=XX
deb http://ubuntu.cn99.com/ubuntu/ feisty main universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ feisty-security main universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ feisty-updates main universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ feisty-proposed main universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ feisty-backports main universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ feisty main universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ feisty-security main universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ feisty-updates main universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ feisty-proposed main universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ feisty-backports main universe multiverse
# deb http://ubuntu.cn99.com/ubuntu-cn/ feisty main universe multiverse

台湾的源,网通用户很快

deb http://tw.archive.ubuntu.com/ubuntu feisty main universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu feisty-security main universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu feisty-updates main universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu feisty-backports main universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu feisty-proposed main universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu feisty main universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu feisty-security main universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu feisty-updates main universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu feisty-backports main universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu feisty-proposed main universe multiverse

接着跟新一下源信息:sudo apt-get update

安装中文支持:在 桌面工具栏的“系统-系统管理-语言支持” 里面把”Chinese”勾选上(一定要打勾,不要只是一条横线,否则中文支持不完全)。

然后看看升级管理器里面的提示,全部安装。

一些常用软件,例如gvim可以从“应用程序-添加、删除”里面进行添加。

Tags: , , , , , , , , ,

Related posts

ubuntu 8.0.4 使用 mplayer 播放rmvb 在 Ubuntu 中安装 VirtualBox

Leave a Reply

Comment moderation is enabled. Your comment may take some time to appear.