1, Install the Ubuntu 5.10 (Breezy);
2, Breezy:
gedit /etc/apt/source.list
//
deb http://ubuntu.cn99.com/ubuntu/ breezy main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ breezy-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ breezy-security 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
//
apt-get update
apt-get dist-upgrade
2\’, Deletion of useless packages:
No here
3, Configuration fo local setting??:
dpkg-reconfigure locales
3\’,设置LC_ALL和其它属性:
gedit /etc/environment
在编辑器里,将内容修改如下:
LANGUAGE=\”zh_CN:zh:en_US:en\”
LC_ALL=zh_CN.UTF-8
LANG=zh_CN.UTF-8
GST_ID3_TAG_ENCODING=GBK
4, Install font \”yuan\” and \”newsung\”??:
apt-get install ttf-vera-yuan
apt-get install ttf-arphic-newsung
or
修改系统字体,使系统显示字体完美。我们需要WINDOWS下的商业字体。simsun.ttf和SimSun-Bold.ttf。
复制这两个字体到我们的字体文件夹里,使用CP命令。如下:
$:sudo cp /tmp/simsun.ttf /usr/share/fonts/truetype/freefont/
$:sudo cp /tmp/SimSun-Bold.ttf /usr/share/fonts/truetype/freefont/
然后使用 系统-首选项-字体 更改字体,关闭。
更改浏览器字体 编辑-首选项-字体 更改字体,关闭。
更本文件编辑器 编辑-首选项-字体 更改字体,关闭。
重起系统,再次登录,系统字体好看多了。
5, Install java:
apt-get install sun-j2re1.5
6, Configuration of VPN-nus\”
apt-get install vpnc
vpnc /etc/vpnc/vpnc.conf
vpnc-disconnect
Example /etc/vpnc/vpnc.conf :-
#begin vpnc.conf#
IPSec gateway 137.132.3.175
IPSec ID inside-nus
IPSec secret inside-nus
Xauth username g0301126
#end vpnc.conf#
7, Install scim-fctix:
deb http://apt.debian.org.tw unstable main
apt-get install scim-fcitx
8, Media codec:
apt-get install beep-media-player totem-xine w32codecs gstreamer0.8-plugins
//
安装多媒体解码/编码器
//$:sudo apt-get install gstreamer0.8-plugins
$:sudo apt-get install gstreamer0.8-lame
$:sudo apt-get install gstreamer0.8-ffmpeg
//$:sudo apt-get install w32codecs
$:sudo apt-get install libdivx4linux
$:sudo apt-get install lame
$:sudo apt-get install sox
$:sudo apt-get install ffmpeg
$:sudo apt-get install mjpegtools
$:sudo apt-get install vorbis-tools
$:gst-register-0.8
9, Install dictionary:
sudo apt-get install stardict stardict-common 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
10, Update the intel kernel:
apt-get install linux-686
11, 挂载WINDOWS分区,使用相关命令mount挂载,使用umount命令卸载。
先卸载原先系统默认挂载的WIN分区,因为默认挂载存在错误,需要修改,但是在修改之前,必须先卸载。
卸载WIN分区的终端命令:
$:sudo umount /media/hda1
$:sudo umount /media/hda5
$:sudo umount /media/hda6
然后修改/etc/fstab文件,使用上面提到的sudo命令。
$:sudo gedit /etc/fstab
删除错误的挂载命令,也就是那个/dev/hda1,/dev/hda5/,/dev/hda6的3条命令。
添加如下正确的命令:
/dev/hda2 /media/hda2 ntfs utf8,umask=000 0 0
/dev/hda5 /media/hda5 vfat utf8,umask=000 0 0
保存这个文本。然后使用重新自动挂载命令来挂载我们新建立挂载。
$:sudo mount -a
成功挂载以后,我们可以看到桌面上已经有正确的挂载了,我们可以尝试进入这三个目录。^-^,可以了吧?
12, Install flash:
opera可以播放flash的解决办法:
1)安装opera中flash播放相关支持软件包:
代码:
sudo apt-get install lesstif1
sudo apt-get install gsfonts
sudo apt-get install gsfonts-x11
2)下载插件后解压
代码:
tar zxvf install_flash_player_7_linux.tar.gz
cd install_flash_player_7_linux
sudo ./flashplayer-installer
一直回车直到出现以下信息:
Please enter the installation path of the Mozilla, Netscape,
or Opera browser (i.e., /usr/lib/mozilla):
输入/usr/lib/opera后回车后出现以下信息:
———– Install Action Summary ———–
Macromedia Flash Player 7 will be installed in the following directory:
Browser installation directory = /usr/lib/opera
Proceed with the installation? (y/n/q):
输入y 后回车出现如个信息:
Installation complete.
Perform another installation? (y/n):
输入n 结束安装。 ok !
13, Install mplayer:
apt-get install mplayer




