<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>就是我-Linux</title>
<link>http://blog.roodo.com/thegiive/archives/cat_199883.html</link>
<description>一個 Web Programmer 的工作日誌



_uacct = &quot;UA-107073-7&quot;;
urchinTracker();
</description>
<language>zh-tw</language>
<generator>Roodo Blog System</generator>
<copyright>All Rights Reserved</copyright>
<atom:link href="http://blog.roodo.com/thegiive/archives/cat_199883.xml" rel="self" type="application/rss+xml" />
<item>
	<title>Bash 下面設定 Default Editor </title>
	<description><![CDATA[
			#vi
export EDITOR="vi"

		]]>
	</description>
	<content:encoded><![CDATA[
			#vi<br />
export EDITOR="vi"<br />

		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/2646675.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/2646675.html</guid>
	<category>Linux</category>
	<pubDate>Mon, 15 Jan 2007 17:48:31 +0800</pubDate>
</item>
<item>
	<title>Ubuntu 下面使用 openvpn</title>
	<description><![CDATA[
			ubuntu 下面使用 openvpn 的方式
		]]>
	</description>
	<content:encoded><![CDATA[
			ubuntu 下面使用 openvpn 的方式
		<a class="acontinues" href="http://blog.roodo.com/thegiive/archives/2629897.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/2629897.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/2629897.html</guid>
	<category>Linux</category>
	<pubDate>Mon, 08 Jan 2007 14:57:03 +0800</pubDate>
</item>
<item>
	<title>Ubuntu 安裝大全</title>
	<description><![CDATA[
			OS 裝好後


		]]>
	</description>
	<content:encoded><![CDATA[
			OS 裝好後<br />
<br />

		<a class="acontinues" href="http://blog.roodo.com/thegiive/archives/2605710.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/2605710.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/2605710.html</guid>
	<category>Linux</category>
	<pubDate>Thu, 28 Dec 2006 14:11:19 +0800</pubDate>
</item>
<item>
	<title>Find 使用方式</title>
	<description><![CDATA[
			Find 是 UNIX 裡面可說是最強大
但是也是我每次都搞不懂的指令
現在我特別花點時間去查詢怎麼使用，並且記下來
		]]>
	</description>
	<content:encoded><![CDATA[
			Find 是 UNIX 裡面可說是最強大<br />
但是也是我每次都搞不懂的指令<br />
現在我特別花點時間去查詢怎麼使用，並且記下來
		<a class="acontinues" href="http://blog.roodo.com/thegiive/archives/2307121.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/2307121.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/2307121.html</guid>
	<category>Linux</category>
	<pubDate>Mon, 16 Oct 2006 12:24:03 +0800</pubDate>
</item>
<item>
	<title>Postfix 設定</title>
	<description><![CDATA[
			參考這個網頁
以及這個 main.cf
設定出可以寄信的 postfix （收信等到真的有需要再說吧）

		]]>
	</description>
	<content:encoded><![CDATA[
			參考<a href="http://linux.tnc.edu.tw/techdoc/postfix-howto.htm">這個網頁</a><br />
以及<a href="http://linux.tnc.edu.tw/techdoc/main.cf">這個 main.cf</a><br />
設定出可以寄信的 postfix （收信等到真的有需要再說吧）<br />

		<a class="acontinues" href="http://blog.roodo.com/thegiive/archives/2145134.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/2145134.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/2145134.html</guid>
	<category>Linux</category>
	<pubDate>Thu, 14 Sep 2006 11:49:44 +0800</pubDate>
</item>
<item>
	<title>Blocked Packages</title>
	<description><![CDATA[
			當今天安裝 postfix 時
出現了

[blocks B     ] mail-mta/ssmtp (is blocking mail-mta/postfix-2.2.2-r1)

以及

		]]>
	</description>
	<content:encoded><![CDATA[
			當今天安裝 postfix 時<br />
出現了<br />
<blockquote><br />
[blocks B     ] mail-mta/ssmtp (is blocking mail-mta/postfix-2.2.2-r1)<br />
</blockquote><br />
以及<br />

		<a class="acontinues" href="http://blog.roodo.com/thegiive/archives/2144938.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/2144938.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/2144938.html</guid>
	<category>Linux</category>
	<pubDate>Thu, 14 Sep 2006 11:11:26 +0800</pubDate>
</item>
<item>
	<title>emerge 後的 n config files in /etc need updateing</title>
	<description><![CDATA[
			參照這篇 
etc-update 即可
		]]>
	</description>
	<content:encoded><![CDATA[
			參照<a href="http://forums.gentoo.tw/viewtopic.php?p=44587&sid=d16667ed1b3cbd4eeea0916f25dee487">這篇</a> <br />
etc-update 即可
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/2141818.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/2141818.html</guid>
	<category>Linux</category>
	<pubDate>Wed, 13 Sep 2006 15:54:44 +0800</pubDate>
</item>
<item>
	<title>Subersion Deamon : svnserve</title>
	<description><![CDATA[
			Server
執行方式

svnserve -d -r /repos/path 





		]]>
	</description>
	<content:encoded><![CDATA[
			<h1>Server</h1><br />
執行方式<br />
<blockquote><br />
svnserve -d -r /repos/path <br />
</blockquote><br />
<br />
<br />
<br />

		<a class="acontinues" href="http://blog.roodo.com/thegiive/archives/1989947.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/1989947.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/1989947.html</guid>
	<category>Linux</category>
	<pubDate>Tue, 08 Aug 2006 21:19:10 +0800</pubDate>
</item>
<item>
	<title>Gentoo 上面安裝 PEAR</title>
	<description><![CDATA[
			來自Gentoo Wiki


emerge -av PEAR-PEAR

		]]>
	</description>
	<content:encoded><![CDATA[
			來自<a href="http://gentoo-wiki.com/HOWTO_PHP_5_with_PEAR">Gentoo Wiki</a><br />
<br />
<blockquote><br />
emerge -av PEAR-PEAR<br />
</blockquote>
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/1797504.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/1797504.html</guid>
	<category>Linux</category>
	<pubDate>Wed, 21 Jun 2006 17:12:35 +0800</pubDate>
</item>
<item>
	<title>DBDesigner4 on Ubuntu</title>
	<description><![CDATA[
			
DBDesigner4 是一個 MySQL GUI 管理套件有Windows 跟 Linux (KDE)版本這裡介紹怎麼在 Ubuntu 上面安裝參考連結
		]]>
	</description>
	<content:encoded><![CDATA[
			
<a href="http://fabforce.net/dbdesigner4/index.php">DBDesigner4</a> 是一個 MySQL GUI 管理套件<br />有Windows 跟 Linux (KDE)版本<br />這裡介紹怎麼在 Ubuntu 上面安裝<br /><br />參考<a href="http://wiki.splitbrain.org/dbdesigner">連結</a><br />
		<a class="acontinues" href="http://blog.roodo.com/thegiive/archives/1716792.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/1716792.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/1716792.html</guid>
	<category>Linux</category>
	<pubDate>Tue, 06 Jun 2006 12:54:53 +0800</pubDate>
</item>
<item>
	<title>svnserve + ssh</title>
	<description><![CDATA[
			
 啟動  svn server 
svnserve -d -r /svn/reposirty

 設定 
/svn/reposity/conf/svnserve.conf 

[general]
anon-access = none
password-db = passwd
realm = My reposity     


 解釋 
第一個是讓 anonymous 不能存取
第二個是 password -db file 是同目錄的 passwd 
第三個是 realm 名稱 (option)

/svn/resposity/conf/passwd


[users]
user=userpassword

注意事項
1. 每行最前面不能有空白
2. 第一行不能有 comment


 client 
svn checkout --username user svn+ssh://username@domain.name/absoult/path/ local_dir_path


		]]>
	</description>
	<content:encoded><![CDATA[
			<br />
<h1> 啟動  svn server </h1><br />
svnserve -d -r /svn/reposirty<br />
<br />
<h1> 設定 </h1><br />
/svn/reposity/conf/svnserve.conf <br />
<code><br />
[general]<br />
anon-access = none<br />
password-db = passwd<br />
realm = My reposity     <br />
</code><br />
<br />
<h3> 解釋 </h3><br />
第一個是讓 anonymous 不能存取<br />
第二個是 password -db file 是同目錄的 passwd <br />
第三個是 realm 名稱 (option)<br />
<br />
/svn/resposity/conf/passwd<br />
<br />
<code><br />
[users]<br />
user=userpassword<br />
<br />
</code><h3>注意事項</h3><br />
1. 每行最前面不能有空白<br />
2. 第一行不能有 comment<br />
<br />
<br />
<h1> client </h1><br />
svn checkout --username user svn+ssh://username@domain.name/absoult/path/ local_dir_path<br />
<br />

		<a class="acontinues" href="http://blog.roodo.com/thegiive/archives/1647154.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/1647154.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/1647154.html</guid>
	<category>Linux</category>
	<pubDate>Mon, 22 May 2006 15:27:23 +0800</pubDate>
</item>
<item>
	<title>gentoo install in hard-raid</title>
	<description><![CDATA[
			參考連結

Gentoo Wiki
Gentoo Forum


步驟

boot 用 gentoo dodmraid 
setup ssh server
cfdisk /dev/mapper/your_raid_set


		]]>
	</description>
	<content:encoded><![CDATA[
			參考連結
<ul>
<li><a href="http://gentoo-wiki.com/HOWTO_Gentoo_Install_on_Bios_(Onboard)_RAID">Gentoo Wiki</a></li>
<li><a href="http://forums.gentoo.org/viewtopic-t-449750-highlight-grub+raid+number.html">Gentoo Forum</a></li>
</ul>

<h3>步驟</h3>
<ul>
<li>boot 用 gentoo dodmraid </li>
<li>setup ssh server</li>
<li>cfdisk /dev/mapper/your_raid_set</li>
</ul>

		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/1625079.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/1625079.html</guid>
	<category>Linux</category>
	<pubDate>Wed, 17 May 2006 14:59:39 +0800</pubDate>
</item>
<item>
	<title>emerge 用法</title>
	<description><![CDATA[
			加入USE變數
USE="innodb -berkdb" emerge mysql
使用unstable package
USE="innodb -berkdb" ACCEPT_KEYWORDS="~x86" emerge mysql
只觀看會安裝的package，不安裝
emerge -pv mysql

		]]>
	</description>
	<content:encoded><![CDATA[
			<h3>加入USE變數</h3><br />
USE="innodb -berkdb" emerge mysql<br />
<h3>使用unstable package</h3><br />
USE="innodb -berkdb" ACCEPT_KEYWORDS="~x86" emerge mysql<br />
<h3>只觀看會安裝的package，不安裝</h3><br />
emerge -pv mysql<br />

		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/1624745.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/1624745.html</guid>
	<category>Linux</category>
	<pubDate>Wed, 17 May 2006 13:31:03 +0800</pubDate>
</item>
<item>
	<title>check 硬碟壞軌</title>
	<description><![CDATA[
			fsck -c /dev/hda1
badblocks /dev/da1
		]]>
	</description>
	<content:encoded><![CDATA[
			fsck -c /dev/hda1<br />
badblocks /dev/da1
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/1620125.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/1620125.html</guid>
	<category>Linux</category>
	<pubDate>Tue, 16 May 2006 16:47:56 +0800</pubDate>
</item>
<item>
	<title>LAMP install on Gentoo</title>
	<description><![CDATA[
			1. 安裝 MySQL 5

USE="innodb -berkdb" ACCEPT_KEYWORDS="~x86" emerge -pv mysq

2. 安裝 Apache 2

emerge apache

3. 安裝 mod_php

USE="apache2 -X" emerge dev-lang/php

		]]>
	</description>
	<content:encoded><![CDATA[
			1. 安裝 MySQL 5<br />
<code><br />
USE="innodb -berkdb" ACCEPT_KEYWORDS="~x86" emerge -pv mysq<br />
</code><br />
2. 安裝 Apache 2<br />
<code><br />
emerge apache<br />
</code><br />
3. 安裝 mod_php<br />
<code><br />
USE="apache2 -X" emerge dev-lang/php<br />
</code>
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/1624900.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/1624900.html</guid>
	<category>Linux</category>
	<pubDate>Tue, 09 May 2006 18:06:56 +0800</pubDate>
</item>
</channel>
</rss>