<?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>Constant&#039;s Playground &#187; Linux 小貼士</title>
	<atom:link href="http://www.constant-tsai.com/?cat=5&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.constant-tsai.com</link>
	<description>Just Another Constant&#039;s Homepage</description>
	<lastBuildDate>Mon, 07 Apr 2014 12:14:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>HOWTO install Linux 2.2 and 2.4 using RAID-Level 1 for Data- and Root/Boot-Partitions</title>
		<link>http://www.constant-tsai.com/?p=84</link>
		<comments>http://www.constant-tsai.com/?p=84#comments</comments>
		<pubDate>Fri, 10 Nov 2006 00:35:37 +0000</pubDate>
		<dc:creator>constant</dc:creator>
				<category><![CDATA[Linux 小貼士]]></category>

		<guid isPermaLink="false">http://www.constant-tsai.com/?p=84</guid>
		<description><![CDATA[-2. Preambel -1. Prerequisites -0. Introduction 1. Install Debian 2. The Kernel (Kernel 2.2.20, Kernel 2.2.25, Kernel 2.2.19, Kernel 2.4 (Debian Woody)) 3. Raidtools2 3a. mdadm 3b. raidutils 4. Partitions 5. /etc/raidtab 6. ROOT fs on RAID 7. BOOT from RAID 8. Swap Space 9. Testing 10. Monitoring your RAID-Devices 11. In Case of Disk-Failure [...]]]></description>
		<wfw:commentRss>http://www.constant-tsai.com/?feed=rss2&#038;p=84</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ProFTPD 1.2.9 + MySQL + Quota</title>
		<link>http://www.constant-tsai.com/?p=83</link>
		<comments>http://www.constant-tsai.com/?p=83#comments</comments>
		<pubDate>Fri, 10 Nov 2006 00:27:46 +0000</pubDate>
		<dc:creator>constant</dc:creator>
				<category><![CDATA[Linux 小貼士]]></category>

		<guid isPermaLink="false">http://www.constant-tsai.com/?p=83</guid>
		<description><![CDATA[原文地址：http://www.5ilinux.com/blog/archives/000082.html 轉載請注明出處和署名，並請保持一致 proftp學習筆記（一） 這幾天，公司終於放假了，終於可以安下心來好好學些proftp+mysql+quota。 安裝proftp之前，必須先做一個工作，假如你的mysql是自己編譯的，那就必須先修改/etc/ld.so.conf，否則後面運行 proftp會報錯。 vi /etc/ld.so.conf 添加下麵一行: 代碼: /usr/local/mysql/lib/mysql   注意大家如果mysql的安裝路徑於我不一樣，則填寫相應的路徑，有關mysql的編譯安裝請參考《Linux+Apache+Mysql+PHP典型配置》。 1。下載相關軟體 代碼: wget ftp://ftp.proftpd.org/distrib/sourc&#8230;pd-1.2.9.tar.gz 下載proftp的最新版本1.2.9 代碼: wget http://www.castaglia.org/proftpd/mo&#8230;b-1.2.11.tar.gz 這是配合proftp的磁片限額的模組 2。解壓編譯 代碼: tar zvxf proftpd-1.2.9.tar.gz tar zvxf proftpd-mod-quotatab-1.2.11.tar.gz cp mod_quotatab/*.c proftpd-1.2.9/contrib/ cp mod_quotatab/*.h proftpd-1.2.9/contrib/   vi proftpd-1.2.9/contrib/mod_sql_mysql.c 找到#include 這一行，將mysql.h改成你的系統中此檔所在的路徑，如/usr/local/mysql/include/mysql/mysql.h 編譯： 代碼: ./configure &#8211;prefix=/usr/local/proftpd &#8211;with-modules=mod_sql:mod_sql_mysql:mod_quotatab :mod_quotatab_sql &#8211;with-includes=/usr/local/mysql/include/mysql &#8211;with-libraries=/usr/local/mysql/lib/mysql make make install   ok, 現在我們可以來啟動proftp了，只要 [...]]]></description>
		<wfw:commentRss>http://www.constant-tsai.com/?feed=rss2&#038;p=83</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
