<?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>XinSpace&#187; Linux</title>
	<atom:link href="http://xinspace.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://xinspace.com</link>
	<description>SharePoint, Drupal and Other Random Notes</description>
	<lastBuildDate>Tue, 01 May 2012 15:27:19 +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>locate: command not found</title>
		<link>http://xinspace.com/locate-command-not-found/</link>
		<comments>http://xinspace.com/locate-command-not-found/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 04:14:31 +0000</pubDate>
		<dc:creator>Xin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://xinspace.com/?p=97</guid>
		<description><![CDATA[yum install mlocate]]></description>
		<wfw:commentRss>http://xinspace.com/locate-command-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>error: pcre.h: No such file or directory</title>
		<link>http://xinspace.com/error-pcreh-no-such-file-or-directory/</link>
		<comments>http://xinspace.com/error-pcreh-no-such-file-or-directory/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 19:03:19 +0000</pubDate>
		<dc:creator>Xin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://xinspace.com/?p=78</guid>
		<description><![CDATA[yum -y install pcre-devel]]></description>
		<wfw:commentRss>http://xinspace.com/error-pcreh-no-such-file-or-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpize: command not found in CENTOS</title>
		<link>http://xinspace.com/phpize-command-not-found-in-centos/</link>
		<comments>http://xinspace.com/phpize-command-not-found-in-centos/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 18:53:08 +0000</pubDate>
		<dc:creator>Xin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://xinspace.com/phpize-command-not-found-in-centos/</guid>
		<description><![CDATA[yum install php-devel.i386]]></description>
		<wfw:commentRss>http://xinspace.com/phpize-command-not-found-in-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ntpdate step-systime: Operation not permitted in a XEN VPS</title>
		<link>http://xinspace.com/ntpdate-step-systime-operation-not-permitted-in-a-xen-vps/</link>
		<comments>http://xinspace.com/ntpdate-step-systime-operation-not-permitted-in-a-xen-vps/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 02:23:29 +0000</pubDate>
		<dc:creator>Xin</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ntpdate]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[XEN]]></category>

		<guid isPermaLink="false">http://xinspace.com/?p=69</guid>
		<description><![CDATA[echo 1 &#62; /proc/sys/xen/independent_wallclock ntpdate -b pool.ntp.org Should detaching from the wallclock resolve this issue, you can make this change permanent by adding the following line to your &#8220;/etc/sysctl.conf&#8221; file: xen.independent_wallclock=1 Thanks to Danny@linode]]></description>
		<wfw:commentRss>http://xinspace.com/ntpdate-step-systime-operation-not-permitted-in-a-xen-vps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal Query MySQL Directly 中文乱码问题</title>
		<link>http://xinspace.com/drupal-query-mysql-directly-%e4%b8%ad%e6%96%87%e4%b9%b1%e7%a0%81%e9%97%ae%e9%a2%98/</link>
		<comments>http://xinspace.com/drupal-query-mysql-directly-%e4%b8%ad%e6%96%87%e4%b9%b1%e7%a0%81%e9%97%ae%e9%a2%98/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 01:02:27 +0000</pubDate>
		<dc:creator>Xin</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[utf8]]></category>

		<guid isPermaLink="false">http://xinspace.com/drupal-query-mysql-directly-%e4%b8%ad%e6%96%87%e4%b9%b1%e7%a0%81%e9%97%ae%e9%a2%98/</guid>
		<description><![CDATA[use the following before you start your query mysql_query(“SET CHARACTER SET utf8″, $connection);]]></description>
		<wfw:commentRss>http://xinspace.com/drupal-query-mysql-directly-%e4%b8%ad%e6%96%87%e4%b9%b1%e7%a0%81%e9%97%ae%e9%a2%98/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Force iptables to log messages to a different log file</title>
		<link>http://xinspace.com/force-iptables-to-log-messages-to-a-different-log-file/</link>
		<comments>http://xinspace.com/force-iptables-to-log-messages-to-a-different-log-file/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 17:22:05 +0000</pubDate>
		<dc:creator>Xin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://xinspace.com/?p=57</guid>
		<description><![CDATA[http://www.cyberciti.biz/tips/force-iptables-to-log-messages-to-a-different-log-file.html According to man page: Iptables is used to set up, maintain, and inspect the tables of IP packet filter rules in the Linux kernel. Several different tables may be defined. Each table contains a number of built-in chains and may also contain user defined chains. By default, Iptables log message to a /var/log/messages file. [...]]]></description>
		<wfw:commentRss>http://xinspace.com/force-iptables-to-log-messages-to-a-different-log-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>/usr/bin/perl^M: bad interpreter: No such file or directory</title>
		<link>http://xinspace.com/usrbinperlm-bad-interpreter-no-such-file-or-directory/</link>
		<comments>http://xinspace.com/usrbinperlm-bad-interpreter-no-such-file-or-directory/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 02:50:46 +0000</pubDate>
		<dc:creator>Xin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://xinspace.com/usrbinperlm-bad-interpreter-no-such-file-or-directory/</guid>
		<description><![CDATA[this is caused by the cartage return on the ending of first line. To fix this, you can 1. add -w to the end of the line. make it #!/usr/bin/perl -w or 2. $ perl -pi.bak -e &#8216;s/ 15//&#8217; *.pl]]></description>
		<wfw:commentRss>http://xinspace.com/usrbinperlm-bad-interpreter-no-such-file-or-directory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>551 User not local; please try </title>
		<link>http://xinspace.com/551-user-not-local-please-try/</link>
		<comments>http://xinspace.com/551-user-not-local-please-try/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 01:39:16 +0000</pubDate>
		<dc:creator>Xin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://xinspace.com/?p=14</guid>
		<description><![CDATA[Recent two weeks my website&#8217;s email system has a lot of emails returned. And the error messages are exactly the same. The error message is &#8220;551 User not local; please try &#60;forward-path&#62;&#8221; All emails returned have same characters: The recipients&#8217; email servers are located in China. sina, yahoo.cn, 163, and sohu, no exceptions. I did [...]]]></description>
		<wfw:commentRss>http://xinspace.com/551-user-not-local-please-try/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

