一. 安装google chrome浏览器(个人感觉chrome浏览器比firfox给力)

1. 修改必要的配置文件
切root用户,vi /etc/sudoers
在里面找到
root ALL=(ALL) ALL
在下面加上一句:
konglf ALL=(ALL) ALL
konglf就是你的登陆用户名
2. 安装自动选择最快镜像插件
安装插件fastestmirror,可以让yum管理器自动搜索最快源下载
sudo yum -y install yum-fastestmirror
3. 安装下载加速插件
sudo yum install yum-presto
4. 安装Flash player
下载相应的rpm包 下载地址:
rpm.pbone.net/index.php3/stat/4/idpl/18082236/dir/other
/com/flash-plugin-11.2.202.235-release.x86_64.rpm.html
或者从adobe官网下载
下载完后执行命令:
sudo -ivh flash-plugin-11.2.202.235-release.x86_64.rpm
重启浏览器即可
5. 安装GNOME-tweak-tool
sudo yum install gnome-tweak-tool
6. 安装Google chrome
下载google-chrome-stable_current_i386.rpm 下载地址:http://rpm.pbone.net/ 在
search栏目中搜索
google-chrome-stable_current_i386.rpm 然后下载之
下载完后执行命令:
sudo rpm -ivh google-chrome-stable_current_i386.rpm
如果报
error: Failed dependencies:
lsb >= 4.0 is needed by google-chrome-stable-13.0.782.112-95650.i386
说明你系统中缺少这种依赖解决办法:
sudo yum install pax*
sudo yum install redhat-lsb*
把上面2个包顺序安装 然后执行命令:
sudo rpm -ivh google-chrome-stable_current_i386.rpm 就可以安装成功
7. 安装sunpinyin输入法
执行命令:
sudo yum install ibus-sunpinyin
8. 解决rhythmbox不能播放mp3的问题
依次执行命令:
sudo rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-releasestable.
noarch.rpm
sudo yum install gstreamer-plugins-bad gstreamer-ffmpeg gstreamer-plugins-ugly
-y
中文乱码解决方案2
yum install python-mutagen
转到MP3 文件夹
mid3iconv -e GBK *.MP3
重新打开audacious或者Rhythmbox,导入MP3
9. 安装截图工具shutter
sudo yum install shutter
10. 安装星际译王
sudo yum install starditc
11. 安装小熊猫
su -c 'wget
http://homerxing.fedorapeople.org/ailurus.repo -O
/etc/yum.repos.d/ail
12. 安装主题
sudo yum install gnome-shell-extension-theme-selector.noarch
13. 安装rarlinux
linux版的rar下载链接http://www.rarlab.com/download.htm
cp rarlinux-4.1.0.tar.gz /usr/local/mysofy
cd /usr/local/mysoft
tar -xvf rarlinux-4.1.0.tar.gz
./configure
./make
./make install
14. 安装其他的一些小工具
sudo yum install gnuplot (gnu 命令行绘图工具)
15. 设置一些快捷键(略)
16. 进入google chrome 浏览器安装一些应用:google translate,turn off the
light, 等
by conlnfei@2012/06/01