<?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; linux</title>
	<atom:link href="http://liujia.anqun.cn/index.php/archives/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://liujia.anqun.cn</link>
	<description>主机、网站、广告于生活中</description>
	<lastBuildDate>Sun, 08 Jan 2012 17:25:11 +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>测试rewrite是否正常工作</title>
		<link>http://liujia.anqun.cn/index.php/archives/168</link>
		<comments>http://liujia.anqun.cn/index.php/archives/168#comments</comments>
		<pubDate>Wed, 20 Oct 2010 08:23:18 +0000</pubDate>
		<dc:creator>LiuJia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rewrite]]></category>

		<guid isPermaLink="false">http://liujia.anqun.cn/index.php/archives/168</guid>
		<description><![CDATA[http://www.wallpaperama.com/forums/how-to-test-check-if-mod-rewrite-is-enabled-t40.html
]]></description>
			<content:encoded><![CDATA[<p>http://www.wallpaperama.com/forums/how-to-test-check-if-mod-rewrite-is-enabled-t40.html</p>
]]></content:encoded>
			<wfw:commentRss>http://liujia.anqun.cn/index.php/archives/168/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>方便的scp文件传送</title>
		<link>http://liujia.anqun.cn/index.php/archives/154</link>
		<comments>http://liujia.anqun.cn/index.php/archives/154#comments</comments>
		<pubDate>Mon, 19 Jul 2010 03:21:16 +0000</pubDate>
		<dc:creator>LiuJia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[scp]]></category>

		<guid isPermaLink="false">http://liujia.anqun.cn/index.php/archives/154</guid>
		<description><![CDATA[举例： scp your_username@remotehost.edu:foobar.txt /some/local/directory 
参考： http://www.hypexr.org/linux_scp_help.php
]]></description>
			<content:encoded><![CDATA[<p>举例： scp your_username@remotehost.edu:foobar.txt /some/local/directory </p>
<p>参考： http://www.hypexr.org/linux_scp_help.php</p>
]]></content:encoded>
			<wfw:commentRss>http://liujia.anqun.cn/index.php/archives/154/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>账单系统 &#8211; amberdms</title>
		<link>http://liujia.anqun.cn/index.php/archives/144</link>
		<comments>http://liujia.anqun.cn/index.php/archives/144#comments</comments>
		<pubDate>Sun, 20 Jun 2010 14:40:31 +0000</pubDate>
		<dc:creator>LiuJia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[amberdms]]></category>
		<category><![CDATA[billing]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://liujia.anqun.cn/index.php/archives/144</guid>
		<description><![CDATA[需要 php+mysql 的账单系统吗？ 请看看这个： http://www.amberdms.com/i
]]></description>
			<content:encoded><![CDATA[<p>需要 php+mysql 的账单系统吗？ 请看看这个： http://www.amberdms.com/i</p>
]]></content:encoded>
			<wfw:commentRss>http://liujia.anqun.cn/index.php/archives/144/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XenServer的ISOs挂载点</title>
		<link>http://liujia.anqun.cn/index.php/archives/142</link>
		<comments>http://liujia.anqun.cn/index.php/archives/142#comments</comments>
		<pubDate>Thu, 17 Jun 2010 03:42:27 +0000</pubDate>
		<dc:creator>LiuJia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[XenServer]]></category>

		<guid isPermaLink="false">http://liujia.anqun.cn/index.php/archives/142</guid>
		<description><![CDATA[问：在XenCenter里没有看到ISOs挂载点，怎么办？
答：
1. xe sr-create name-label=ISOs type=iso device-config:location=/var/opt/xen/iso_import device-config:legacy_mode=true content-type=iso
2. xe-mount-iso-sr /var/opt/xen/iso_import
参考： http://www.tillett.info/2009/09/23/adding-iso-repository-under-xenserver-5-5/
]]></description>
			<content:encoded><![CDATA[<p>问：在XenCenter里没有看到ISOs挂载点，怎么办？</p>
<p>答：</p>
<p>1. xe sr-create name-label=ISOs type=iso device-config:location=/var/opt/xen/iso_import device-config:legacy_mode=true content-type=iso</p>
<p>2. xe-mount-iso-sr /var/opt/xen/iso_import</p>
<p>参考： http://www.tillett.info/2009/09/23/adding-iso-repository-under-xenserver-5-5/</p>
]]></content:encoded>
			<wfw:commentRss>http://liujia.anqun.cn/index.php/archives/142/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>升级到 Lenny</title>
		<link>http://liujia.anqun.cn/index.php/archives/141</link>
		<comments>http://liujia.anqun.cn/index.php/archives/141#comments</comments>
		<pubDate>Sun, 06 Jun 2010 14:13:17 +0000</pubDate>
		<dc:creator>LiuJia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://liujia.anqun.cn/index.php/archives/141</guid>
		<description><![CDATA[从 Debian 的 Etch 升级到 Lenny，请参考：http://www.debianadmin.com/howto-upgrade-from-debian-etch-40-to-lenny-50.html
]]></description>
			<content:encoded><![CDATA[<p>从 Debian 的 Etch 升级到 Lenny，请参考：http://www.debianadmin.com/howto-upgrade-from-debian-etch-40-to-lenny-50.html</p>
]]></content:encoded>
			<wfw:commentRss>http://liujia.anqun.cn/index.php/archives/141/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RT权限配置</title>
		<link>http://liujia.anqun.cn/index.php/archives/133</link>
		<comments>http://liujia.anqun.cn/index.php/archives/133#comments</comments>
		<pubDate>Thu, 20 May 2010 07:57:14 +0000</pubDate>
		<dc:creator>LiuJia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rt]]></category>

		<guid isPermaLink="false">http://liujia.anqun.cn/index.php/archives/133</guid>
		<description><![CDATA[问： 安装好RT，应该怎样设置权限？
答：这里有参考： http://www.uic.edu/depts/accc/software/rt/privs.html
]]></description>
			<content:encoded><![CDATA[<p>问： 安装好RT，应该怎样设置权限？</p>
<p>答：这里有参考： http://www.uic.edu/depts/accc/software/rt/privs.html</p>
]]></content:encoded>
			<wfw:commentRss>http://liujia.anqun.cn/index.php/archives/133/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set($MessageBoxRichText, 0) &#8211; RT &#8211; 不要WYSIWYG</title>
		<link>http://liujia.anqun.cn/index.php/archives/132</link>
		<comments>http://liujia.anqun.cn/index.php/archives/132#comments</comments>
		<pubDate>Thu, 20 May 2010 05:53:47 +0000</pubDate>
		<dc:creator>LiuJia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rt]]></category>

		<guid isPermaLink="false">http://liujia.anqun.cn/index.php/archives/132</guid>
		<description><![CDATA[问：不想要 WYSIWYG 的功能，怎么办？
答：在配置文件中，可禁用：
Set($MessageBoxRichText, 0);
参考：http://old.nabble.com/WYSIWYG-editor-td18954673.html
]]></description>
			<content:encoded><![CDATA[<p>问：不想要 WYSIWYG 的功能，怎么办？</p>
<p>答：在配置文件中，可禁用：</p>
<p>Set($MessageBoxRichText, 0);</p>
<p>参考：http://old.nabble.com/WYSIWYG-editor-td18954673.html</p>
]]></content:encoded>
			<wfw:commentRss>http://liujia.anqun.cn/index.php/archives/132/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protocol scheme &#8216;https&#8217; is not supported (Crypt::SSLeay not installed) 报错</title>
		<link>http://liujia.anqun.cn/index.php/archives/131</link>
		<comments>http://liujia.anqun.cn/index.php/archives/131#comments</comments>
		<pubDate>Fri, 14 May 2010 17:37:21 +0000</pubDate>
		<dc:creator>LiuJia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rt]]></category>

		<guid isPermaLink="false">http://liujia.anqun.cn/index.php/archives/131</guid>
		<description><![CDATA[问：mail.log报错：Protocol scheme &#8216;https&#8217; is not supported (Crypt::SSLeay not installed)
答：请 apt-get install libcrypt-ssleay-perl
]]></description>
			<content:encoded><![CDATA[<p>问：mail.log报错：Protocol scheme &#8216;https&#8217; is not supported (Crypt::SSLeay not installed)</p>
<p>答：请 apt-get install libcrypt-ssleay-perl</p>
]]></content:encoded>
			<wfw:commentRss>http://liujia.anqun.cn/index.php/archives/131/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>with the ionCube PHP Loader v3.3.16 &#8211; Debian</title>
		<link>http://liujia.anqun.cn/index.php/archives/128</link>
		<comments>http://liujia.anqun.cn/index.php/archives/128#comments</comments>
		<pubDate>Tue, 11 May 2010 09:58:12 +0000</pubDate>
		<dc:creator>LiuJia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ionCube]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://liujia.anqun.cn/index.php/archives/128</guid>
		<description><![CDATA[问： 程序需要 ionCube 的组件，怎么安装？
答： 请参考：http://www.ioncube.com/faqs/loaders.php
with the ionCube PHP Loader v3.3.16
]]></description>
			<content:encoded><![CDATA[<p>问： 程序需要 ionCube 的组件，怎么安装？</p>
<p>答： 请参考：http://www.ioncube.com/faqs/loaders.php</p>
<p>with the ionCube PHP Loader v3.3.16</p>
]]></content:encoded>
			<wfw:commentRss>http://liujia.anqun.cn/index.php/archives/128/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(BAD CHECKSUM)Destination Port Unreachable &#8211; 防火墙</title>
		<link>http://liujia.anqun.cn/index.php/archives/127</link>
		<comments>http://liujia.anqun.cn/index.php/archives/127#comments</comments>
		<pubDate>Tue, 11 May 2010 06:03:09 +0000</pubDate>
		<dc:creator>LiuJia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://liujia.anqun.cn/index.php/archives/127</guid>
		<description><![CDATA[问： ping目标IP，得 (BAD CHECKSUM)Destination Port Unreachable 报错，怎么办？
答： 请尝试关闭防火墙
]]></description>
			<content:encoded><![CDATA[<p>问： ping目标IP，得 (BAD CHECKSUM)Destination Port Unreachable 报错，怎么办？</p>
<p>答： 请尝试关闭防火墙</p>
]]></content:encoded>
			<wfw:commentRss>http://liujia.anqun.cn/index.php/archives/127/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

