﻿<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gavin&#039;s Blog &#187; CentOS</title>
	<atom:link href="http://laigw.name/tag/centos/feed" rel="self" type="application/rss+xml" />
	<link>http://laigw.name</link>
	<description>Keep it simple, stupid. Simplicity is beauty.</description>
	<lastBuildDate>Sun, 29 Jan 2012 07:14:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>在CentOS 4.4 下安装配置VNC</title>
		<link>http://laigw.name/post/66.html</link>
		<comments>http://laigw.name/post/66.html#comments</comments>
		<pubDate>Sat, 15 Nov 2008 04:50:58 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[VNC]]></category>

		<guid isPermaLink="false">http://www.laigw.name/?p=66</guid>
		<description><![CDATA[1. 检查vnc客户端和服务器是否已经安装在你的系统中：
[gavin@centos ~]$ rpm -q vnc vnc-server
package vnc is not installed
vnc-server-4.0-8.1
2. 将用户名称加入到配置文件：

(注：这里的“用户名”是指linux系统用户的名称)
[gavin@centos ~]# vi /etc/sysconfig/vncservers
#
# Uncomment the line below to start a VNC server on display :1
# as my &#8216;myusername&#8217; (adjust this to your own).  You will also
# need to set a VNC password; run &#8216;man vncpasswd&#8217; to see how
# to do that.
#
# DO [...]]]></description>
		<wfw:commentRss>http://laigw.name/post/66.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS下不能启动X问题的解决</title>
		<link>http://laigw.name/post/63.html</link>
		<comments>http://laigw.name/post/63.html#comments</comments>
		<pubDate>Sat, 15 Nov 2008 04:46:53 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[X-Window]]></category>

		<guid isPermaLink="false">http://www.laigw.name/?p=63</guid>
		<description><![CDATA[之前为了在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
 [...]]]></description>
		<wfw:commentRss>http://laigw.name/post/63.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在CentOS下安装配置MySQL-5.0.27过程</title>
		<link>http://laigw.name/post/57.html</link>
		<comments>http://laigw.name/post/57.html#comments</comments>
		<pubDate>Sat, 15 Nov 2008 04:40:57 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.laigw.name/?p=57</guid>
		<description><![CDATA[近日在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
    ·安装配置


# cd mysql-5.0.27
# mkdir /program/mysql
# ./configure --prefix=/program/mysql --localstatedir=/var/lib/mysql --with-comment=Source --with-server-suffix=-Community --with-mysqld-user=mysql --without-debug --with-big-tables --with-charset=gbk --with-collation=gbk_chinese_ci --with-extra-charsets=all --with-pthread --enable-static --enable-thread-safe-client --with-client-ldflags=-all-static --with-mysqld-ldflags=-all-static --enable-assembler --without-innodb --without-ndb-debug

配置成功后会提示：
　　　　MySQL has a Web site at http://www.mysql.com/ which carries details on the
　　　　latest release, upcoming features, and other information [...]]]></description>
		<wfw:commentRss>http://laigw.name/post/57.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

