1、centos自带的firefox为3.x版本,升级可执行命令yum update firefox
2、安装vim: yum -y install vim
3、CentOS下使用VIM打造C/C++开发环境http://blog.csdn.net/fbfsber008/article/details/7044723
4、centos6.2下安装星际译王stardict3.0 http://linuxroad.blog.51cto.com/765922/842661
下载链接http://mirror.yandex.ru/mirrors/naulinux/NauLinux/6.2/i386/sites/School/RPMS/
http://blog.sina.com.cn/s/blog_5528ce040100y321.html#8144
5、安装mplayer
http://blog.csdn.net/yuandianlws/article/details/7490232(注:mv windows-all-20071007/* /usr/local/lib/win32)
http://hi.baidu.com/lprcuykrsebestq/item/d065ddc806e72c384494163c
http://hi.baidu.com/yfdwdnyiu/item/b1176da6e6a8cc258919d3cb
注:此处出现了几个问题:(1)不知道为什么使用某个同学的帐号联网时yum 使用有问题,不能联网,但是浏览器可以正常联网使用;使用自己的上网帐号可以正常使用(使用goagent代理时也不行)。
(2)mplayer安装好后,有画面但是没有声音,后来重新按教程操作一遍,重启系统后可以正常使用。
http://blog.chinaunix.net/uid-28466528-id-3455561.html
6、jdk安装http://blog.csdn.net/dengsilinming/article/details/7657342
http://yidao620c.iteye.com/blog/1402497
7、rar解压缩安装http://stephenzhao.blog.51cto.com/2515860/659520
(下载链接http://www.rarsoft.com/rar/rarlinux-3.9.3.tar.gz)
8、安装bt下载工具ktorrent来下载六维资源
添加rpmforge源http://www.coder4.com/archives/673 yum update
yum install ktorrent
Ok
9、libreoffice汉化:
默认安装,语言是英文,http://www.linuxidc.com/Linux/2011-06/37520.htm
可以通过以下方法来查找来安装中文语言包yum list libreoffice*
安装中文语言包yum -y install libreoffice-langpack-zh-Han*
10、centos安装图像处理软件gimp
gimp 号称Linux下的PhotoShop
CentOS 中安装方法:yum install gimp
11、centos6.x中已安装了python 。
12、centos6 安装QQ2012
首先 安装wine : yum install wine
http://www.linuxidc.com/Linux/2012-07/64214.htm