昨天把系统换到Redhat Linux Server 5.3(x86_64)
用了好久的Ubuntu做桌面,感觉渐渐熟悉了。想换换口味,虽然服务器一直用CentOS
但是桌面因为这样那样的问题没怎么用redhat系列的东西。
刚好RHEL5.3刚刚发布,从http://rhn.redhat.com注册了一个帐号。
下载了一个DVD,现在一张cd光盘不行了。不知道Centos5.3可不可以。
网络安装的,很快就完成了。
下面记录一些过程:
添加本地源:
cat /etc/yum.repos.d/rhel-base.repo
[base]
name=Red Hat Enterprise Linux $releasever – Base
baseurl=http://192.168.90.167/rhel5/Server
gpgcheck=1
安装显卡驱动:
yum install -y gcc gcc-c++ kernel-devel
./NVIDIA-Linux-x86_64-180.22-pkg2.run
yum过程中出现这个错误:
warning: rpmts_HdrFromFdno: Header V3 DSA sign
解决:
rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
添加chinese(中文)支持
yum install -y “@Chinese Support”
Flash插件官方的一开就崩溃
解决方法:
yum install -y firefox.x86_64
http://labs.adobe.com/downloads/flashplayer10.html
Pidgin用源码编译(2.5.4)
./configure ‘–prefix=/usr/local/pidgin’ ‘–disable-screensaver’ ‘–disable-gstreamer’
‘–disable-meanwhile’ ‘–disable-avahi’ ‘–disable-dbus’ ‘–disable-tcl’ ‘–disable-sm’
‘–disable-startup-notification’ ‘–disable-gtkspell’