内容摘要:本文介绍Ubuntu Linux系统安装任务列表
sudo apt-get update (更新源)
apt-get dist-upgrade (更新系统,该操作很耗时,切记。)
(2)安装SCIM,解决中文输入法
sudo apt-get install scim-pinyin im-switch scim-tables-zh scim-qtimm
其中,scim-pinyin是拼音输入方案,scim-tables-zh包括常用的二笔和五笔等方案。
中文输入法出名的有两个:scim和fcitx。
(3)修改fstab文件,实现windows分区自动挂载(安装ntfs-3g使得可以写NTS分区),同时修改光盘自动挂载时的iocharset
未进行此步,windows分区之前就可以自动加载。
(4)安装gstreamer的解码器, w32codes
gstreamer是gnome主推的多媒体平台。
sudo apt-get install gstreamer0.10-pitfdll gstreamer0.10-ffmpeg gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse
w32codes源里可能没有。
去http://ftp.sunet.se/pub/os/Linux/distributions/debian-multimedia/pool/main/w/w32codecs/w32codecs_20061022 -0.0_i386.deb下载debian包,双击即可。
(5)安装Mplayer视频播放器
sudo apt-get install mplayer mplayer-fonts mplayer-skins mozilla-mplayer
Audio驱动器应该选择alsa,Vide驱动器应该选择xll。
(6)安装FireFox插件
天气预报 Forecastfox
在线收藏夹 Foxmarks Bookmark Synchronizer
[相关资料]
https://addons.mozilla.org/en-US/firefox/recommended
Mozilla Firefox Add-ons: Recommended Add-ons
(7)安装gaim的beta5版本,同时再安装SSL,使得能同时上Q和MSN
责编:豆豆技术应用