<?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>stephenyeong&#039;s blog &#187; 軟件</title>
	<atom:link href="http://www.stephenyeong.idv.hk/wp/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stephenyeong.idv.hk/wp</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 16 Aug 2010 08:44:31 +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>Openfiler vs FreeBSD</title>
		<link>http://www.stephenyeong.idv.hk/wp/2010/01/openfiler-vs-freebsd/</link>
		<comments>http://www.stephenyeong.idv.hk/wp/2010/01/openfiler-vs-freebsd/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 14:35:00 +0000</pubDate>
		<dc:creator>stephenyeong</dc:creator>
				<category><![CDATA[NAS]]></category>
		<category><![CDATA[網絡]]></category>
		<category><![CDATA[軟件]]></category>
		<category><![CDATA[FreeNAS]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Openfiler]]></category>
		<category><![CDATA[RAID]]></category>

		<guid isPermaLink="false">http://www.stephenyeong.idv.hk/wp/?p=440</guid>
		<description><![CDATA[早在一個月前已開始準備在家建立一台NAS，當時還未選定用FreeNAS還是Openfiler。
剛好有個PROJECT要為ESXi準備NAS Storage，所以返復測試了兩者。
今次測試的版本
Openfiler 2.3
FreeNAS 0.7
在驅動方面, 如終是LINUX的Openfiler佔優。
因為Openfiler 的Kernel 可以在Web介面上更新，而且想自己Compile Driver 也比較易。
無論在ESX下使用VMXNET3、還是ATOM NanoITX用RTL8111C的JUMBOFRAME支援上，比起使用FreeBSD 7.2的FreeNAS好。
FreeBSD 對於Realtek 8111的jumboframe支援應該要到 FreeBSD 8.0 才能解決。
論功能，FreeNAS 佔優
兩者皆有 iSCSI Target, iSCSI Initiator, NFS, SMB, FTP
但在FTP方面, FreeNAS 佔優。
FreeNAS用proftpd 1.31, 而Openfiler只是proftpd 1.30。雖然版本號相差很少，但可用性就大有不同。
FreeNAS是可以用UTF8的. 用UTF8支援的FTP CLIENT可以見到完整的檔名。而proftpd 1.30 就會出亂碼。
還未計FreeNAS原生有Bittorrent client，基本上可以選定FreeNAS了。
RAID管理，Openfiler LVM+XFS vs FreeNAS ZFS。
在RAID管理方面，Openfiler較強
用到電腦做家用NAS，差不多一定會用RAID。
在空間擴展方面，單以WEB面介面來比較，FreeNAS 較好。因為FreeNAS能用WEB介面使ZFS不斷以Stripe方法擴展。當然Stripe不是真正的RAID。
而Openfiler的Software RAID 只有建立array及加HDD入array為HOT SPARE功能。而且新建的array也不能加到現有的share folder入面。
但Openfiler的優勢是LVM可以在console用指令擴展array.
例如把4碟RAID5加多2碟成為6碟RAID5。
返而FreeNAS的ZFS未能做到。
Finally, LINUX WIN
餘下來的問題是選擇，要功能強大的Openfiler，但沒有UTF8 FTP支援。還是要簡單好用，但RAID未能逹標的FreeNAS?
其實最簡單就要令Openfiler入面的proftpd升給就可以。
設定方法、待續..
]]></description>
			<content:encoded><![CDATA[<p>早在一個月前已開始準備在家建立一台NAS，當時還未選定用FreeNAS還是Openfiler。<br />
剛好有個PROJECT要為ESXi準備NAS Storage，所以返復測試了兩者。</p>
<p>今次測試的版本<br />
Openfiler 2.3<br />
FreeNAS 0.7</p>
<p><strong>在驅動方面, 如終是LINUX的Openfiler佔優。</strong><a href="http://www.stephenyeong.idv.hk/wp/wp-content/uploads/2010/01/System-Update.png" title="System Update" rel="lightbox[440]"><img class="size-thumbnail wp-image-446 alignright" title="System Update" src="http://www.stephenyeong.idv.hk/wp/wp-content/uploads/2010/01/System-Update-150x150.png" alt="" width="150" height="150" /></a><br />
因為Openfiler 的Kernel 可以在Web介面上更新，而且想自己Compile Driver 也比較易。<br />
無論在ESX下使用VMXNET3、還是ATOM NanoITX用RTL8111C的JUMBOFRAME支援上，比起使用FreeBSD 7.2的FreeNAS好。</p>
<p>FreeBSD 對於Realtek 8111的jumboframe支援應該要到 FreeBSD 8.0 才能解決。</p>
<p><strong>論功能，FreeNAS 佔優</strong><br />
兩者皆有 iSCSI Target, iSCSI Initiator, NFS, SMB, FTP</p>
<p>但在FTP方面, FreeNAS 佔優。<br />
FreeNAS用proftpd 1.31, 而Openfiler只是proftpd 1.30。雖然版本號相差很少，但可用性就大有不同。<br />
FreeNAS是可以用UTF8的. 用UTF8支援的FTP CLIENT可以見到完整的檔名。而proftpd 1.30 就會出亂碼。</p>
<p>還未計FreeNAS原生有Bittorrent client，基本上可以選定FreeNAS了。</p>
<p><strong>RAID管理，Openfiler LVM+XFS vs FreeNAS ZFS。</strong><br />
在RAID管理方面，Openfiler較強</p>
<p>用到電腦做家用NAS，差不多一定會用RAID。</p>
<p>在空間擴展方面，單以WEB面介面來比較，FreeNAS 較好。因為FreeNAS能用WEB介面使ZFS不斷以Stripe方法擴展。當然Stripe不是真正的RAID。<br />
而Openfiler的Software RAID 只有建立array及加HDD入array為HOT SPARE功能。而且新建的array也不能加到現有的share folder入面。</p>
<p>但Openfiler的優勢是LVM可以在console用指令擴展array.<br />
例如把4碟RAID5加多2碟成為6碟RAID5。</p>
<p>返而FreeNAS的ZFS未能做到。</p>
<p><strong>Finally, LINUX WIN</strong><br />
餘下來的問題是選擇，要功能強大的Openfiler，但沒有UTF8 FTP支援。還是要簡單好用，但RAID未能逹標的FreeNAS?<a href="http://www.stephenyeong.idv.hk/wp/wp-content/uploads/2010/01/proftpd-1.32-on-openfiler.png" title="proftpd 1.32 on  openfiler" rel="lightbox[440]"><img class="size-medium wp-image-445 alignright" title="proftpd 1.32 on  openfiler" src="http://www.stephenyeong.idv.hk/wp/wp-content/uploads/2010/01/proftpd-1.32-on-openfiler-292x300.png" alt="" width="292" height="300" /></a></p>
<p>其實最簡單就要令Openfiler入面的proftpd升給就可以。</p>
<p>設定方法、待續..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stephenyeong.idv.hk/wp/2010/01/openfiler-vs-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>redmine installation</title>
		<link>http://www.stephenyeong.idv.hk/wp/2010/01/redmine-installion/</link>
		<comments>http://www.stephenyeong.idv.hk/wp/2010/01/redmine-installion/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 11:16:16 +0000</pubDate>
		<dc:creator>stephenyeong</dc:creator>
				<category><![CDATA[軟件]]></category>
		<category><![CDATA[project management]]></category>
		<category><![CDATA[redmine]]></category>
		<category><![CDATA[ruby on rail]]></category>

		<guid isPermaLink="false">http://www.stephenyeong.idv.hk/wp/?p=402</guid>
		<description><![CDATA[My redmine setup log on Server 2008 SP2 x64 Web Edition, IIS7, native FastCGI and Microsoft URL Rewrite    
Base on 2 best article I found by googling    

IIS 7.0 Server-Side 10 steps to get Ruby on Rails running on Windows with IIS FastCGI
http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx
Ruby on Rails in IIS 7.0 with URL Rewriter  RuslanY Blog
http://ruslany.net/2008/08/ruby-on-rails-in-iis-70-with-url-rewriter/

with something I found may be [...]]]></description>
			<content:encoded><![CDATA[<p>My redmine setup log on Server 2008 SP2 x64 Web Edition, IIS7, native FastCGI and Microsoft URL Rewrite    </p>
<p>Base on 2 best article I found by googling    </p>
<ul>
<li>IIS 7.0 Server-Side 10 steps to get Ruby on Rails running on Windows with IIS FastCGI<br />
<a href="http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx">http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx</a></li>
<li>Ruby on Rails in IIS 7.0 with URL Rewriter  RuslanY Blog<br />
<a href="http://ruslany.net/2008/08/ruby-on-rails-in-iis-70-with-url-rewriter/">http://ruslany.net/2008/08/ruby-on-rails-in-iis-70-with-url-rewriter/</a></li>
</ul>
<p>with something I found may be useful.    </p>
<p>First of all -  prepare files    </p>
<ul>
<li>ruby One-Click Installer (1.8.6-27)<br />
ruby186-27_rc2.exe<br />
<a href="http://rubyforge.org/frs/?group_id=167&amp;release_id=41267">http://rubyforge.org/frs/?group_id=167&amp;release_id=41267</a></li>
<li>Microsoft URL Rewrite Module 1.1 for IIS 7 (x64)<br />
rewrite_1.1_amd64_en-US.msi<br />
<a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=d05111c1-b4f7-45f3-8f60-a8f2b9d49ed1">http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=d05111c1-b4f7-45f3-8f60-a8f2b9d49ed1</a></li>
<li>Redmine 0.8.7 ( 2009-11-15)<br />
redmine-0.8.7.zip<br />
<a href="http://rubyforge.org/frs/?group_id=1850">http://rubyforge.org/frs/?group_id=1850</a></li>
<li>RubyForIIS<br />
RubyForIIS-0.1.exe<br />
<a href="http://avhelp.ucc.usyd.edu.au/james/RubyForIIS-0.1.exe">http://avhelp.ucc.usyd.edu.au/james/RubyForIIS-0.1.exe</a></li>
</ul>
<p> Then &#8211; Install files    </p>
<p><strong>Step 1:</strong> Install Ruby 1.8.6.<br />
According to Redmine Installation Guide ( <a href="http://www.redmine.org/wiki/redmine/RedmineInstall">http://www.redmine.org/wiki/redmine/RedmineInstall</a> ), Support Ruby version is 1.8.6. &amp; 1.8.7. </p>
<p><strong>Step 2:</strong> Install rails</p>
<pre class="brush:shell">gem install rails</pre>
<p><strong>Step 3:</strong> Install RubyForIIS<br />
Because the fcgi extension not bundle in rails.<br />
Afterward, test fcgi    </p>
<pre class="brush:ruby">c:\ruby\bin\&gt;irb
irb(main):001:0&gt; require 'fcgi'  
=&gt; true   
irb(main):002:0&gt; quit</pre>
<p><strong>Step 4: </strong>Extract Redmine files to target folder    </p>
<p>e.g.  C:\inetpub\redmine    </p>
<p>below I will call it  <span style="color: #ff0000;">[Redmine Path]</span>    </p>
<p><strong>Step 5:</strong> Create folder and Set folder permission (Step 7 on Redmine Installation Guide)<br />
make a folder called \tmp and \public\plugin_assets under<span style="color: #ff0000;"> [Redmine Path]</span></p>
<pre class="brush:shell">cd [Redmine Path]
md tmp
md public\plugin_assets</pre>
<p>and assign tmp, files, log,  public\plugin_assets IWAM account ( or Network Service  account) has full control    </p>
<p><a href="http://www.stephenyeong.idv.hk/wp/wp-content/uploads/2010/01/assign1.png" title="assign1" rel="lightbox[402]"><img class="alignnone size-full wp-image-411" title="assign1" src="http://www.stephenyeong.idv.hk/wp/wp-content/uploads/2010/01/assign1.png" alt="" width="500" height="301" /></a>    </p>
<p><a href="http://www.stephenyeong.idv.hk/wp/wp-content/uploads/2010/01/assign2.png" title="assign2" rel="lightbox[402]"><img class="alignnone size-full wp-image-412" title="assign2" src="http://www.stephenyeong.idv.hk/wp/wp-content/uploads/2010/01/assign2.png" alt="" width="180" height="210" /></a>    </p>
<p><strong>Step 6:</strong> Create Database<br />
Just create database, user account and password (Step 3 on Redmine Installation Guide).<br />
make sure the default  database character is 『utf-8&#8243; because the create database script did not assign.    </p>
<p><strong>Step 7: </strong>Config files<br />
copy <span style="color: #ff0000;">[Redmine Path]</span>\config\database.y ml.example to <span style="color: #ff0000;">[Redmine Path]</span>\config\database. yml and edit the 『production』 database connection settings    </p>
<p><strong>Step 8:</strong> run database create script on redmine root folder    </p>
<p>rake db:migrate RAILS_ENV=』production』    and create session store    </p>
<pre class="brush:shell">cd [Redmine Path]
rake config/initializers/session_store.rb</pre>
<p><strong>Step 9:</strong> test site by using build-in webrick (step 8 on Redmine Installation Guide).    </p>
<pre class="brush:shell">ruby script/server webrick -e production</pre>
<p><strong>Step 10:</strong>IIS config</p>
<ol>
<li><code>Create a web site and set physical path to redmine public folder</code></li>
<li><code>Copy/rename <span style="color: #ff0000;">[Redmine Path]</span>\public\dispatch.fcgi.example to <span style="color: #ff0000;">[Redmine Path]</span>\public\dispatch.fcgi</code></li>
<li><code>Modify <span style="color: #ff0000;">[Redmine Path]</span>\config\environment.rb, uncomment line "# ENV['RAILS_ENV'] ||= 'production'" to assign the environment to production</code></li>
<li><code>Copy/rename <span style="color: #ff0000;">[Redmine Path]</span>\config\email.yml.example to <span style="color: #ff0000;">[Redmine Path]</span>\config\email.yml and setup <strong>Outgoing email settings</strong></code></li>
<li><code><strong>Module Setting</strong></code></li>
<li><code><strong>URL Mapping<br />
Request path: dispatch.fcgi<br />
Module: FastCgiModule<br />
Executable (optional):<br />
c:\Ruby\bin\Ruby.exe|<span style="color: #ff0000;">[Redmine Path]</span>\public\dispatch.fcgi production</strong></code></li>
</ol>
<p><code><a href="http://www.stephenyeong.idv.hk/wp/wp-content/uploads/2010/01/Add-Module.png" title="Add Module" rel="lightbox[402]"><img class="alignnone size-full wp-image-417" title="Add Module" src="http://www.stephenyeong.idv.hk/wp/wp-content/uploads/2010/01/Add-Module.png" alt="" width="396" height="345" /></a></code></p>
<p><strong>Step 11:</strong>URL Rewrite</p>
<p>paste following url rewrite config into web.config under &lt;system.webServer&gt; branch</p>
<pre class="brush:xml">&lt;rewrite&gt;
 &lt;rules&gt;
 &lt;clear /&gt;
 &lt;rule name="Imported Rule 1-1" stopProcessing="true"&gt;
  &lt;match url="^(.*)(\.png)(\.)$" ignoreCase="true" /&gt;
  &lt;conditions logicalGrouping="MatchAll" /&gt;
  &lt;action type="Rewrite" url="{R:1}.png" appendQueryString="false" /&gt;
 &lt;/rule&gt;
 &lt;rule name="Imported Rule 1"&gt;
  &lt;match url="^$" ignoreCase="false" /&gt;
  &lt;action type="Rewrite" url="index.html" appendQueryString="true" /&gt;
 &lt;/rule&gt;
 &lt;rule name="Imported Rule 2"&gt;
  &lt;match url="^([^.]+)$" ignoreCase="false" /&gt;
  &lt;action type="Rewrite" url="{R:1}.html" appendQueryString="true" /&gt;
 &lt;/rule&gt;
 &lt;rule name="Imported Rule 3" stopProcessing="true"&gt;
  &lt;match url="^(.*)$" ignoreCase="false" /&gt;
  &lt;conditions logicalGrouping="MatchAll"&gt;
  &lt;add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" pattern="" ignoreCase="false" /&gt;
  &lt;/conditions&gt;
  &lt;action type="Rewrite" url="dispatch.fcgi" appendQueryString="true" /&gt;
 &lt;/rule&gt;
 &lt;/rules&gt;
&lt;/rewrite&gt;</pre>
<p><strong>Step 12:</strong>Minor configuration</p>
<p><span style="color: #ff0000;">[Redmine Path]</span>\config\environment.rb</p>
<p>uncomment following line to force rails environment to production</p>
<pre class="brush:ruby">ENV['RAILS_ENV'] ||= 'production'</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.stephenyeong.idv.hk/wp/2010/01/redmine-installion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>好用的專案管理 &#8211; redmine</title>
		<link>http://www.stephenyeong.idv.hk/wp/2010/01/redmine/</link>
		<comments>http://www.stephenyeong.idv.hk/wp/2010/01/redmine/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 02:34:08 +0000</pubDate>
		<dc:creator>stephenyeong</dc:creator>
				<category><![CDATA[軟件]]></category>
		<category><![CDATA[project management]]></category>
		<category><![CDATA[redmine]]></category>
		<category><![CDATA[ruby on rail]]></category>

		<guid isPermaLink="false">http://www.stephenyeong.idv.hk/wp/?p=391</guid>
		<description><![CDATA[由於有新project 並且要有效管理現有的project, 一套管現軟件是必需的.
見到pfsense個redmine幾好, 再到wiki上對比過幾套的功能後, 最後選了redmine.
http://www.redmine.org/

第一次接觸 Ruby、Ruby on Rail, 同時又要在Server 2008 的IIS7 上用FastCGI運行, 再加上外面的FAQ唔多齊全. 結果玩足一日才能夠安裝完成.
]]></description>
			<content:encoded><![CDATA[<p>由於有新project 並且要有效管理現有的project, 一套管現軟件是必需的.<br />
見到pfsense個redmine幾好, 再到wiki上對比過幾套的功能後, 最後選了redmine.</p>
<p><a href="http://www.redmine.org/">http://www.redmine.org/</a><br />
<a href="http://www.stephenyeong.idv.hk/wp/wp-content/uploads/2010/01/redmine.png"></a><a href="http://www.stephenyeong.idv.hk/wp/wp-content/uploads/2010/01/redmine.png" title="redmine" rel="lightbox[391]"><img class="alignnone size-medium wp-image-395" title="redmine" src="http://www.stephenyeong.idv.hk/wp/wp-content/uploads/2010/01/redmine-300x244.png" alt="" width="300" height="244" /></a></p>
<p>第一次接觸 Ruby、Ruby on Rail, 同時又要在Server 2008 的IIS7 上用FastCGI運行, 再加上外面的FAQ唔多齊全. 結果玩足一日才能夠安裝完成.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stephenyeong.idv.hk/wp/2010/01/redmine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pfSense 2.0 Beta1 Cont.</title>
		<link>http://www.stephenyeong.idv.hk/wp/2010/01/pfsense-2-0-beta1-cont/</link>
		<comments>http://www.stephenyeong.idv.hk/wp/2010/01/pfsense-2-0-beta1-cont/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 04:23:37 +0000</pubDate>
		<dc:creator>stephenyeong</dc:creator>
				<category><![CDATA[pfsense]]></category>
		<category><![CDATA[網絡]]></category>
		<category><![CDATA[軟件]]></category>
		<category><![CDATA[firewall]]></category>

		<guid isPermaLink="false">http://www.stephenyeong.idv.hk/wp/?p=333</guid>
		<description><![CDATA[今日終於有時間做下載測試
用Vuze BT 19.70GB, 9:25開始, 到12:13已完成51.7%.
Broadband: HGC 10M
Router Hardware: 致銘ITX-M4S2GAP w/2GB DDR2, 4GB CF
Router Software: pfSense 2.0 Beta1 snapshot 2009-12-31
Modified: kern.polling.idle_poll=0
Processor Usage, current 5%

Session Table, current 2200 sessions, 25.4 state changes per second

Traffic, current DL 9.59Mbps, UL 5.42Mbps

]]></description>
			<content:encoded><![CDATA[<p>今日終於有時間做下載測試</p>
<p>用Vuze BT 19.70GB, 9:25開始, 到12:13已完成51.7%.</p>
<p>Broadband: HGC 10M<br />
Router Hardware: <em>致銘ITX</em>-M4S2GAP w/2GB DDR2, 4GB CF<br />
Router Software: pfSense 2.0 Beta1 snapshot 2009-12-31<br />
Modified: kern.polling.idle_poll=0</p>
<p>Processor Usage, current 5%<br />
<a href="http://www.stephenyeong.idv.hk/wp/wp-content/uploads/2010/01/Processor-2010-01-05.png" title="Processor 2010-01-05" rel="lightbox[333]"><img class="alignnone size-full wp-image-334" title="Processor 2010-01-05" src="http://www.stephenyeong.idv.hk/wp/wp-content/uploads/2010/01/Processor-2010-01-05.png" alt="" width="655" height="400" /></a></p>
<p>Session Table, current 2200 sessions, 25.4 state changes per second<br />
<a href="http://www.stephenyeong.idv.hk/wp/wp-content/uploads/2010/01/States-2010-01-05.png" title="States 2010-01-05" rel="lightbox[333]"><img class="alignnone size-full wp-image-335" title="States 2010-01-05" src="http://www.stephenyeong.idv.hk/wp/wp-content/uploads/2010/01/States-2010-01-05.png" alt="" width="655" height="390" /></a></p>
<p>Traffic, current DL 9.59Mbps, UL 5.42Mbps<br />
<a href="http://www.stephenyeong.idv.hk/wp/wp-content/uploads/2010/01/traffic-WAN-2010-01-05.png" title="traffic WAN 2010-01-05" rel="lightbox[333]"><img class="alignnone size-full wp-image-336" title="traffic WAN 2010-01-05" src="http://www.stephenyeong.idv.hk/wp/wp-content/uploads/2010/01/traffic-WAN-2010-01-05.png" alt="" width="663" height="376" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stephenyeong.idv.hk/wp/2010/01/pfsense-2-0-beta1-cont/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>新的一年, 新的開始 pfSense</title>
		<link>http://www.stephenyeong.idv.hk/wp/2010/01/newyear-pfsense-2-0-beta1/</link>
		<comments>http://www.stephenyeong.idv.hk/wp/2010/01/newyear-pfsense-2-0-beta1/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 10:14:33 +0000</pubDate>
		<dc:creator>stephenyeong</dc:creator>
				<category><![CDATA[網絡]]></category>
		<category><![CDATA[軟件]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[pfsense]]></category>

		<guid isPermaLink="false">http://www.stephenyeong.idv.hk/wp/?p=308</guid>
		<description><![CDATA[在除夕前Update 左做pfSense 2.0 Beta1, 我張Atheros 9280終於Detect 到. 而且LAN同wifi個interface bridge可以正常運作.
]]></description>
			<content:encoded><![CDATA[<p>在除夕前Update 左做pfSense 2.0 Beta1, 我張Atheros 9280終於Detect 到. 而且LAN同wifi個interface bridge可以正常運作.</p>

<div class="ngg-galleryoverview" id="ngg-gallery-25-308">


	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://www.stephenyeong.idv.hk/wp/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=25&amp;mode=gallery'});">
			[View with PicLens]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-352" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.stephenyeong.idv.hk/wp/wp-content/gallery/2010-01-01-pfsense/dsc8243.jpg" title="Android Wifi Analyzer - Signal Strength [dBm]" rel="lightbox[set_25]">
								<img title="signal status" alt="signal status" src="http://www.stephenyeong.idv.hk/wp/wp-content/gallery/2010-01-01-pfsense/thumbs/thumbs_dsc8243.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-353" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.stephenyeong.idv.hk/wp/wp-content/gallery/2010-01-01-pfsense/dsc8244.jpg" title="Router 的背面的AR9280" rel="lightbox[set_25]">
								<img title="Router 的背面" alt="Router 的背面" src="http://www.stephenyeong.idv.hk/wp/wp-content/gallery/2010-01-01-pfsense/thumbs/thumbs_dsc8244.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-354" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.stephenyeong.idv.hk/wp/wp-content/gallery/2010-01-01-pfsense/dsc8248.jpg" title="舊有的Netgear Router (as AP only)" rel="lightbox[set_25]">
								<img title="舊有的Netgear" alt="舊有的Netgear" src="http://www.stephenyeong.idv.hk/wp/wp-content/gallery/2010-01-01-pfsense/thumbs/thumbs_dsc8248.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-355" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.stephenyeong.idv.hk/wp/wp-content/gallery/2010-01-01-pfsense/dsc8249.jpg" title="Commit the changes" rel="lightbox[set_25]">
								<img title="dsc8249" alt="dsc8249" src="http://www.stephenyeong.idv.hk/wp/wp-content/gallery/2010-01-01-pfsense/thumbs/thumbs_dsc8249.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://www.stephenyeong.idv.hk/wp/2010/01/newyear-pfsense-2-0-beta1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>因為VPN問題, 轉左用pfSense</title>
		<link>http://www.stephenyeong.idv.hk/wp/2009/12/move-to-pfsense/</link>
		<comments>http://www.stephenyeong.idv.hk/wp/2009/12/move-to-pfsense/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 16:26:41 +0000</pubDate>
		<dc:creator>stephenyeong</dc:creator>
				<category><![CDATA[網絡]]></category>
		<category><![CDATA[軟件]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[pfsense]]></category>

		<guid isPermaLink="false">http://www.stephenyeong.idv.hk/wp/?p=247</guid>
		<description><![CDATA[
Uploading to FTP Server @ 10Mbps.

開了Polling, 關閉了idle_poll, 個CPU Loading 還可以接受

]]></description>
			<content:encoded><![CDATA[<div class="mceTemp">
<div class="mceTemp">Uploading to FTP Server @ 10Mbps.</div>
</div>
<div class="mceTemp">開了Polling, 關閉了idle_poll, 個CPU Loading 還可以接受</div>
<div class="mceTemp">
<a href="http://www.stephenyeong.idv.hk/wp/wp-content/gallery/pfsense/pfsense-uploading-10mbps.png" title="" rel="lightbox[singlepic157]">
	<img class="ngg-singlepic" src="http://www.stephenyeong.idv.hk/wp/wp-content/gallery/cache/157__320x240_pfsense-uploading-10mbps.png" alt="pfsense-uploading-10mbps" title="pfsense-uploading-10mbps" />
</a>
<a rel="http://www.stephenyeong.idv.hk/wp/wp-content/uploads/2009/12/pfsense-uploading-@-10Mbps.png" href="http://www.stephenyeong.idv.hk/wp/wp-content/uploads/2009/12/pfsense-uploading-@-10Mbps.png"></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.stephenyeong.idv.hk/wp/2009/12/move-to-pfsense/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vyatta Core 6 alpha</title>
		<link>http://www.stephenyeong.idv.hk/wp/2009/11/vyatta-core-6-alpha/</link>
		<comments>http://www.stephenyeong.idv.hk/wp/2009/11/vyatta-core-6-alpha/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 12:56:04 +0000</pubDate>
		<dc:creator>stephenyeong</dc:creator>
				<category><![CDATA[vyatta]]></category>
		<category><![CDATA[網絡]]></category>
		<category><![CDATA[軟件]]></category>

		<guid isPermaLink="false">http://www.stephenyeong.idv.hk/wp/?p=228</guid>
		<description><![CDATA[Vyatta Releases Vyatta Core 6 Alpha
Vyatta 今日推出了VC6的alpha版, 而且一出就是alpha 2.
新增功能有

Wireless AP (可作為AP的 PCI CARD)
Traffic Statistics ( Netflow &#38; Sflow )
加強 IPSec  連接的相容能力
加入了之前訂閱版的功能

Firewall enchancements
NAT enchancements
QoS enhancements
IPv6 enhancements
Over 200 bug fixes



http://www.vyatta.org/downloads.
VC6 ALPHA (recommended for developers &#38; hackers)
VC6 Alpha &#8211; Live CD iso
Date: Nov 12, 2009
Size:159 MB
MD5:e1e05745f36a37995915122f72926786
Download: via HTTP &#124; via BitTorrent
Release Notes 
今晚唔知有無時間試呢 
]]></description>
			<content:encoded><![CDATA[<p><strong>Vyatta Releases Vyatta Core 6 Alpha</strong></p>
<p>Vyatta 今日推出了VC6的alpha版, 而且一出就是alpha 2.</p>
<p>新增功能有</p>
<ul>
<li>Wireless AP (<a href="http://linuxwireless.org/en/users/Devices/PCI">可作為AP的 PCI CARD</a>)</li>
<li>Traffic Statistics ( Netflow &amp; Sflow )</li>
<li>加強 IPSec  連接的相容能力</li>
<li>加入了之前訂閱版的功能
<ul>
<li>Firewall enchancements</li>
<li>NAT enchancements</li>
<li>QoS enhancements</li>
<li>IPv6 enhancements</li>
<li>Over 200 bug fixes</li>
</ul>
</li>
</ul>
<p><a href="http://www.vyatta.org/downloads">http://www.vyatta.org/downloads</a>.<br />
<span style="COLOR: #666666"><strong>VC6 ALPHA </strong><span style="FONT-SIZE: xx-small">(recommended for developers &amp; hackers)</span><strong><br />
</strong>VC6 Alpha &#8211; Live CD iso<br />
Date: Nov 12, 2009<br />
Size:159 MB<br />
MD5:e1e05745f36a37995915122f72926786</span><br />
<span style="COLOR: #ff9933"><span style="FONT-FAMILY: Arial; COLOR: #0000ff; FONT-SIZE: 10pt">Download: <a href="http://www.vyatta.com/downloads/vc6-alpha2/vyatta-livecd-vc6-alpha2.iso">via HTTP</a><span style="COLOR: #666666"> | </span><a href="http://www.vyatta.com/downloads/vc6-alpha2/vyatta-livecd-vc6-alpha2.iso.torrent">via BitTorrent</a></span><br />
<a href="http://www.vyatta.com/downloads/vc6-alpha2/vc6-alpha2-release-notes.pdf">Release Notes </a></span></p>
<p><span style="color: #000000;">今晚唔知有無時間試呢 </span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stephenyeong.idv.hk/wp/2009/11/vyatta-core-6-alpha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Win7 + Server2k8</title>
		<link>http://www.stephenyeong.idv.hk/wp/2009/11/win7-server2k8/</link>
		<comments>http://www.stephenyeong.idv.hk/wp/2009/11/win7-server2k8/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 14:09:06 +0000</pubDate>
		<dc:creator>stephenyeong</dc:creator>
				<category><![CDATA[軟件]]></category>

		<guid isPermaLink="false">http://www.stephenyeong.idv.hk/wp/?p=180</guid>
		<description><![CDATA[今日終於有時間試Windows AIK, 而且還找到方法把Server 2008 Export到Win7個install.wim裏面.

LINKS
The Windows® Automated Installation Kit (AIK) for Windows® 7
http://www.microsoft.com/downloads/details.aspx?familyid=696DD665-9F76-4177-A811-39C26D3B3B34&#38;displaylang=en
]]></description>
			<content:encoded><![CDATA[<p>今日終於有時間試Windows AIK, 而且還找到方法把Server 2008 Export到Win7個install.wim裏面.<br />
<a href="http://www.stephenyeong.idv.hk/wp/wp-content/uploads/2009/11/DSC6332.JPG" title="_DSC6332" rel="lightbox[180]"><img class="aligncenter size-full wp-image-181" title="_DSC6332" src="http://www.stephenyeong.idv.hk/wp/wp-content/uploads/2009/11/DSC6332.JPG" alt="_DSC6332" width="1072" height="712" /></a></p>
<p>LINKS<br />
The Windows® Automated Installation Kit (AIK) for Windows® 7<br />
<a href="http://www.microsoft.com/downloads/details.aspx?familyid=696DD665-9F76-4177-A811-39C26D3B3B34&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?familyid=696DD665-9F76-4177-A811-39C26D3B3B34&amp;displaylang=en</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stephenyeong.idv.hk/wp/2009/11/win7-server2k8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vyatta + IPTraf</title>
		<link>http://www.stephenyeong.idv.hk/wp/2009/11/vyatta-iptraf/</link>
		<comments>http://www.stephenyeong.idv.hk/wp/2009/11/vyatta-iptraf/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 19:52:22 +0000</pubDate>
		<dc:creator>stephenyeong</dc:creator>
				<category><![CDATA[vyatta]]></category>
		<category><![CDATA[網絡]]></category>
		<category><![CDATA[軟件]]></category>

		<guid isPermaLink="false">http://www.stephenyeong.idv.hk/wp/?p=174</guid>
		<description><![CDATA[利用IPTraf來實時監察router的流量
安裝方法
http://www.vyatta.org/forum/viewtopic.php?t=2947
BT中&#8230;
]]></description>
			<content:encoded><![CDATA[<p>利用IPTraf來實時監察router的流量</p>
<p>安裝方法<br />
<a href="http://www.vyatta.org/forum/viewtopic.php?t=2947">http://www.vyatta.org/forum/viewtopic.php?t=2947</a></p>
<p>BT中&#8230;<a href="http://www.stephenyeong.idv.hk/wp/wp-content/uploads/2009/11/vyatta-IPTraf.png" title="vyatta - IPTraf" rel="lightbox[174]"><img class="aligncenter size-full wp-image-175" title="vyatta - IPTraf" src="http://www.stephenyeong.idv.hk/wp/wp-content/uploads/2009/11/vyatta-IPTraf.png" alt="vyatta - IPTraf" width="675" height="424" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stephenyeong.idv.hk/wp/2009/11/vyatta-iptraf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pure MSN/Windows Live Messenger</title>
		<link>http://www.stephenyeong.idv.hk/wp/2009/09/pure-msnwindows-live-messenger/</link>
		<comments>http://www.stephenyeong.idv.hk/wp/2009/09/pure-msnwindows-live-messenger/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 14:44:36 +0000</pubDate>
		<dc:creator>stephenyeong</dc:creator>
				<category><![CDATA[軟件]]></category>

		<guid isPermaLink="false">http://www.stephenyeong.idv.hk/wp/?p=57</guid>
		<description><![CDATA[http://pank.org/im/
上星期有個朋友話SERVER SESSION的MSN全部登入唔到, 原來MSN改版後一定要新版本才可以登入.
找了很久也找不到一個版本可以在WINDOWS SERVER 2003 上安裝. 應該因為原裝MSN的INSTALLER 只可以在WORKSTATION/PC上安裝. 找了個軟件修改INSTALLER的VALIDATION CONDITION也沒幫助.
最後找到個非原版MSN &#8211; Pure MSN.
Pure MSN 除了沒有廣告外, 明確的版本記錄、分類, 以及無安裝限際成為最值得收藏的原因.

]]></description>
			<content:encoded><![CDATA[<p><a href="http://pank.org/im/">http://pank.org/im/</a><br />
上星期有個朋友話SERVER SESSION的MSN全部登入唔到, 原來MSN改版後一定要新版本才可以登入.</p>
<p>找了很久也找不到一個版本可以在WINDOWS SERVER 2003 上安裝. 應該因為原裝MSN的INSTALLER 只可以在WORKSTATION/PC上安裝. 找了個軟件修改INSTALLER的VALIDATION CONDITION也沒幫助.</p>
<p>最後找到個非原版MSN &#8211; Pure MSN.</p>
<p>Pure MSN 除了沒有廣告外, 明確的版本記錄、分類, 以及無安裝限際成為最值得收藏的原因.</p>
<p><a href="http://pank.org/im/"><img class="alignnone size-medium wp-image-61" title="Pure MSN" src="http://www.stephenyeong.idv.hk/wp/wp-content/uploads/2009/09/Pure-MSN-210x300.png" alt="Pure MSN" width="210" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stephenyeong.idv.hk/wp/2009/09/pure-msnwindows-live-messenger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
