<?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>Kim Chow Blog &#187; Mac os x</title>
	<atom:link href="http://www.jianblog.com/category/system/mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jianblog.com</link>
	<description>Unix C将是我主攻的语言，现在用PHP在FreeBSD/Centos下开发。</description>
	<lastBuildDate>Fri, 23 Dec 2011 08:29:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Netmask计算</title>
		<link>http://www.jianblog.com/2007/10/30/421/</link>
		<comments>http://www.jianblog.com/2007/10/30/421/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 02:51:41 +0000</pubDate>
		<dc:creator>Kim Chow</dc:creator>
				<category><![CDATA[freebsd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Mac os x]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[操作系统]]></category>
		<category><![CDATA[计算机与网络]]></category>

		<guid isPermaLink="false">http://www.jianblog.com/2007/10/30/421/</guid>
		<description><![CDATA[30~51　C class netmask: 192.168.30.0/23 : 255.255.254.0 : 0.0.1.255 : (192.168.30~31.255/24), 共計 2 C class 192.168.32.0/20 : 255.255.240.0 : 0.0.15.255 : (192.168.32~47.255/24), 共計 16 C class 192.168.48.0/22 : 255.255.252.0 : 0.0.3.255 : (192.168.48.0~51.255/24), 共計 4 C class Address: 192.168.36.0 11000000.10101000.0010 0100.00000000 Netmask: 255.255.240.0 = 20 11111111.11111111.1111 0000.00000000 Wildcard: 0.0.15.255 00000000.00000000.0000 1111.11111111 　 Network: 192.168.32.0/20 11000000.10101000.0010 0000.00000000 [...]]]></description>
		<wfw:commentRss>http://www.jianblog.com/2007/10/30/421/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache常用正则</title>
		<link>http://www.jianblog.com/2007/09/16/415/</link>
		<comments>http://www.jianblog.com/2007/09/16/415/#comments</comments>
		<pubDate>Sun, 16 Sep 2007 10:47:59 +0000</pubDate>
		<dc:creator>Kim Chow</dc:creator>
				<category><![CDATA[freebsd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Mac os x]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[操作系统]]></category>

		<guid isPermaLink="false">http://www.jianblog.com/2007/09/16/415/</guid>
		<description><![CDATA[很常见的一句 Rewrite 句法如下： RewriteCond %{REQUEST_FILENAME} !-f 今天偶然发现，当文件名中包含空格字符时，这句就永远生效，原因很明显，空格后的部分没有被一起作为文件名传递过去判断。。。。 不应该呀，空格字符是允许出现在文件名中的嘛，经测试只要在变量前后加上引号就可以了 正确的句子应该为： RewriteCond “%{REQUEST_FILENAME}” !-f]]></description>
		<wfw:commentRss>http://www.jianblog.com/2007/09/16/415/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何让Mac读写NTFS分区</title>
		<link>http://www.jianblog.com/2007/03/18/369/</link>
		<comments>http://www.jianblog.com/2007/03/18/369/#comments</comments>
		<pubDate>Sun, 18 Mar 2007 08:42:17 +0000</pubDate>
		<dc:creator>Kim Chow</dc:creator>
				<category><![CDATA[Mac os x]]></category>
		<category><![CDATA[操作系统]]></category>

		<guid isPermaLink="false">http://www.jianblog.com/2007/03/18/369/</guid>
		<description><![CDATA[　　相信不少人有这种需求吧，相信NTFS和FAT32的区别以及NTFS比FAT32更优的地方不用我多说吧。好，那就废话少说，马上进入正题。第一，下载MacFuse，第二，下载NTFS-3G，第三，安装MacFuse，第四，重启后再安装NTFS-3G。完成这四个步骤后就可以读写NTFS分区了。不过要想完美，还要多加一步，在NTFS分区的根目录上，建立一个叫.ntfs-locale的文件（注意文件前面有个点），文件的內容是zh_CN。建好之后，此分区上就可以支持简体中文文件名了。对了，注意安装顺序和重启问题哦。 　　搜索关键字：如何让苹果机读写NTFS分区　如何让苹果系统读写NTFS分区　如何让OS X读写NTFS分区 　　下载链接：MacFuse　NTFS-3G]]></description>
		<wfw:commentRss>http://www.jianblog.com/2007/03/18/369/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

