安装是很简单的,插上网线,依照提示一步一步的大概一个小时就能够看到登录界面了。但是安装时碰到一个很有趣的问题,我先用40x刻的盘,结果安装时总是读不出来(是我的笔记本光驱读盘能力的缘故?),后来改用16x,读得很爽,不知这个问题是否普遍,回头搜一下。说一点,安装完基本系统后选择“下载language
support”,这样安装完毕后会自动下载简体中文的语言包。
接下来就是繁琐的配置过程了,还好有周详的文档能够参考,这个是新手指南:http://www.ubuntu.org.cn/support/documentation/guide ,这个快速指南更方便:http://www.ubuntu.org.cn/support/documentation/zhfaq/first_install
记录一下自己的配置过程,为了万一再重装的时候作参考。
第一步先配置数据源,这样能够使用apt-get或Synaptic(新立得)方便地安装、升级、删除软件。编辑/etc/apt/source.list,删除任何内容,然后将下面的行贴上去
deb
http://archive.ubuntu.org.cn/ubuntu hoary main restricted universe
multiverse
deb http://archive.ubuntu.org.cn/ubuntu hoary-security main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu hoary-updates main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu-cn ubuntu.org.cn main universe multiverse restricted
deb http://archive.ubuntu.org.cn/backports hoary-backports main universe multiverse restricted
deb http://archive.ubuntu.org.cn/backports hoary-extras main universe multiverse restricted
deb-src http://archive.ubuntu.org.cn/ubuntu hoary main restricted universe multiverse
deb-src http://archive.ubuntu.org.cn/ubuntu hoary-security main restricted universe multiverse
deb-src http://archive.ubuntu.org.cn/ubuntu hoary-updates main restricted universe multiverse
然后执行
文章整理:西部数码--专业提供域名注册、虚拟主机服务
http://www.west263.com
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!



