在CentOS 4.4 下安装配置VNC

Gavin [Unix/Linux]

2008.11.15

1. 检查vnc客户端和服务器是否已经安装在你的系统中:
[gavin@centos ~]$ rpm -q vnc vnc-server
package vnc is not installed
vnc-server-4.0-8.1
2. 将用户名称加入到配置文件:


CentOS下不能启动X问题的解决

Gavin [Unix/Linux]

2008.11.15

之前为了在CentOS下配置服务,删掉了很多默认启动服务,机器重启后发现X启动不了了,出现如下信息:

[root@centos gavin]# startx
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.9-42.ELsmp i686 [ELF]
Current Operating System: Linux centos.loboltd.com 2.6.9-42.EL #1 Sat Aug 12 09:17:58 CDT 2006 i686
Build Date: 22 August 2006
Build Host: build-i386
Before reporting problems, check http://wiki.X.Org
[...]


在CentOS下安装配置MySQL-5.0.27过程

Gavin [Unix/Linux]

2008.11.15

近日在CentOS下安装配置成功了MySQL-5.0.27(事实上这种安装方法适合任何Linux版本),特记下来备忘。^_^
1. 下载mysql-5.0.27.tar.gz: http://www.ntu-tw.lkams.kernel.org/pub/MySQL/Downloads/MySQL-5.0/
2. 安装
·解压
# tar xzvf mysql-5.0.27.tar.gz
·安装配置