Ubuntu安装小记
[ 2005-12-03 10:22:21 | Author: songzi ]
安装过程没有什么好说的,ubuntu已经帮我们做得很智能了,一路回车就OK了,不过要注意的填写DNS时不要填成了服务器名了,我就把name server看成了服务器名了,结果装好后不能上网,不过也没关系,编辑一下/etc/resolv.conf 在里面加入nameserver dnsIP 就行了。
因为是个人安装所以没有选择服务器模式,安装过程大约用了半小时,还是有点久,主要是要安装很我包,发现ubuntu做得真得不错,装完后什么驱动都装好了,而且自动加载fat格式的硬盘,各种应用软件也比较新,唯一觉得不足的是居然还不支持mp3 ,播放器到时一大把,还有就是中文输入不支持。
先安装中文支持:
$sudo apt-get install language-pack-zh language-pack-zh-base language-support-zh
然后安装小企鹅
apt-get install fcitx
在/etc/X11/Xsession.d/95xinput中写入
export XIM=fcitx
export XMODIFIERS="@im"=fcitx
fcitx &
改变执行权限
chmod +x /etc/X11/Xsession.d/95xinput
这样就可以输入中文了。
图就不截了,和大多Gnome桌面一样。最后附一个sources.list表,这是装完后应该马上更改的。
不过目前有个很辣手的问题,就是在装完ubuntu后,
我的xp每次启动的logo处,就会自动重启,还没有找到解决办法。
Comments Feed: http://www.songzi.org/blog/feed.asp?q=comment&id=202
Trackback URL: http://www.songzi.org/blog/trackback.asp?id=202
因为是个人安装所以没有选择服务器模式,安装过程大约用了半小时,还是有点久,主要是要安装很我包,发现ubuntu做得真得不错,装完后什么驱动都装好了,而且自动加载fat格式的硬盘,各种应用软件也比较新,唯一觉得不足的是居然还不支持mp3 ,播放器到时一大把,还有就是中文输入不支持。
先安装中文支持:
$sudo apt-get install language-pack-zh language-pack-zh-base language-support-zh
然后安装小企鹅
apt-get install fcitx
在/etc/X11/Xsession.d/95xinput中写入
export XIM=fcitx
export XMODIFIERS="@im"=fcitx
fcitx &
改变执行权限
chmod +x /etc/X11/Xsession.d/95xinput
这样就可以输入中文了。
图就不截了,和大多Gnome桌面一样。最后附一个sources.list表,这是装完后应该马上更改的。
deb http://debian.cn99.com/ubuntu/ breezy main restricted universe multiverse
deb http://debian.cn99.com/ubuntu/ breezy-security main restricted universe multiverse
deb http://debian.cn99.com/ubuntu/ breezy-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu-cn/ breezy main restricted universe multiverse
#deb http://ubuntu.cn99.com/backports/ breezy-extras main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu breezy main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu breezy-security main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu breezy-updates main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu/ breezy main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu breezy-security main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu breezy-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/ubuntu breezy-backports main universe multiverse restricted
#deb http://archive.ubuntu.org.cn/backports breezy-extras main universe multiverse restricted
#deb-src http://archive.ubuntu.org.cn/ubuntu breezy main restricted universe multiverse
#deb-src http://archive.ubuntu.org.cn/ubuntu breezy-security main restricted universe multiverse
#deb-src http://archive.ubuntu.org.cn/ubuntu breezy-updates main restricted universe multiverse
#firefly patch
#deb http://debian.ustc.edu.cn/debian-uo sid marillat rareware misc ustc
#deb-src http://debian.ustc.edu.cn/debian-uo sid marillat rareware misc ustc
deb http://debian.cn99.com/ubuntu/ breezy-security main restricted universe multiverse
deb http://debian.cn99.com/ubuntu/ breezy-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu-cn/ breezy main restricted universe multiverse
#deb http://ubuntu.cn99.com/backports/ breezy-extras main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu breezy main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu breezy-security main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu breezy-updates main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu/ breezy main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu breezy-security main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu breezy-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/ubuntu breezy-backports main universe multiverse restricted
#deb http://archive.ubuntu.org.cn/backports breezy-extras main universe multiverse restricted
#deb-src http://archive.ubuntu.org.cn/ubuntu breezy main restricted universe multiverse
#deb-src http://archive.ubuntu.org.cn/ubuntu breezy-security main restricted universe multiverse
#deb-src http://archive.ubuntu.org.cn/ubuntu breezy-updates main restricted universe multiverse
#firefly patch
#deb http://debian.ustc.edu.cn/debian-uo sid marillat rareware misc ustc
#deb-src http://debian.ustc.edu.cn/debian-uo sid marillat rareware misc ustc
不过目前有个很辣手的问题,就是在装完ubuntu后,
我的xp每次启动的logo处,就会自动重启,还没有找到解决办法。
Comments Feed: http://www.songzi.org/blog/feed.asp?q=comment&id=202
Trackback URL: http://www.songzi.org/blog/trackback.asp?id=202









linboke.cn