<?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>小宇日志 &#187; liunx</title>
	<atom:link href="http://www.xiaoyulog.com/topic/tag/liunx/feed" rel="self" type="application/rss+xml" />
	<link>http://www.xiaoyulog.com</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 10:00:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CentOS下用yum 安裝 php+mysql+apache</title>
		<link>http://www.xiaoyulog.com/topic/1181.html</link>
		<comments>http://www.xiaoyulog.com/topic/1181.html#comments</comments>
		<pubDate>Mon, 21 Dec 2009 18:24:18 +0000</pubDate>
		<dc:creator>小宇</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[liunx]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Yum]]></category>

		<guid isPermaLink="false">http://www.xiaoyulog.com/?p=1181</guid>
		<description><![CDATA[1. 安裝Apahce, PHP, Mysql, 以及php連接mysql庫組件。 yum -y install httpd php mysql mysql-server php-mysql 2. 配置開機啓動服務  /sbin/chkconfig httpd on             [設置apache服務器httpd服務開機啓動]  /sbin/chkconfig –add mysqld         [在服務清單中添加mysql服務]  /sbin/chkconfig mysqld on             [設置mysql服務開機啓動]  /sbin/service httpd start            [啓動httpd服務,與開機啓動無關]  /sbin/service mysqld start           [啓動mysql服務,與開機無關] 3.設置mysql數據庫root帳號密碼。 mysqladmin -u root password ‘newpassword’           [引號內填密碼] 4. 讓mysql數據庫更安全 mysql -u root -p mysql&#62; DROP DATABASE test;                            [刪除test數據庫] mysql&#62; DELETE [...]]]></description>
		<wfw:commentRss>http://www.xiaoyulog.com/topic/1181.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux nginx 笔记 测试nginx 书写正确</title>
		<link>http://www.xiaoyulog.com/topic/1040.html</link>
		<comments>http://www.xiaoyulog.com/topic/1040.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 15:52:35 +0000</pubDate>
		<dc:creator>小宇</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[liunx]]></category>
		<category><![CDATA[Ningx]]></category>
		<category><![CDATA[书写规则]]></category>

		<guid isPermaLink="false">http://www.xiaoyulog.com/?p=1040</guid>
		<description><![CDATA[/usr/local/nginx/sbin/nginx -t 我是是使用一键包的安装路径! 实际注意你自己的安装路径]]></description>
		<wfw:commentRss>http://www.xiaoyulog.com/topic/1040.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>解决安装eaccelerator后无法启动lighttpd的方法</title>
		<link>http://www.xiaoyulog.com/topic/843.html</link>
		<comments>http://www.xiaoyulog.com/topic/843.html#comments</comments>
		<pubDate>Tue, 20 Oct 2009 14:59:37 +0000</pubDate>
		<dc:creator>小宇</dc:creator>
				<category><![CDATA[eaccelerator]]></category>
		<category><![CDATA[liunx]]></category>
		<category><![CDATA[无法启动]]></category>

		<guid isPermaLink="false">http://www.tt007.com.cn/?p=843</guid>
		<description><![CDATA[配置EA出现错误 显示 SSL: not enough entropy in the pool 解决它的方法 mknod -m 644 /dev/urandom c 1 9 然后就可以启动了]]></description>
		<wfw:commentRss>http://www.xiaoyulog.com/topic/843.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

