<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>螺絲起子〔screwdriver〕</title><link>http://blog.snese.net</link><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/snese" /><description>凝聚正向的能量‧‧‧集氣！</description><language>en</language><lastBuildDate>Sun, 05 Jul 2009 04:53:29 PDT</lastBuildDate><generator>http://wordpress.org/?v=2.8</generator><sy:updatePeriod xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">hourly</sy:updatePeriod><sy:updateFrequency xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">1</sy:updateFrequency><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/snese" /><feedburner:info uri="snese" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><image><link>http://creativecommons.org/licenses/by-nc-sa/2.5/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><feedburner:emailServiceId>snese</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><title>調整 sqlite 檔案以加快 Firefox 開啟速度 (Win)</title><link>http://feedproxy.google.com/~r/snese/~3/7sn3Qc0N86w/200907400.html</link><category>Software</category><category>Windows</category><category>"Batch File"</category><category>FireFox</category><category>SQLITE</category><category>XP</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">snese</dc:creator><pubDate>Sun, 05 Jul 2009 04:53:29 PDT</pubDate><guid isPermaLink="false">http://blog.snese.net/?p=400</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><a href="http://www.moztw.org/">Firefox</a> 至 3.0 之後，便開始採用 <a href="http://www.sqlite.org/">SQLITE</a> 來儲存書籤、瀏覽紀錄和反釣魚等資訊，而支援 Firefox 的套件也有不少是使用 SQLITE 來儲存資料。而隨著時間的增長，資料庫只會越變越大，檔案變大便會影響 Firefox 開啟的速度。</p>
<p>而網路上其實已經有很多文章在講這類的教學嚕！寫這篇則是分享一下 snese 寫的 batch 檔和解釋一下所謂的&#8221;壓縮&#8221;是怎麼一回事。<br />
<span id="more-400"></span></p>
<p>一開始就切入主題，介紹執行的步驟：</p>
<ol>
<li>將 Firefox 先關掉(不然檔案會被鎖住，無法進行瘦身的動作)。</li>
<li>將 snese 寫的 batch 檔，儲存至你電腦上的任一個位置。</li>
<li>如果沒有 <a href="http://www.sqlite.org/download.html">SQLITE3</a> 請先<a href="http://www.sqlite.org/download.html">下載</a>，且解壓縮至與 batch 檔同一個位置。</li>
<li>執行 batch 檔。</li>
<li>大功告成。</li>
</ol>
<p>針對 XP 所寫的 batch 檔：</p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;">:<span style="color: #b100b1; font-weight: bold;">: Author: snese <span style="color: #66cc66;">&#40;</span>Lo Hung-Che<span style="color: #66cc66;">&#41;</span></span>
:<span style="color: #b100b1; font-weight: bold;">: Date: <span style="color: #cc66cc;">2009</span>/07/05</span>
:<span style="color: #b100b1; font-weight: bold;">: Description: This batch file is the function of automatic elimination of redundant space.</span>
<span style="color: #33cc33;">@</span><span style="color: #b1b100; font-weight: bold;">echo</span> off
&nbsp;
:<span style="color: #b100b1; font-weight: bold;">: remember the first place</span>
<span style="color: #b1b100; font-weight: bold;">set</span> <span style="color: #448844;">PATH1</span>=<span style="color: #33cc33;">%</span><span style="color: #448888;">CD</span><span style="color: #33cc33;">%</span>
&nbsp;
:<span style="color: #b100b1; font-weight: bold;">: profile directory <span style="color: #00b100; font-weight: bold;">in</span> XP</span>
<span style="color: #b1b100; font-weight: bold;">set</span> <span style="color: #448844;">PATH2</span>=C:\Documents and Settings\Administrator\Application Data\Mozilla\Firefox\Profiles
<span style="color: #b1b100; font-weight: bold;">set</span> <span style="color: #448844;">PATH3</span>=C:\Documents and Settings\Administrator\Local Settings\Application Data\Mozilla\Firefox\Profiles
&nbsp;
<span style="color: #00b100; font-weight: bold;">FOR</span> /F <span style="color: #33cc33;">%%</span><span style="color: #448888;">i</span> <span style="color: #00b100; font-weight: bold;">in</span> <span style="color: #66cc66;">&#40;</span>'<span style="color: #b1b100; font-weight: bold;">dir</span> &quot;<span style="color: #33cc33;">%</span><span style="color: #448888;">PATH2</span><span style="color: #33cc33;">%</span>&quot; /b'<span style="color: #66cc66;">&#41;</span> <span style="color: #00b100; font-weight: bold;">do</span> <span style="color: #b1b100; font-weight: bold;">cd</span> <span style="color: #33cc33;">%</span><span style="color: #448888;">PATH2</span><span style="color: #33cc33;">%</span>\<span style="color: #33cc33;">%%</span><span style="color: #448888;">i</span>
&nbsp;
:<span style="color: #b100b1; font-weight: bold;">: backup places.sqlite</span>
<span style="color: #33cc33;">@</span><span style="color: #b1b100; font-weight: bold;">COPY</span> &quot;places.sqlite&quot; &quot;places.sqlite.OLD&quot;
&nbsp;
<span style="color: #00b100; font-weight: bold;">FOR</span> <span style="color: #33cc33;">%%</span><span style="color: #448888;">i</span> <span style="color: #00b100; font-weight: bold;">in</span> <span style="color: #66cc66;">&#40;</span>*.sqlite<span style="color: #66cc66;">&#41;</span> <span style="color: #00b100; font-weight: bold;">do</span> <span style="color: #33cc33;">@</span><span style="color: #b1b100; font-weight: bold;">echo</span> VACUUM; | <span style="color: #33cc33;">%</span><span style="color: #448888;">PATH1</span><span style="color: #33cc33;">%</span>sqlite3 <span style="color: #33cc33;">%%</span><span style="color: #448888;">i</span>
&nbsp;
<span style="color: #00b100; font-weight: bold;">FOR</span> /F <span style="color: #33cc33;">%%</span><span style="color: #448888;">i</span> <span style="color: #00b100; font-weight: bold;">in</span> <span style="color: #66cc66;">&#40;</span>'<span style="color: #b1b100; font-weight: bold;">dir</span> &quot;<span style="color: #33cc33;">%</span><span style="color: #448888;">PATH3</span><span style="color: #33cc33;">%</span>&quot; /b'<span style="color: #66cc66;">&#41;</span> <span style="color: #00b100; font-weight: bold;">do</span> <span style="color: #b1b100; font-weight: bold;">cd</span> <span style="color: #33cc33;">%</span><span style="color: #448888;">PATH3</span><span style="color: #33cc33;">%</span>\<span style="color: #33cc33;">%%</span><span style="color: #448888;">i</span>
&nbsp;
<span style="color: #00b100; font-weight: bold;">FOR</span> <span style="color: #33cc33;">%%</span><span style="color: #448888;">i</span> <span style="color: #00b100; font-weight: bold;">in</span> <span style="color: #66cc66;">&#40;</span>*.sqlite<span style="color: #66cc66;">&#41;</span> <span style="color: #00b100; font-weight: bold;">do</span> <span style="color: #33cc33;">@</span><span style="color: #b1b100; font-weight: bold;">echo</span> VACUUM; | <span style="color: #33cc33;">%</span><span style="color: #448888;">PATH1</span><span style="color: #33cc33;">%</span>sqlite3 <span style="color: #33cc33;">%%</span><span style="color: #448888;">i</span></pre></div></div>

<p>因為沒 Vista 實測，所以就沒寫對應的 batch 檔，但基本上只要改一改路徑的部份就能跑了！此外由於 snese 對於寫 batch 檔的功力還算是個門外漢，所以有更優更棒的寫法，snese 會虛心接受指教！</p>
<p>最後來討論一下為什麼要這樣做呢？因 SQLITE 檔案格式的設計是將新資料一直附加上去的，就算是中間有 DROP 掉一些資訊，它還是會留存空間好重覆利用，不過資料庫空間常因此而大於基本需求，加上不斷的新增、更新和刪除的動作造成資料支離破碎不是集中於一個地方。</p>
<p><a href="http://www.sqlite.org/lang_vacuum.html">VACUUM</a> 的功用，就好比是將資料庫的檔案重組且刪除多餘的空間，使其排列較為緊密，查詢更有效率。而我們就是利此指令的特性，來完成我們所期望的Firefox SQLITE 檔案瘦身且開啟速度加快。</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/snese?a=7sn3Qc0N86w:iuAmZTtPSAI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/snese?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=7sn3Qc0N86w:iuAmZTtPSAI:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/snese?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=7sn3Qc0N86w:iuAmZTtPSAI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/snese?i=7sn3Qc0N86w:iuAmZTtPSAI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=7sn3Qc0N86w:iuAmZTtPSAI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/snese?d=7Q72WNTAKBA" border="0"></img></a>
</div>]]></content:encoded><description>Firefox 至 3.0 之後，便開始採用 SQLITE 來儲存書籤、瀏覽紀錄和反釣魚等資訊，而支援 Firefox 的套件也有不少是使用 SQLITE 來儲存資料。而隨著時間的增長，資料庫只會越變越大，檔案變大便會影響 Firefox 開啟的速度。
而網路上其實已經有很多文章在講這類的教學嚕！寫這篇則是分享一下 snese 寫的 batch 檔和解釋一下所謂的&amp;#8221;壓縮&amp;#8221;是怎麼一回事。

一開始就切入主題，介紹執行的步驟：

將 Firefox 先關掉(不然檔案會被鎖住，無法進行瘦身的動作)。
將 snese 寫的 batch 檔，儲存至你電腦上的任一個位置。
如果沒有 SQLITE3 請先下載，且解壓縮至與 batch 檔同一個位置。
執行 batch 檔。
大功告成。

針對 XP 所寫的 batch 檔：

:: Author: snese &amp;#40;Lo Hung-Che&amp;#41;
:: Date: 2009/07/05
:: Description: This batch file is the function of automatic elimination of redundant space.
@echo off
&amp;#160;
:: remember the first [...]</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.snese.net/archives/200907400.html/feed</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license><feedburner:origLink>http://blog.snese.net/archives/200907400.html</feedburner:origLink></item><item><title>[台北] 鋤燒</title><link>http://feedproxy.google.com/~r/snese/~3/jp9MppM36LU/200906392.html</link><category>Life</category><category>Food</category><category>Taipei</category><category>台北</category><category>壽喜燒</category><category>鋤燒</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">snese</dc:creator><pubDate>Wed, 17 Jun 2009 08:52:43 PDT</pubDate><guid isPermaLink="false">http://blog.snese.net/?p=392</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>今天要提到的店是一間壽喜燒吃到飽，店名叫鋤燒，標榜的是肉品使用<a href="http://zh.wikipedia.org/w/index.php?title=%E5%AE%89%E6%A0%BC%E6%96%AF&#038;variant=zh-tw">安格斯</a>牛肉！其實光這一點就很誘人，接下來就讓 snese 來介紹當天的用餐狀況。</p>
<p><span id="more-392"></span>當天有訂位，所以到了櫃台表明一下馬上就有店員直接帶位入場。雖然我們的人數為五人，但店家還是讓我們坐了一個六人座的位置，而不是四人桌加一張椅子。不知道是因為平日的關係，還是店家的服務方針就是這樣，至少當下讓我們感覺服務態度很好。</p>
<p>在用餐前，店員很客氣的介紹餐具的用法、食用方法以及相關注意事項，只能說店家有在訓練阿！在前菜和甜點的部份，由於只提供一次，我們便選了網路上頗受好評的前菜山藥蕃茄沙拉和甜點抹茶冰淇淋，snese 想不意外的話，大家應該也會選這個組合吧。</p>
<p>一開始按照人數上了五盤牛肉，真的是讓我們一次吃個飽阿！而在吃飯時收盤和補肉的速度，真的是讓我們非常的滿意，三不五時就為有店員來詢問是否有需要服務的地方。真要挑毛病的話，就是我們加點蔬食等待的時間較長沒補肉的速度快，不過 snese 倒認為這似乎是雞蛋裡挑骨頭的行為，硬要找個問題出來講。</p>
<p>看到這應該會覺得很奇怪，為什麼不附圖呢？snese 想反正網路上一堆圖可以參考，於此就不一一附上，畢竟重點在於當天吃飯的感受！網路上有些針對他們服務的問題，snese 至少當天是沒有遇到，當然這也有可能跟 snese 是平日去有關，這部份就請大家親自去體驗看看。鋤燒用餐的時間限定為九十分鐘，雖然較一般吃到飽的店少了三十分鐘，但經 snese 實際體驗過後，發現其實時間是非常的足夠，主要還是在於他們補肉的速度非常的快。</p>
<p>最後提點 snese 在做功課時所發現的一點小趣事，就是上 <a href="http://www.google.com.tw">google</a> 或 <a href="http://www.yahoo.com.tw">yahoo</a> 搜尋鋤燒，會發現前幾個網站根本就不是他們的官方網站，而是美食食記！官網被一般部落格給淹沒這種事，對一個店家(公司)真的是件蠻糗的事。當然 snese 也不是為了糗它才提官網的事，主要是在這提醒大家，可以看看官網上面提及各家分店所推的優惠，可別讓自己的權益睡著嚕。當天 snese 可是靠了學生証省了一點零頭呢！</p>
<p>鋤燒官方網站：<a href="http://www.justforfun.com.tw/sukiyaki.htm">http://www.justforfun.com.tw/sukiyaki.htm</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/snese?a=jp9MppM36LU:7TQz1hVu7SI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/snese?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=jp9MppM36LU:7TQz1hVu7SI:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/snese?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=jp9MppM36LU:7TQz1hVu7SI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/snese?i=jp9MppM36LU:7TQz1hVu7SI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=jp9MppM36LU:7TQz1hVu7SI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/snese?d=7Q72WNTAKBA" border="0"></img></a>
</div>]]></content:encoded><description>今天要提到的店是一間壽喜燒吃到飽，店名叫鋤燒，標榜的是肉品使用安格斯牛肉！其實光這一點就很誘人，接下來就讓 snese 來介紹當天的用餐狀況。
當天有訂位，所以到了櫃台表明一下馬上就有店員直接帶位入場。雖然我們的人數為五人，但店家還是讓我們坐了一個六人座的位置，而不是四人桌加一張椅子。不知道是因為平日的關係，還是店家的服務方針就是這樣，至少當下讓我們感覺服務態度很好。
在用餐前，店員很客氣的介紹餐具的用法、食用方法以及相關注意事項，只能說店家有在訓練阿！在前菜和甜點的部份，由於只提供一次，我們便選了網路上頗受好評的前菜山藥蕃茄沙拉和甜點抹茶冰淇淋，snese 想不意外的話，大家應該也會選這個組合吧。
一開始按照人數上了五盤牛肉，真的是讓我們一次吃個飽阿！而在吃飯時收盤和補肉的速度，真的是讓我們非常的滿意，三不五時就為有店員來詢問是否有需要服務的地方。真要挑毛病的話，就是我們加點蔬食等待的時間較長沒補肉的速度快，不過 snese 倒認為這似乎是雞蛋裡挑骨頭的行為，硬要找個問題出來講。
看到這應該會覺得很奇怪，為什麼不附圖呢？snese 想反正網路上一堆圖可以參考，於此就不一一附上，畢竟重點在於當天吃飯的感受！網路上有些針對他們服務的問題，snese 至少當天是沒有遇到，當然這也有可能跟 snese 是平日去有關，這部份就請大家親自去體驗看看。鋤燒用餐的時間限定為九十分鐘，雖然較一般吃到飽的店少了三十分鐘，但經 snese 實際體驗過後，發現其實時間是非常的足夠，主要還是在於他們補肉的速度非常的快。
最後提點 snese 在做功課時所發現的一點小趣事，就是上 google 或 yahoo 搜尋鋤燒，會發現前幾個網站根本就不是他們的官方網站，而是美食食記！官網被一般部落格給淹沒這種事，對一個店家(公司)真的是件蠻糗的事。當然 snese 也不是為了糗它才提官網的事，主要是在這提醒大家，可以看看官網上面提及各家分店所推的優惠，可別讓自己的權益睡著嚕。當天 snese 可是靠了學生証省了一點零頭呢！
鋤燒官方網站：http://www.justforfun.com.tw/sukiyaki.htm</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.snese.net/archives/200906392.html/feed</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">1</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license><feedburner:origLink>http://blog.snese.net/archives/200906392.html</feedburner:origLink></item><item><title>對不起，我怠惰了 …</title><link>http://feedproxy.google.com/~r/snese/~3/rWNTJnxKqSQ/200906385.html</link><category>Life</category><category>David Letterman</category><category>Steve Nash</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">snese</dc:creator><pubDate>Sat, 13 Jun 2009 10:24:10 PDT</pubDate><guid isPermaLink="false">http://blog.snese.net/?p=385</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>算一算時間，發現我竟然把這邊攤在網路上晾了將近四個月多沒碰！心中好想對自己說 WTF &#8230;</p>
<p>之前因為很想換Theme，所以就以這個理由告訴自己，等換好Theme後再來補寫。過了一陣子開始寫論文做實驗後，又跟自己說沒有什麼比準時畢業更重要的，先忍一忍過陣子再寫吧。</p>
<p>就這樣，我陷入了無限的理由迴圈，每隔一陣子都有個新理由來說服自己可以再等一下，要不是忽然想到雄爸說的話，我想應該還會繼續怠惰下去吧！</p>
<p>反正我既然能天天去健身房報到，相信自己應該再忙能騰出點時間來生小孩！希望以後這類的懺悔文還是少一點好，常看這類文章其實也是會覺得很煩！</p>
<p>最後放個今天讓我看得心情很愉快的影片，希望大伙也能會心一笑！</p>
<div align="center"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/G_vU84L7YAI&amp;hl=zh_TW&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/G_vU84L7YAI&amp;hl=zh_TW&amp;fs=1&amp;" allowfullscreen="true"></embed></object></div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/snese?a=rWNTJnxKqSQ:db3nO9zlo0A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/snese?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=rWNTJnxKqSQ:db3nO9zlo0A:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/snese?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=rWNTJnxKqSQ:db3nO9zlo0A:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/snese?i=rWNTJnxKqSQ:db3nO9zlo0A:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=rWNTJnxKqSQ:db3nO9zlo0A:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/snese?d=7Q72WNTAKBA" border="0"></img></a>
</div>]]></content:encoded><description>算一算時間，發現我竟然把這邊攤在網路上晾了將近四個月多沒碰！心中好想對自己說 WTF &amp;#8230;
之前因為很想換Theme，所以就以這個理由告訴自己，等換好Theme後再來補寫。過了一陣子開始寫論文做實驗後，又跟自己說沒有什麼比準時畢業更重要的，先忍一忍過陣子再寫吧。
就這樣，我陷入了無限的理由迴圈，每隔一陣子都有個新理由來說服自己可以再等一下，要不是忽然想到雄爸說的話，我想應該還會繼續怠惰下去吧！
反正我既然能天天去健身房報到，相信自己應該再忙能騰出點時間來生小孩！希望以後這類的懺悔文還是少一點好，常看這類文章其實也是會覺得很煩！
最後放個今天讓我看得心情很愉快的影片，希望大伙也能會心一笑！</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.snese.net/archives/200906385.html/feed</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license><feedburner:origLink>http://blog.snese.net/archives/200906385.html</feedburner:origLink></item><item><title>讓 Copssh 可顯示和輸入中文</title><link>http://feedproxy.google.com/~r/snese/~3/zKV51CzNClw/200902382.html</link><category>Software</category><category>Windows</category><category>Chinese</category><category>Copssh</category><category>Cygwin</category><category>SSH</category><category>中文</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">snese</dc:creator><pubDate>Tue, 10 Feb 2009 05:52:15 PST</pubDate><guid isPermaLink="false">http://blog.snese.net/?p=382</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>如果你想讓 Windows 主機使用 <a title="SSH" href="http://en.wikipedia.org/wiki/Secure_Shell" target="_blank">SSH</a> 服務，但又不想安裝肥大的 <a title="Cygwin" href="http://www.cygwin.com/" target="_blank">Cygwin</a> 來滿足此需求時，<a title="Copssh" href="http://www.itefix.no/copssh/" target="_blank">Copssh</a> 將會成為你最好的選擇。Copssh 是套從 Cygwin 中簡化出來，單純含有 SSH 的套裝軟體。在這邊就先不做詳細的介紹，改天 snese 再補上軟體的介紹，畢竟本篇的主旨是要介紹怎麼解決中文的問題。</p>
<p>現在就讓 snese 來講解怎麼處理此問題。</p>
<p><span id="more-382"></span>其實解決的方案非常之簡單，誠如前面所提到的，Copssh 是一套由 Cygwin 中簡化出來的軟體，那也就是說能解決 Cygwin 中 SSH 連線顯示和輸入中文的問題，同理也能解決 Copssh 的問題。廢話不多說，就讓 snese 告訴你要怎麼做。</p>
<p>方法很簡單，只要修改 <span style="color: #0000ff;"><strong>.inputrc</strong></span> 和 <span style="color: #0000ff;"><strong>.bashrc</strong></span> 兩個檔案，就能達到 snese 要的目的。</p>
<ol>
<li>先將 <span style="color: #0000ff;"><strong>.inputrc</strong></span> 裡的這四行設定，解開註解。

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># Allow 8-bit input/output</span>
<span style="color: #000000; font-weight: bold;">set</span> meta-flag on
<span style="color: #000000; font-weight: bold;">set</span> convert-meta off
<span style="color: #000000; font-weight: bold;">set</span> input-meta on
<span style="color: #000000; font-weight: bold;">set</span> output-meta on</pre></div></div>

</li>
<li>於 <strong><span style="color: #0000ff;">.bashrc</span> </strong>裡一個 <strong>alias</strong> 解開註解且修改一下內容。

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;"><span style="color: #c20cb9; font-weight: bold;">ls</span></span>=<span style="color: #ff0000;">'ls -hF --show-control-chars --color=tty'</span></pre></div></div>

</li>
</ol>
<p>這樣就能讓 Copssh 顯示和輸入中文啦！</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/snese?a=zKV51CzNClw:bs6gDcTQq_c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/snese?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=zKV51CzNClw:bs6gDcTQq_c:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/snese?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=zKV51CzNClw:bs6gDcTQq_c:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/snese?i=zKV51CzNClw:bs6gDcTQq_c:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=zKV51CzNClw:bs6gDcTQq_c:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/snese?d=7Q72WNTAKBA" border="0"></img></a>
</div>]]></content:encoded><description>如果你想讓 Windows 主機使用 SSH 服務，但又不想安裝肥大的 Cygwin 來滿足此需求時，Copssh 將會成為你最好的選擇。Copssh 是套從 Cygwin 中簡化出來，單純含有 SSH 的套裝軟體。在這邊就先不做詳細的介紹，改天 snese 再補上軟體的介紹，畢竟本篇的主旨是要介紹怎麼解決中文的問題。
現在就讓 snese 來講解怎麼處理此問題。
其實解決的方案非常之簡單，誠如前面所提到的，Copssh 是一套由 Cygwin 中簡化出來的軟體，那也就是說能解決 Cygwin 中 SSH 連線顯示和輸入中文的問題，同理也能解決 Copssh 的問題。廢話不多說，就讓 snese 告訴你要怎麼做。
方法很簡單，只要修改 .inputrc 和 .bashrc 兩個檔案，就能達到 snese 要的目的。

先將 .inputrc 裡的這四行設定，解開註解。

# Allow 8-bit input/output
set meta-flag on
set convert-meta off
set input-meta on
set output-meta on


於 .bashrc 裡一個 alias 解開註解且修改一下內容。

alias ls='ls -hF --show-control-chars --color=tty'



這樣就能讓 [...]</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.snese.net/archives/200902382.html/feed</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license><feedburner:origLink>http://blog.snese.net/archives/200902382.html</feedburner:origLink></item><item><title>Windows Storage Server 2003 R2 Localization</title><link>http://feedproxy.google.com/~r/snese/~3/jb2w6ngITX4/200902379.html</link><category>Software</category><category>Windows</category><category>Chinese</category><category>HP</category><category>Localization</category><category>NAS</category><category>Server</category><category>Storage</category><category>中文</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">snese</dc:creator><pubDate>Thu, 05 Feb 2009 00:00:02 PST</pubDate><guid isPermaLink="false">http://blog.snese.net/?p=379</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>首先在這非常感謝 Eric 借 snese 玩這一台 NAS，讓 snese 又多了不少資源可以運用。</p>
<p><span id="more-379"></span>一開始接手使用這台主機，原本有考量過要不要重新換裝新的作業系統，不過畢竟不是自己的主機，就不好意思亂動啦！但沒想到這台主機的作業系統，Windows Storage Server 2003 R2，對 snese 來說根本就是個災難。</p>
<p>由於是預設的關係，外加是國外的公司產品，很理所當然的是使用英文介面，對 snese 來說本來是沒什麼影響的，不過問題就出在於它無法顯示合適的非 Unicode 文字 &#8230;</p>
<p>為了解決這問題，我便開始搜尋相關的語言包，沒想到這套作業系統的普及度，還真不是普通的低！在 snese 差點絕望的時候，終於找到了一個 HP 提供關於 Windows Storage Server 2003 R2 Localization 說明文件<a href="#1">[1]</a>。</p>
<p>其解決方案其實很簡單，照著下面操作即可：</p>
<ol>
<li>請選擇 <strong>Start</strong> &gt; <strong>Settings</strong> &gt; <strong>Control Panel</strong> &gt; <strong>Regional and Language Options</strong>。</li>
<li>按一下 <strong>Language</strong> 標籤。</li>
<li>如果未勾選 <strong>Install files for East Asian Languages</strong>，請按此核取方塊。</li>
<li>按一下 <strong>Advanced</strong> 標籤。</li>
<li>在 <strong>Language for non-Unicode programs</strong> 下的下拉式選單中，請選擇 <strong>Chinese (Taiwan)</strong>。</li>
<li>按一下 <strong>OK</strong>。</li>
<li>顯示 <strong>Advanced</strong> 對話框時按一下 <strong>Yes</strong>。</li>
<li>提示重新開機伺服器時按一下 <strong>Yes</strong>。</li>
</ol>
<p>完成本地化安裝之後，便可以開始更語言改設定檔：</p>
<ol>
<li>請選擇 <strong>Start</strong> &gt; <strong>Setting</strong> &gt; <strong>Control Panel</strong> &gt; <strong>Regional and Language Options</strong>。</li>
<li>按一下 <strong>Language</strong> 標籤。</li>
<li>在 <strong>Language used in menus and dialogs</strong> 下的下拉式選單中，選擇所需的語言。</li>
</ol>
<p>其實就這麼簡單呀！但因為它，snese 還是浪費了不少時間在上面 &#8230;</p>
<p><a name="1">[1]</a>: <a href="ftp://ftp.hp.com/pub/information_storage/software/nsas/nas/5697-5911.pdf" target="_blank"><strong>HP ProLiant</strong>: Windows Storage Server 2003 R2 Localization</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/snese?a=jb2w6ngITX4:OpwsrtHEL3c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/snese?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=jb2w6ngITX4:OpwsrtHEL3c:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/snese?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=jb2w6ngITX4:OpwsrtHEL3c:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/snese?i=jb2w6ngITX4:OpwsrtHEL3c:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=jb2w6ngITX4:OpwsrtHEL3c:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/snese?d=7Q72WNTAKBA" border="0"></img></a>
</div>]]></content:encoded><description>首先在這非常感謝 Eric 借 snese 玩這一台 NAS，讓 snese 又多了不少資源可以運用。
一開始接手使用這台主機，原本有考量過要不要重新換裝新的作業系統，不過畢竟不是自己的主機，就不好意思亂動啦！但沒想到這台主機的作業系統，Windows Storage Server 2003 R2，對 snese 來說根本就是個災難。
由於是預設的關係，外加是國外的公司產品，很理所當然的是使用英文介面，對 snese 來說本來是沒什麼影響的，不過問題就出在於它無法顯示合適的非 Unicode 文字 &amp;#8230;
為了解決這問題，我便開始搜尋相關的語言包，沒想到這套作業系統的普及度，還真不是普通的低！在 snese 差點絕望的時候，終於找到了一個 HP 提供關於 Windows Storage Server 2003 R2 Localization 說明文件[1]。
其解決方案其實很簡單，照著下面操作即可：

請選擇 Start &amp;#62; Settings &amp;#62; Control Panel &amp;#62; Regional and Language Options。
按一下 Language 標籤。
如果未勾選 Install files for East Asian Languages，請按此核取方塊。
按一下 Advanced 標籤。
在 Language for non-Unicode programs [...]</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.snese.net/archives/200902379.html/feed</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">1</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license><feedburner:origLink>http://blog.snese.net/archives/200902379.html</feedburner:origLink></item><item><title>在 MS-DOS 中使用亂數</title><link>http://feedproxy.google.com/~r/snese/~3/_iRE-YofD_A/200902375.html</link><category>Windows</category><category>"Batch File"</category><category>DOS</category><category>Random</category><category>亂數</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">snese</dc:creator><pubDate>Sun, 01 Feb 2009 04:17:46 PST</pubDate><guid isPermaLink="false">http://blog.snese.net/?p=375</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>由於在 MS-DOS 寫 batch 檔案中，需要使用到亂數(random的功能，便開始著手開始尋找相關的資訊。雖然 Shell Scipt 我並沒有用得很熟稔，但和 batch 檔案相比之下，撰寫 batch 檔案顯得額外的慘烈，只能說 snese 跟它真的很不熟。</p>
<p><span id="more-375"></span>經過一番資訊查找之後，下列將用一段程式碼直接做解說。</p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;"><span style="color: #33cc33;">@</span><span style="color: #b1b100; font-weight: bold;">echo</span> off
<span style="color: #b1b100; font-weight: bold;">setlocal</span>
:<span style="color: #b100b1; font-weight: bold;">: 設定亂數的範圍。這邊範圍設定為 4</span>
<span style="color: #b1b100; font-weight: bold;">set</span> <span style="color: #448844;">Range</span>=<span style="color: #cc66cc;">4</span>
:<span style="color: #b100b1; font-weight: bold;">: 設定需要的路徑</span>
<span style="color: #b1b100; font-weight: bold;">set</span> <span style="color: #448844;">FilePath</span>=C:\Temp\Data
&nbsp;
:<span style="color: #b100b1; font-weight: bold;">: Windows <span style="color: #cc66cc;">2000</span> 後的版本皆適用的語法</span>
<span style="color: #b1b100; font-weight: bold;">set</span> <span style="color: #448844;">TestRandom</span>=<span style="color: #33cc33;">%</span><span style="color: #448888;">Random</span><span style="color: #33cc33;">%</span>
<span style="color: #b1b100; font-weight: bold;">set</span> /a <span style="color: #448844;">TestRandom </span>= TestRandom <span style="color: #33cc33;">%</span><span style="color: #33cc33;">%</span> Range
:<span style="color: #b100b1; font-weight: bold;">: 測試語法是否正確，如無誤可將&quot;ECHO&quot;去除</span>
<span style="color: #b1b100; font-weight: bold;">ECHO</span> &quot;<span style="color: #33cc33;">%</span><span style="color: #448888;">FilePath</span><span style="color: #33cc33;">%%</span><span style="color: #448888;">TestRandom</span><span style="color: #33cc33;">%</span>.txt&quot;</pre></div></div>

<p>其實也不算什麼解說，該講的 snese 都寫在程式的註解內。經過這次的經驗，讓 snese 知道有些東西用 batch 檔案就能完成，而不需再轉借其他語言去完成，至少不用再走迂迴的路線來達成目的。</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/snese?a=_iRE-YofD_A:0Nz6BxUtI48:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/snese?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=_iRE-YofD_A:0Nz6BxUtI48:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/snese?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=_iRE-YofD_A:0Nz6BxUtI48:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/snese?i=_iRE-YofD_A:0Nz6BxUtI48:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=_iRE-YofD_A:0Nz6BxUtI48:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/snese?d=7Q72WNTAKBA" border="0"></img></a>
</div>]]></content:encoded><description>由於在 MS-DOS 寫 batch 檔案中，需要使用到亂數(random的功能，便開始著手開始尋找相關的資訊。雖然 Shell Scipt 我並沒有用得很熟稔，但和 batch 檔案相比之下，撰寫 batch 檔案顯得額外的慘烈，只能說 snese 跟它真的很不熟。
經過一番資訊查找之後，下列將用一段程式碼直接做解說。

@echo off
setlocal
:: 設定亂數的範圍。這邊範圍設定為 4
set Range=4
:: 設定需要的路徑
set FilePath=C:\Temp\Data
&amp;#160;
:: Windows 2000 後的版本皆適用的語法
set TestRandom=%Random%
set /a TestRandom = TestRandom %% Range
:: 測試語法是否正確，如無誤可將&amp;#34;ECHO&amp;#34;去除
ECHO &amp;#34;%FilePath%%TestRandom%.txt&amp;#34;

其實也不算什麼解說，該講的 snese 都寫在程式的註解內。經過這次的經驗，讓 snese 知道有些東西用 batch 檔案就能完成，而不需再轉借其他語言去完成，至少不用再走迂迴的路線來達成目的。</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.snese.net/archives/200902375.html/feed</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license><feedburner:origLink>http://blog.snese.net/archives/200902375.html</feedburner:origLink></item><item><title>利用Wget和Shell Script批次下載資料</title><link>http://feedproxy.google.com/~r/snese/~3/u9MNRtcGRE4/200901370.html</link><category>FreeBSD</category><category>Linux</category><category>Download</category><category>recursively</category><category>shell script</category><category>Wget</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">snese</dc:creator><pubDate>Thu, 29 Jan 2009 05:51:54 PST</pubDate><guid isPermaLink="false">http://blog.snese.net/?p=370</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><a title="GNU Wget" href="http://www.gnu.org/software/wget/" target="_blank">Wget</a> 是套即有名的下載軟體，在撰寫這篇文章之前，snese 也曾經利用它來其他的用途，例如做備份<a href="#1">[1]</a>。由於一些獲取資料的需求，便寫了一個類似砍站的 Script 來完成 snese 的目的，如果你覺得這些對你可能有些幫助，那就繼續看下去吧！</p>
<p><span id="more-370"></span>由於對方網站的架構非常的有條理，資料皆由<strong>年份</strong>來做分類的依據如下面的例子所示，使得在撰寫 Shell Script 的部份，只需用簡單的迴圈便能完成 snese 的需求，反到是 Wget 的參數還需要再研究、著墨一會。</p>
<p>網址範例：<strong><span style="color: #0000ff;">http://www.aaa.bbb.com/ccc/ddd/2006/2006-eee/</span></strong></p>
<p>而每個資料夾下面，則有 snese 所需要的資料，經過一番研究與測試之後，snese 在 Manual Page 裡找出了幾個在此次 Script 有用的參數給各位做個參考。</p>
<h4>Directory Options</h4>
<p><span style="color: #808080;"><strong>-nd<br />
&#8211;no-directories</strong></span></p>
<p>Do not create a hierarchy of directories when retrieving recursively.  With this option turned on, all files will get saved to the current directory, without clobbering (if a name shows up more than once, the filenames will get extensions .n).</p>
<h4>Recursive Retrieval Options</h4>
<p><strong><span style="color: #808080;">-r<br />
&#8211;recursive</span></strong></p>
<p>Turn on recursive retrieving.</p>
<p><strong><span style="color: #808080;">-l <span style="font-weight: normal;"><span style="text-decoration: underline;">depth</span></span><br />
&#8211;level=<span style="font-weight: normal;"><span style="color: #808080;"><span style="text-decoration: underline;">depth</span></span></span></span></strong></p>
<p>Specify recursion maximum <span style="text-decoration: underline;">depth</span> level depth.  The default maximum depth is 5.</p>
<p>會用這些參數的理由其實很簡單，snese 在這邊主要是希望能擷取每資料夾下面全部的資料，所以需要 <strong><span style="color: #888888;">&#8211;recursive</span></strong> 這個參數，但又怕它下載到其他過多無用的資訊，而 <span style="color: #888888;"><strong>&#8211;level=</strong><span style="text-decoration: underline;">depth</span></span> 就是其限定範圍的方法。由於 Wget 預設會以網址的形式來建立階層的資料，snese 不想搞得這麼複雜，<strong><span style="color: #888888;">&#8211;no-directories</span></strong> 在這則實現了這個需求。</p>
<p>待釐清了 Wget 的問題之後，只需要簡單的 Script 便能完成任務啦！在這就不特別提 snese 的 Script 是怎麼寫的，畢竟是匆忙之間完成，真的不太好意思拿出來獻醜。</p>
<p>在這邊只是提供一個直覺式的問題解法，snese 相信一定有更棒的解決方案，如果知道的朋友也望請能不吝指教呀！</p>
<p><a name="1"></a>: <a title="Permanent Link to 利用 Wget 來做備份" rel="bookmark" href="http://blog.snese.net/archives/200707171.html">利用 Wget 來做備份</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/snese?a=u9MNRtcGRE4:LjpMP-BN19E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/snese?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=u9MNRtcGRE4:LjpMP-BN19E:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/snese?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=u9MNRtcGRE4:LjpMP-BN19E:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/snese?i=u9MNRtcGRE4:LjpMP-BN19E:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=u9MNRtcGRE4:LjpMP-BN19E:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/snese?d=7Q72WNTAKBA" border="0"></img></a>
</div>]]></content:encoded><description>Wget 是套即有名的下載軟體，在撰寫這篇文章之前，snese 也曾經利用它來其他的用途，例如做備份[1]。由於一些獲取資料的需求，便寫了一個類似砍站的 Script 來完成 snese 的目的，如果你覺得這些對你可能有些幫助，那就繼續看下去吧！
由於對方網站的架構非常的有條理，資料皆由年份來做分類的依據如下面的例子所示，使得在撰寫 Shell Script 的部份，只需用簡單的迴圈便能完成 snese 的需求，反到是 Wget 的參數還需要再研究、著墨一會。
網址範例：http://www.aaa.bbb.com/ccc/ddd/2006/2006-eee/
而每個資料夾下面，則有 snese 所需要的資料，經過一番研究與測試之後，snese 在 Manual Page 裡找出了幾個在此次 Script 有用的參數給各位做個參考。
Directory Options
-nd
&amp;#8211;no-directories
Do not create a hierarchy of directories when retrieving recursively.  With this option turned on, all files will get saved to the current directory, without clobbering (if a name shows up more [...]</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.snese.net/archives/200901370.html/feed</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license><feedburner:origLink>http://blog.snese.net/archives/200901370.html</feedburner:origLink></item><item><title>JDownloader – 免費空間的好伙伴!?</title><link>http://feedproxy.google.com/~r/snese/~3/CGA950gQ9WQ/200901368.html</link><category>Software</category><category>FreeGrab</category><category>Java</category><category>JDownloader</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">snese</dc:creator><pubDate>Sun, 25 Jan 2009 20:28:50 PST</pubDate><guid isPermaLink="false">http://blog.snese.net/?p=368</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>相信常使用免費空間下載檔案的人們，應該對 <a title="FreeGrab" href="http://vizshala.googlepages.com/" target="_blank">FreeGrab</a> 這套軟體一點都不陌生才對，可惜這套軟體從 2008/05/18 後，作者就沒再釋出最新的版本。</p>
<p>在此，snese 就要介紹一下 <a title="JDownloader" href="http://jdownloader.org/" target="_blank">JDownloader</a> 這套足以替代 FreeGrab 的軟體，來給常使用免費空間下載檔案的朋友們知道。</p>
<p><span id="more-368"></span> 就 <a title="JDownloader" href="http://jdownloader.org/" target="_blank">JDownloader</a> 的字面來看，可以發現它是一套由 Java 寫成下載軟體，也因為是 Java 撰寫的，所以只要作業系統上有支援 Java 它都能運作，從這裡便可以見到它跨平台的強悍性！此外也由於它是 Open Source 的軟體，所以有需要的話，你也針對自己的需求來對軟體做客制化的處理。</p>
<p>在我使用 FreeGrab 的經驗中，常常因為執行時間過久，導致整個軟體的畫面 crash 。每當發生這個狀況時，我也只能把它重新啟動，已恢復原來的使用介面。但這個問題，在我使用 JDownloader 的這段時間內，到是從未發生過，我想這是轉換使用工具的一個轉捩點。</p>
<p>基本上 JDownloader 的使用介面非常之簡易，加上有中文的語言包，相信任何人都可以很快就上手。目前在我使用的經驗裡，除了 Bandongo 的 <a href="http://en.wikipedia.org/wiki/Captcha" target="_blank">Captcha</a> 尚需手動輸入，其他像是 Megaupload，此軟體已經能幫你辨別自動下載。</p>
<p>簡單的說，snese 是很推崇這套軟體。如果你還在使用 FreeGrab 的話，不妨換換口味試試 JDownloader，說不定你就因此而愛上它喔！</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/snese?a=CGA950gQ9WQ:b8OaUpdX1OA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/snese?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=CGA950gQ9WQ:b8OaUpdX1OA:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/snese?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=CGA950gQ9WQ:b8OaUpdX1OA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/snese?i=CGA950gQ9WQ:b8OaUpdX1OA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=CGA950gQ9WQ:b8OaUpdX1OA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/snese?d=7Q72WNTAKBA" border="0"></img></a>
</div>]]></content:encoded><description>相信常使用免費空間下載檔案的人們，應該對 FreeGrab 這套軟體一點都不陌生才對，可惜這套軟體從 2008/05/18 後，作者就沒再釋出最新的版本。
在此，snese 就要介紹一下 JDownloader 這套足以替代 FreeGrab 的軟體，來給常使用免費空間下載檔案的朋友們知道。
 就 JDownloader 的字面來看，可以發現它是一套由 Java 寫成下載軟體，也因為是 Java 撰寫的，所以只要作業系統上有支援 Java 它都能運作，從這裡便可以見到它跨平台的強悍性！此外也由於它是 Open Source 的軟體，所以有需要的話，你也針對自己的需求來對軟體做客制化的處理。
在我使用 FreeGrab 的經驗中，常常因為執行時間過久，導致整個軟體的畫面 crash 。每當發生這個狀況時，我也只能把它重新啟動，已恢復原來的使用介面。但這個問題，在我使用 JDownloader 的這段時間內，到是從未發生過，我想這是轉換使用工具的一個轉捩點。
基本上 JDownloader 的使用介面非常之簡易，加上有中文的語言包，相信任何人都可以很快就上手。目前在我使用的經驗裡，除了 Bandongo 的 Captcha 尚需手動輸入，其他像是 Megaupload，此軟體已經能幫你辨別自動下載。
簡單的說，snese 是很推崇這套軟體。如果你還在使用 FreeGrab 的話，不妨換換口味試試 JDownloader，說不定你就因此而愛上它喔！</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.snese.net/archives/200901368.html/feed</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license><feedburner:origLink>http://blog.snese.net/archives/200901368.html</feedburner:origLink></item><item><title>最近雜事很多</title><link>http://feedproxy.google.com/~r/snese/~3/UjQyT0xluGk/200812365.html</link><category>Life</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">snese</dc:creator><pubDate>Tue, 16 Dec 2008 01:16:04 PST</pubDate><guid isPermaLink="false">http://blog.snese.net/?p=365</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>自從老闆升等成系主任後，他對我們的關愛沒有因此而變少，應該是說更加的緊迫盯人，根據他本人的說法是怕我們缺乏&#8221;指導&#8221;。我說，應該在找人幫他完成待辦事項吧！哈哈哈。</p>
<p>這幾天一直被逼著去看颱風路徑的預測和準備寫計畫書，真的是有被操到的感覺，但必要的忙裡偷閒還是要有的阿！不然怎麼會現在這個鬼時間，還在這邊鬼扯。</p>
<p>才幾天沒上來看這邊，便發現 <a href="http://wordpress.org">WordPress</a> 已經出到了 2.7。正所謂更新不落人後，雖然慢了幾天，但總比放在那邊等著爛掉的好，畢竟我可不想看到主機因為漏洞而發生什麼問題。</p>
<p>講了這麼多，還是回歸到現實面，快點把計畫書寫好，以免被老闆慘電！</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/snese?a=UjQyT0xluGk:fWl2ckLqcS4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/snese?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=UjQyT0xluGk:fWl2ckLqcS4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/snese?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=UjQyT0xluGk:fWl2ckLqcS4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/snese?i=UjQyT0xluGk:fWl2ckLqcS4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=UjQyT0xluGk:fWl2ckLqcS4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/snese?d=7Q72WNTAKBA" border="0"></img></a>
</div>]]></content:encoded><description>自從老闆升等成系主任後，他對我們的關愛沒有因此而變少，應該是說更加的緊迫盯人，根據他本人的說法是怕我們缺乏&amp;#8221;指導&amp;#8221;。我說，應該在找人幫他完成待辦事項吧！哈哈哈。
這幾天一直被逼著去看颱風路徑的預測和準備寫計畫書，真的是有被操到的感覺，但必要的忙裡偷閒還是要有的阿！不然怎麼會現在這個鬼時間，還在這邊鬼扯。
才幾天沒上來看這邊，便發現 WordPress 已經出到了 2.7。正所謂更新不落人後，雖然慢了幾天，但總比放在那邊等著爛掉的好，畢竟我可不想看到主機因為漏洞而發生什麼問題。
講了這麼多，還是回歸到現實面，快點把計畫書寫好，以免被老闆慘電！</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.snese.net/archives/200812365.html/feed</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license><feedburner:origLink>http://blog.snese.net/archives/200812365.html</feedburner:origLink></item><item><title>[樹林] 阿義的腿庫飯</title><link>http://feedproxy.google.com/~r/snese/~3/8lN7kal7CUY/200812356.html</link><category>Food</category><category>便當</category><category>台北</category><category>樹林</category><category>燒肉</category><category>腿庫</category><category>阿義</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">snese</dc:creator><pubDate>Mon, 08 Dec 2008 09:33:58 PST</pubDate><guid isPermaLink="false">http://blog.snese.net/?p=356</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>舊址於市場尾巴，接近保安街一段的&#8221;阿義的腿庫飯&#8221;，我想絕大多數的在地人應該都吃過，只是不知道他的店名是叫&#8221;阿義的腿庫飯&#8221;。當然，我也是今天去新的店面買便當，看到上面掛的招牌才知道 XD</p>
<p><span id="more-356"></span>在我的印象中，早期他們家(就是我開始去吃的時候啦)的菜單，只有賣綜合飯、香腸飯、燒肉飯和腿庫飯，後來年輕小伙子接手後，菜單就越來越多樣化，有創新求變的感覺。</p>
<p>現在換到了新店，不但變得更乾淨，空間也較之前舒適，更重要的是他們現在中午也有營業了呢！話說以前要吃他們家的東西，可都得等到晚上，然後跟一群人排隊廝殺才能吃到的說，現在這項改變，真的是造福不少顧客的胃，讓大伙中午也能吃到他們家的東西。</p>
<p>發文不附圖，此風不可長呀！由於今天只有我一個人吃午餐，所以就只有一種便當的圖可以供大家做參考嚕。</p>
<div style="text-align: center;"><a title="Photo Sharing" href="http://www.zooomr.com/photos/snese/6463081/"><img class="aligncenter" src="http://static.zooomr.com/images/6463081_e7d73a40d2.jpg" alt="IMG_0251" width="500" height="375" /></a></div>
<p>我點的是腿庫+燒肉便當外帶，這個便當只要 85 元，算是還可以接受的範圍嚕。</p>
<div style="text-align: center;"><a href="http://www.zooomr.com/photos/snese/6463084/" title="Photo Sharing"><img src="http://static.zooomr.com/images/6463084_529359592a.jpg" width="500" height="375" alt="IMG_0252" /></a></div>
<p>看這燒肉炸的多誘人！加上老闆的特制甜醬，吃起來真的是別有一番風味，當然後面的筍乾也很盡職的陪襯主菜們。</p>
<div style="text-align: center;"><a href="http://www.zooomr.com/photos/snese/6463085/" title="Photo Sharing"><img src="http://static.zooomr.com/images/6463085_7f1024472e.jpg" width="500" height="375" alt="IMG_0253" /></a></div>
<p>腿庫滷得很有嚼勁，肉塊除了大之外，更是有肥有瘦，吃起來真的很對味！只是我怕胖，偶爾才會點腿庫，我的最愛還是綜合飯阿，呵呵呵。</p>
<div style="text-align: center;"><a href="http://www.zooomr.com/photos/snese/6463088/" title="Photo Sharing"><img src="http://static.zooomr.com/images/6463088_8b4190836e_m.jpg" width="240" height="180" alt="IMG_0255" /></a>&nbsp;<a href="http://www.zooomr.com/photos/snese/6463086/" title="Photo Sharing"><img src="http://static.zooomr.com/images/6463086_c8fb65afab_m.jpg" width="240" height="180" alt="IMG_0254" /></a></div>
<p>最後附上他們家的名片，背面有他們的菜單和價目表。好玩的是，老闆沒把全部的菜單都列出來，我想可能是版面不夠吧！此外，名片上竟然沒有附上店面地址，我只能老闆真的很酷捏。但我其實也沒去記確切的位置，只知道是保安街一段和復興路交叉口那，所以在這補一個 Google Maps 讓想去的人可以藉由它找到他們家。</p>
<div style="text-align: center;"><iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=zh-TW&amp;msa=0&amp;ll=24.995124,121.422924&amp;spn=23.875,57.630033&amp;t=h&amp;msid=103645174615347808001.00045d8c478180ba52ca9&amp;output=embed&amp;s=AARTsJoYgE8nlJr0DXoIxvwVkcQhyDrp1A"></iframe><br /><small><a href="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=zh-TW&amp;msa=0&amp;ll=24.995124,121.422924&amp;spn=23.875,57.630033&amp;t=h&amp;msid=103645174615347808001.00045d8c478180ba52ca9&amp;source=embed" style="color:#0000FF;text-align:left">檢視較大的地圖</a></small></div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/snese?a=8lN7kal7CUY:gp2CMe4UCaM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/snese?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=8lN7kal7CUY:gp2CMe4UCaM:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/snese?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=8lN7kal7CUY:gp2CMe4UCaM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/snese?i=8lN7kal7CUY:gp2CMe4UCaM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/snese?a=8lN7kal7CUY:gp2CMe4UCaM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/snese?d=7Q72WNTAKBA" border="0"></img></a>
</div>]]></content:encoded><description>舊址於市場尾巴，接近保安街一段的&amp;#8221;阿義的腿庫飯&amp;#8221;，我想絕大多數的在地人應該都吃過，只是不知道他的店名是叫&amp;#8221;阿義的腿庫飯&amp;#8221;。當然，我也是今天去新的店面買便當，看到上面掛的招牌才知道 XD
在我的印象中，早期他們家(就是我開始去吃的時候啦)的菜單，只有賣綜合飯、香腸飯、燒肉飯和腿庫飯，後來年輕小伙子接手後，菜單就越來越多樣化，有創新求變的感覺。
現在換到了新店，不但變得更乾淨，空間也較之前舒適，更重要的是他們現在中午也有營業了呢！話說以前要吃他們家的東西，可都得等到晚上，然後跟一群人排隊廝殺才能吃到的說，現在這項改變，真的是造福不少顧客的胃，讓大伙中午也能吃到他們家的東西。
發文不附圖，此風不可長呀！由於今天只有我一個人吃午餐，所以就只有一種便當的圖可以供大家做參考嚕。

我點的是腿庫+燒肉便當外帶，這個便當只要 85 元，算是還可以接受的範圍嚕。

看這燒肉炸的多誘人！加上老闆的特制甜醬，吃起來真的是別有一番風味，當然後面的筍乾也很盡職的陪襯主菜們。

腿庫滷得很有嚼勁，肉塊除了大之外，更是有肥有瘦，吃起來真的很對味！只是我怕胖，偶爾才會點腿庫，我的最愛還是綜合飯阿，呵呵呵。
&amp;#160;
最後附上他們家的名片，背面有他們的菜單和價目表。好玩的是，老闆沒把全部的菜單都列出來，我想可能是版面不夠吧！此外，名片上竟然沒有附上店面地址，我只能老闆真的很酷捏。但我其實也沒去記確切的位置，只知道是保安街一段和復興路交叉口那，所以在這補一個 Google Maps 讓想去的人可以藉由它找到他們家。
檢視較大的地圖</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.snese.net/archives/200812356.html/feed</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license><feedburner:origLink>http://blog.snese.net/archives/200812356.html</feedburner:origLink></item><item><title>Doom9.net - 最完善的DVD備份方案 [del.icio.us]</title><link>http://feedproxy.google.com/~r/snese/~3/iS5gS-A5JBs/index.html</link><category>DVD_Decrypter IfoEdit VOBRator DVD Teaching</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">snese</dc:creator><pubDate>Mon, 04 Feb 2008 22:25:38 PST</pubDate><guid isPermaLink="false">http://doom9.cdpa.cc/index.html?/mpg/ifoedit-menustripping.htm</guid><description>如何僅保留DVD中的主影片</description><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/snese/DVD_Decrypter" />
        <rdf:li rdf:resource="http://delicious.com/snese/IfoEdit" />
        <rdf:li rdf:resource="http://delicious.com/snese/VOBRator" />
        <rdf:li rdf:resource="http://delicious.com/snese/DVD" />
        <rdf:li rdf:resource="http://delicious.com/snese/Teaching" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://doom9.cdpa.cc/index.html?/mpg/ifoedit-menustripping.htm</feedburner:origLink></item><item><title>sprigga303 [del.icio.us]</title><link>http://feedproxy.google.com/~r/snese/~3/PfSXKXSwJ04/sprigga303</link><category>Photo_Gallery Blog 無名小站</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">snese</dc:creator><pubDate>Mon, 04 Feb 2008 22:22:16 PST</pubDate><guid isPermaLink="false">http://www.wretch.cc/blog/sprigga303</guid><description>看圖區</description><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/snese/Photo_Gallery" />
        <rdf:li rdf:resource="http://delicious.com/snese/Blog" />
        <rdf:li rdf:resource="http://delicious.com/snese/%E7%84%A1%E5%90%8D%E5%B0%8F%E7%AB%99" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.wretch.cc/blog/sprigga303</feedburner:origLink></item><item><title>歡迎來到滙豐 HSBC Direct-簡捷有利的新型態銀行 [del.icio.us]</title><link>http://feedproxy.google.com/~r/snese/~3/NHfuoOnXPF4/Homepage</link><category>Bank HSBC_Direct</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">snese</dc:creator><pubDate>Sun, 02 Sep 2007 08:02:30 PDT</pubDate><guid isPermaLink="false">https://www.hsbcdirect.com.tw/1/2/Homepage</guid><description>滙豐 HSBC Direct 網路銀行</description><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/snese/Bank" />
        <rdf:li rdf:resource="http://delicious.com/snese/HSBC_Direct" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>https://www.hsbcdirect.com.tw/1/2/Homepage</feedburner:origLink></item><item><title>WebHostingTalk Forums - Web Hosting Discussion [del.icio.us]</title><link>http://feedproxy.google.com/~r/snese/~3/7Ckpy4A2LQA/</link><category>WebHosting Forum Web Community Business Network</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">snese</dc:creator><pubDate>Tue, 26 Jun 2007 08:29:04 PDT</pubDate><guid isPermaLink="false">http://www.webhostingtalk.com/</guid><description>國外具公信力的網路主機討論區</description><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/snese/WebHosting" />
        <rdf:li rdf:resource="http://delicious.com/snese/Forum" />
        <rdf:li rdf:resource="http://delicious.com/snese/Web" />
        <rdf:li rdf:resource="http://delicious.com/snese/Community" />
        <rdf:li rdf:resource="http://delicious.com/snese/Business" />
        <rdf:li rdf:resource="http://delicious.com/snese/Network" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.webhostingtalk.com/</feedburner:origLink></item><item><title>SlideShare [del.icio.us]</title><link>http://feedproxy.google.com/~r/snese/~3/Ztc_9P9lrM8/</link><category>PowerPoint web2.0 presentation slides presentations sharing slideshow free Search Service reference</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">snese</dc:creator><pubDate>Fri, 08 Jun 2007 09:40:44 PDT</pubDate><guid isPermaLink="false">http://www.slideshare.net/</guid><description>分享你的投影片</description><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/snese/PowerPoint" />
        <rdf:li rdf:resource="http://delicious.com/snese/web2.0" />
        <rdf:li rdf:resource="http://delicious.com/snese/presentation" />
        <rdf:li rdf:resource="http://delicious.com/snese/slides" />
        <rdf:li rdf:resource="http://delicious.com/snese/presentations" />
        <rdf:li rdf:resource="http://delicious.com/snese/sharing" />
        <rdf:li rdf:resource="http://delicious.com/snese/slideshow" />
        <rdf:li rdf:resource="http://delicious.com/snese/free" />
        <rdf:li rdf:resource="http://delicious.com/snese/Search" />
        <rdf:li rdf:resource="http://delicious.com/snese/Service" />
        <rdf:li rdf:resource="http://delicious.com/snese/reference" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.slideshare.net/</feedburner:origLink></item><item><title>Blogger Templates: Remove the NavBar [del.icio.us]</title><link>http://feedproxy.google.com/~r/snese/~3/vxbvy5XLpRU/remove-navbar.html</link><category>Blogger Blog navbar tools tips Design CSS hack navigation resources templates</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">snese</dc:creator><pubDate>Wed, 06 Jun 2007 08:34:58 PDT</pubDate><guid isPermaLink="false">http://blogger-templates.blogspot.com/2005/01/remove-navbar.html</guid><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/snese/Blogger" />
        <rdf:li rdf:resource="http://delicious.com/snese/Blog" />
        <rdf:li rdf:resource="http://delicious.com/snese/navbar" />
        <rdf:li rdf:resource="http://delicious.com/snese/tools" />
        <rdf:li rdf:resource="http://delicious.com/snese/tips" />
        <rdf:li rdf:resource="http://delicious.com/snese/Design" />
        <rdf:li rdf:resource="http://delicious.com/snese/CSS" />
        <rdf:li rdf:resource="http://delicious.com/snese/hack" />
        <rdf:li rdf:resource="http://delicious.com/snese/navigation" />
        <rdf:li rdf:resource="http://delicious.com/snese/resources" />
        <rdf:li rdf:resource="http://delicious.com/snese/templates" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://blogger-templates.blogspot.com/2005/01/remove-navbar.html</feedburner:origLink></item><item><title>Computational biology - BioWiki [del.icio.us]</title><link>http://feedproxy.google.com/~r/snese/~3/0fQc5CYVhu0/Computational_biology</link><category>wiki Linux Biology Computational</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">snese</dc:creator><pubDate>Wed, 23 May 2007 11:12:46 PDT</pubDate><guid isPermaLink="false">http://www.biodirectory.com/biowiki/Computational_biology</guid><description>生物科技的 wiki</description><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/snese/wiki" />
        <rdf:li rdf:resource="http://delicious.com/snese/Linux" />
        <rdf:li rdf:resource="http://delicious.com/snese/Biology" />
        <rdf:li rdf:resource="http://delicious.com/snese/Computational" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.biodirectory.com/biowiki/Computational_biology</feedburner:origLink></item><item><title>Linux biology software [del.icio.us]</title><link>http://feedproxy.google.com/~r/snese/~3/9S6IHYOaDMU/</link><category>Linux Biology Software</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">snese</dc:creator><pubDate>Wed, 23 May 2007 11:04:44 PDT</pubDate><guid isPermaLink="false">http://www.usinglinux.org/biology/</guid><description>介紹一些生物科技用的軟體</description><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/snese/Linux" />
        <rdf:li rdf:resource="http://delicious.com/snese/Biology" />
        <rdf:li rdf:resource="http://delicious.com/snese/Software" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.usinglinux.org/biology/</feedburner:origLink></item><item><title>BioLinux Yum Repository - BioLinux [del.icio.us]</title><link>http://feedproxy.google.com/~r/snese/~3/2uhv_wM7IHQ/</link><category>Biology Linux yum Fedora CentOS rpms</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">snese</dc:creator><pubDate>Wed, 23 May 2007 10:59:43 PDT</pubDate><guid isPermaLink="false">http://www.biolinux.org/</guid><description>提供生物科技常用程式的 RPM</description><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/snese/Biology" />
        <rdf:li rdf:resource="http://delicious.com/snese/Linux" />
        <rdf:li rdf:resource="http://delicious.com/snese/yum" />
        <rdf:li rdf:resource="http://delicious.com/snese/Fedora" />
        <rdf:li rdf:resource="http://delicious.com/snese/CentOS" />
        <rdf:li rdf:resource="http://delicious.com/snese/rpms" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.biolinux.org/</feedburner:origLink></item><item><title>LPI課程講義 [del.icio.us]</title><link>http://feedproxy.google.com/~r/snese/~3/V1X7YbRkKPw/</link><category>LPI Linux 個人網站</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">snese</dc:creator><pubDate>Tue, 15 May 2007 09:43:18 PDT</pubDate><guid isPermaLink="false">http://lpi.indicator-online.net/</guid><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/snese/LPI" />
        <rdf:li rdf:resource="http://delicious.com/snese/Linux" />
        <rdf:li rdf:resource="http://delicious.com/snese/%E5%80%8B%E4%BA%BA%E7%B6%B2%E7%AB%99" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://lpi.indicator-online.net/</feedburner:origLink></item><item><title>Steven's Linux Note - Articles [del.icio.us]</title><link>http://feedproxy.google.com/~r/snese/~3/bGk-BYLphdo/</link><category>Linux 個人網站</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">snese</dc:creator><pubDate>Tue, 15 May 2007 09:34:24 PDT</pubDate><guid isPermaLink="false">http://www.l-penguin.idv.tw/</guid><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/snese/Linux" />
        <rdf:li rdf:resource="http://delicious.com/snese/%E5%80%8B%E4%BA%BA%E7%B6%B2%E7%AB%99" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.l-penguin.idv.tw/</feedburner:origLink></item><item><title>snese’s Music Profile – Users at Last.fm [del.icio.us]</title><link>http://feedproxy.google.com/~r/snese/~3/eRYLqPTfJvo/</link><category>Last.fm snese</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">snese</dc:creator><pubDate>Mon, 14 May 2007 03:05:54 PDT</pubDate><guid isPermaLink="false">http://www.last.fm/user/snese/</guid><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/snese/Last.fm" />
        <rdf:li rdf:resource="http://delicious.com/snese/snese" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.last.fm/user/snese/</feedburner:origLink></item><item><title>PHPXref 0.7: DokuWiki [del.icio.us]</title><link>http://feedproxy.google.com/~r/snese/~3/HdwGoSCDVQ0/nav.html</link><category>wiki dokuwiki reference Development documentation code Programming PHP</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">snese</dc:creator><pubDate>Thu, 10 May 2007 09:19:08 PDT</pubDate><guid isPermaLink="false">http://dev.splitbrain.org/reference/dokuwiki/nav.html?index.html</guid><description>DokuWiki 的 Source Code Tree.</description><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/snese/wiki" />
        <rdf:li rdf:resource="http://delicious.com/snese/dokuwiki" />
        <rdf:li rdf:resource="http://delicious.com/snese/reference" />
        <rdf:li rdf:resource="http://delicious.com/snese/Development" />
        <rdf:li rdf:resource="http://delicious.com/snese/documentation" />
        <rdf:li rdf:resource="http://delicious.com/snese/code" />
        <rdf:li rdf:resource="http://delicious.com/snese/Programming" />
        <rdf:li rdf:resource="http://delicious.com/snese/PHP" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://dev.splitbrain.org/reference/dokuwiki/nav.html?index.html</feedburner:origLink></item><item><title>The Internet Movie Database (IMDb) [del.icio.us]</title><link>http://feedproxy.google.com/~r/snese/~3/92EZUppaAW0/</link><category>Movies film cinema Database movie reference entertainment internet</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">snese</dc:creator><pubDate>Thu, 10 May 2007 08:10:37 PDT</pubDate><guid isPermaLink="false">http://www.imdb.com/</guid><description>IMDB 網路電影資料庫</description><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/snese/Movies" />
        <rdf:li rdf:resource="http://delicious.com/snese/film" />
        <rdf:li rdf:resource="http://delicious.com/snese/cinema" />
        <rdf:li rdf:resource="http://delicious.com/snese/Database" />
        <rdf:li rdf:resource="http://delicious.com/snese/movie" />
        <rdf:li rdf:resource="http://delicious.com/snese/reference" />
        <rdf:li rdf:resource="http://delicious.com/snese/entertainment" />
        <rdf:li rdf:resource="http://delicious.com/snese/internet" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.imdb.com/</feedburner:origLink></item></channel></rss>
