安装的时候,只选择安装英文,没有安装中文,所以只有en_US.UTF-8。因为linux本身就支持多语言,所以我们只需要安装中文字体支持包即可。在安装盘上或者这个网站http://rpm.pbone.net/ 找到以下两个文件:

fonts-chinese-3.02-9.6.el5.noarch.rpm
fonts-ISO8859-2-75dpi-1.0-17.1.noarch.rpm

安装:
rpm -ivh fonts-chinese-3.02-9.6.el5.noarch.rpm
rpm -ivh fonts-ISO8859-2-75dpi-1.0-17.1.noarch.rpm

打开网页,应该可以看到系统能正常显示中文。

REHL 6安装中文支持可使用以下方法:

[root@tongfuserver ~]# yum grouplist
Available Language Groups:
Chinese Support [zh]
[root@tongfuserver ~]# yum groupinstall “Chinese Support” -y

因为有人用root用户启动了UCM,再用Oracle用户就没法启动,把/tmp目录权限改成777后可以正常启动。
没想到再次启动Redhat时,出现黑屏,并出现以下提示:
Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://www.gnome.org/projects/gconf/ for information. (Details –  1: IOR file ‘/tmp/gconfd-root/lock/ior’ not opened successfully, no gconfd located: No such file or directory 2: IOR file ‘/tmp/gconfd-root/lock/ior’ not opened successfully, no gconfd located: No such file or directory)

看起来还是目录权限设置引起,重新把/tmp/gconfd/root权限设置成700,重新启动系统,一切正常。

网上找到的贴子,记下来参考。
1.备份原Firefox , mv  /usr/lib/firefox-3.0.12 firefox-3.0.12.backup

2.官方http://www.mozillaonline.com/下载FireFox最新版本;

3.解压得到文件夹firefox;

4.将解压的文件夹firefox 复制到 /usr/lib下

5.先关闭已打开的firefox浏览器,执行以下命令升级:

#cd  /usr/lib/firefox

#./firefox

6.使用vi编辑器打开/usr/bin/firefox文件,将文件中所有firefox3.0.12字段修改为firefox

如果不做修改会导致应用程序菜单里的快捷方式失效。

7.升级完成

注意:升级会导致FireFox浏览器保存的收藏夹、登录等信息丢失。