<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
  <title type="html">椰子殼-Blog</title>
  <id>http://www.homeweb.idv.tw/</id>
  <link rel="alternate" type="text/html" hreflang="zh-TW" href="http://www.homeweb.idv.tw/" />
  <subtitle type="html">椰子殼與可艾的共同網誌。

紀錄生活</subtitle>
  <updated>2010-03-11T07:01:13+08:00</updated>
  <generator>Textcube 1.7.6 : Staccato</generator>
  <entry>
    <title type="html">撼動人心的「Team Hoyt 」</title>
    <link rel="alternate" type="text/html" href="http://www.homeweb.idv.tw/572" />
    <link rel="replies" type="application/atom+xml" href="http://www.homeweb.idv.tw/atom/response/572" thr:count="0"/>
    <category term="心情隨筆" />
    <author>
      <name>(椰子殼)</name>
    </author>
    <id>http://www.homeweb.idv.tw/572</id>
    <updated>2010-03-09T14:57:39+08:00</updated>
    <published>2010-03-09T13:52:33+08:00</published>
    <summary type="html">　　一如往常的午後，看到朋友轉貼 facebook 的連結，看到了一部令人感動的影片。轉貼的內文是：&lt;br&gt;&lt;br&gt;&lt;div style=&quot;padding: 10px; background-color: rgb(201, 237, 255);&quot;&gt;
有一天，兒子問爸爸：「爸爸你和我一起去跑馬拉松，好嗎？」 &lt;br&gt;爸爸說好。&lt;br&gt;
第二次，兒子又問爸爸：「爸爸你和我一起去跑馬拉松，好嗎？」 &lt;br&gt;
爸爸又說好。 &lt;br&gt;
有一天，兒子問爸爸：「爸爸和我一起去參加鐵人競賽，好嗎？」 &lt;br&gt;
鐵人競賽是最困難的比賽，必須游泳 四公里 、腳踏車 180公里、跑步 42公里。 &lt;br&gt;
爸爸說好，我們去參加。 &lt;br&gt;
以上故事看起來很簡單，請點選以下連結，觀賞影片，你將會了解愛的偉大！ &lt;br&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=VJMbk9dtpdY&quot; target=&quot;_blank&quot;&gt;http://www.youtube.com/watch?v=VJMbk9dtpdY &lt;/a&gt;&lt;/div&gt;&lt;br&gt;　　感動之餘，讓我透過 google 搜尋了相關的訊息，在 Mobile01 的「&lt;a href=&quot;http://www.mobile01.com/topicdetail.php?f=268&amp;amp;t=965147&amp;amp;p=1&quot; target=&quot;_blank&quot;&gt;感人的鐵人三項&lt;/a&gt;」與「&lt;a href=&quot;http://hk.myblog.yahoo.com/polarwah/article?mid=68&quot; target=&quot;_blank&quot;&gt;華大夫的Blog - 跑步場上一個令人感動的傳奇Team Hoyt&lt;/a&gt;」，「&lt;a href=&quot;http://www.nownews.com/2009/08/08/515-2489057.htm&quot; target=&quot;_blank&quot;&gt;NOWnews網路追追追&lt;/a&gt;」找到了相關的故事。&lt;br&gt;&lt;br&gt;　　深刻撼動人心的故事背後，有太多能轉貼的東西，重複轉來轉去太多餘，不如自己看看吧，&lt;a href=&quot;http://www.teamhoyt.com/index.html&quot; target=&quot;_blank&quot;&gt;Team Hoyt 的網站&lt;/a&gt;。&lt;br&gt;</summary>
  </entry>
  <entry>
    <title type="html">Cron 格式</title>
    <link rel="alternate" type="text/html" href="http://www.homeweb.idv.tw/571" />
    <link rel="replies" type="application/atom+xml" href="http://www.homeweb.idv.tw/atom/response/571" thr:count="0"/>
    <category term="Linux 服務" />
    <author>
      <name>(椰子殼)</name>
    </author>
    <id>http://www.homeweb.idv.tw/571</id>
    <updated>2010-03-05T13:39:53+08:00</updated>
    <published>2010-03-05T13:39:33+08:00</published>
    <summary type="html">每次都忘掉，留下來當記錄&lt;br&gt;&lt;br&gt;&lt;div style=&quot;padding: 10px; background-color: rgb(201, 237, 255);&quot;&gt;分　時　日　月　週　　　身分　指令&lt;br&gt;&lt;/div&gt;&lt;br&gt;&lt;div style=&quot;padding: 10px; background-color: rgb(201, 237, 255);&quot;&gt;每小時&lt;br&gt;59　*　*　*　*　　　root　ls /tmp&lt;/div&gt;&lt;br&gt;&lt;div style=&quot;padding: 10px; background-color: rgb(201, 237, 255);&quot;&gt;每一天&lt;br&gt;59　23　*　*　*　　root　ls /tmp&lt;/div&gt;&lt;br&gt;&lt;div style=&quot;padding: 10px; background-color: rgb(201, 237, 255);&quot;&gt;每一週　( 0 與 7 代表周日)&lt;br&gt;59　23　*　*　7　　root &amp;nbsp; ls /tmp&lt;br&gt;&lt;/div&gt;&lt;br&gt;&lt;div style=&quot;padding: 10px; background-color: rgb(201, 237, 255);&quot;&gt;每一月&lt;br&gt;59　23　31　*　*　　root &amp;nbsp; ls /tmp&lt;/div&gt;&lt;br&gt;&lt;div style=&quot;padding: 10px; background-color: rgb(201, 237, 255);&quot;&gt;每一年&lt;br&gt;59　23　31　12　* 　　root &amp;nbsp; ls /tmp&lt;/div&gt;&lt;br&gt;&lt;div style=&quot;padding: 10px; background-color: rgb(201, 237, 255);&quot;&gt;複數時間&lt;br&gt;16,31,46,59　23　31　12　* 　　root &amp;nbsp; ls /tmp&lt;/div&gt;&lt;br&gt;</summary>
  </entry>
  <entry>
    <title type="html">移除特定 device file</title>
    <link rel="alternate" type="text/html" href="http://www.homeweb.idv.tw/570" />
    <link rel="replies" type="application/atom+xml" href="http://www.homeweb.idv.tw/atom/response/570" thr:count="0"/>
    <category term="HP-Unix" />
    <author>
      <name>(椰子殼)</name>
    </author>
    <id>http://www.homeweb.idv.tw/570</id>
    <updated>2010-03-04T11:17:23+08:00</updated>
    <published>2010-03-04T11:17:08+08:00</published>
    <summary type="html">　　最近使用 iSCSI 設備時，有時候發現 iSCSI 的 vol 已經移除，但是 ioscan 還是會看的到之前的 iSCSI，透過 rmsf 指令，就可以清除 device file，使其不再出現。&lt;br&gt;&lt;br&gt;&lt;div style=&quot;padding: 10px; background-color: rgb(201, 237, 255);&quot;&gt;rmsf -H (Hardware Path)&lt;/div&gt;&lt;br&gt;</summary>
  </entry>
  <entry>
    <title type="html">Hometek HA-82C II 簡易使用手冊</title>
    <link rel="alternate" type="text/html" href="http://www.homeweb.idv.tw/569" />
    <link rel="replies" type="application/atom+xml" href="http://www.homeweb.idv.tw/atom/response/569" thr:count="2"/>
    <category term="生活小記事" />
    <author>
      <name>(椰子殼)</name>
    </author>
    <id>http://www.homeweb.idv.tw/569</id>
    <updated>2010-02-05T09:35:55+08:00</updated>
    <published>2010-02-05T09:35:55+08:00</published>
    <summary type="html">　　之前有更改過家內對講機的保全密碼，但是太久沒用想不起來，昨天想說 try 一下密碼是什麼，結果不小心誤觸。&lt;BR&gt;&lt;BR&gt;後來才知道，原來是可以重置密碼的，早知道就不用搞得這樣麻煩，以下是對講機的簡易操作方式，記錄下來以備不時之需。&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;※ 由門外設定保全：&lt;BR&gt;&lt;/STRONG&gt;拉下室外機下蓋，輸入&lt;FONT color=#0000ff&gt;「設定的密碼」、「 #」&lt;/FONT&gt;&lt;BR&gt;&lt;STRONG&gt;&lt;BR&gt;※ 由門外解除保全：&lt;BR&gt;&lt;/STRONG&gt;同上&lt;BR&gt;&lt;STRONG&gt;&lt;BR&gt;※ 自室內設定保全：&lt;BR&gt;&lt;/STRONG&gt;拉下室內機下蓋，輸入&lt;FONT color=#0000ff&gt;「#」、「設定的密碼」、「#」&lt;/FONT&gt;&lt;BR&gt;&lt;STRONG&gt;&lt;BR&gt;※ 自室內解除保全：&lt;BR&gt;&lt;/STRONG&gt;同上&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;※ 更改密碼： &lt;/STRONG&gt;於室內機操作，依序按下下列按鈕&lt;BR&gt;1. &lt;FONT color=#0000ff&gt;「#」、「原始密碼」、「密&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;碼」鍵&lt;/FONT&gt; (進入修改模式，監聽LED燈閃爍)&lt;BR&gt;2. &lt;FONT color=#0000ff&gt;「新密碼」、「#」&lt;/FONT&gt; (監聽LED燈亮)&lt;BR&gt;3. &lt;FONT color=#0000ff&gt;「新密碼」、「#」&lt;/FONT&gt; (監聽LED燈滅)&lt;FONT color=#0000ff&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000&gt;PS：密碼需為數字1、2、3組成，長度為4~10碼&lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;STRONG&gt;※ 重置密碼：&lt;/STRONG&gt;&lt;U&gt;保全解除狀態&lt;/U&gt;下，&lt;U&gt;同時按下&lt;/U&gt;&lt;FONT color=#0000ff&gt;「#」、「參數設定」、「保全設定3」、「保全設定4」&lt;/FONT&gt;約1秒即可，恢復為12321。&lt;BR&gt;&lt;BR&gt;※ 最下方，最左方橘綠</summary>
  </entry>
  <entry>
    <title type="html">網誌搬家完成</title>
    <link rel="alternate" type="text/html" href="http://www.homeweb.idv.tw/568" />
    <link rel="replies" type="application/atom+xml" href="http://www.homeweb.idv.tw/atom/response/568" thr:count="2"/>
    <category term="生活小記事" />
    <author>
      <name>(椰子殼)</name>
    </author>
    <id>http://www.homeweb.idv.tw/568</id>
    <updated>2010-01-16T21:02:34+08:00</updated>
    <published>2010-01-16T21:02:34+08:00</published>
    <summary type="html">　　本來都在傷腦筋，網誌主機該怎麼辦，原本打算買SOHO等級的NAS來充當Web Server，後來發現國外的虛擬主機價格都相當的便宜，要能符合我的需求的虛擬主機，一年只需要2000。這真是一大福音，NAS就可以先不用買囉，除了省下電費，未來等ADSL合約期滿，還可以考慮要不要換成浮動 IP 的囉。</summary>
  </entry>
  <entry>
    <title type="html">網誌主機準備停機</title>
    <link rel="alternate" type="text/html" href="http://www.homeweb.idv.tw/567" />
    <link rel="replies" type="application/atom+xml" href="http://www.homeweb.idv.tw/atom/response/567" thr:count="2"/>
    <category term="生活小記事" />
    <author>
      <name>(椰子殼)</name>
    </author>
    <id>http://www.homeweb.idv.tw/567</id>
    <updated>2009-12-22T18:10:57+08:00</updated>
    <published>2009-12-22T18:10:57+08:00</published>
    <summary type="html">　　鑒於電費越來越貴，已經把郵件主機、DNS全部都放到外面囉，剩下網誌不知道該轉到哪裡去...舊網誌一篇一篇剪貼會暈倒，要怎麼轉換呢？</summary>
  </entry>
  <entry>
    <title type="html">練習紀錄</title>
    <link rel="alternate" type="text/html" href="http://www.homeweb.idv.tw/566" />
    <link rel="replies" type="application/atom+xml" href="http://www.homeweb.idv.tw/atom/response/566" thr:count="0"/>
    <category term="生活小記事" />
    <author>
      <name>(椰子殼)</name>
    </author>
    <id>http://www.homeweb.idv.tw/566</id>
    <updated>2009-11-23T08:38:58+08:00</updated>
    <published>2009-11-23T08:38:58+08:00</published>
    <summary type="html">仰德上第一個7-11，因為後面下雨作罷~&lt;BR&gt;距離：4.33km&lt;BR&gt;高度：283m&lt;BR&gt;時間：29.26min&lt;BR&gt;&lt;BR&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://www.homeweb.idv.tw/attach/1/1401613848.jpg&quot; alt=&quot;用戶插入圖片&quot; height=&quot;262&quot; width=&quot;346&quot; /&gt;&lt;/div&gt;</summary>
  </entry>
  <entry>
    <title type="html">仰德→星巴克 坡度</title>
    <link rel="alternate" type="text/html" href="http://www.homeweb.idv.tw/565" />
    <link rel="replies" type="application/atom+xml" href="http://www.homeweb.idv.tw/atom/response/565" thr:count="0"/>
    <category term="生活小記事" />
    <author>
      <name>(椰子殼)</name>
    </author>
    <id>http://www.homeweb.idv.tw/565</id>
    <updated>2009-11-22T23:16:19+08:00</updated>
    <published>2009-11-22T23:14:16+08:00</published>
    <summary type="html">　　騎過仰德→星巴克之後，看了一下Garmin的紀錄，發現整個路段大概比較長距離且約為10%的陡坡段有三個，分別˙&lt;br&gt;1. 剛上仰德，快到國安局前 → 過國安局後的大左轉後三百公尺&lt;br&gt;※ 標著4的黃色菱形，是仰德大道的入口&lt;br&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://www.homeweb.idv.tw/attach/1/1050457117.jpg&quot; alt=&quot;用戶插入圖片&quot; height=&quot;276&quot; width=&quot;326&quot; /&gt;&lt;/div&gt;2. 第一個 7-11之前 (這個比較難形容，大約是第一個陡坡後 1km)&lt;br&gt;&lt;br&gt;3. 過文化大學下坡後，準備上坡 → 中山堂&lt;br&gt;※ 標著 3 的黃色菱形，是第三個7-11與星巴克&lt;br&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://www.homeweb.idv.tw/attach/1/1315154708.jpg&quot; alt=&quot;用戶插入圖片&quot; height=&quot;328&quot; width=&quot;335&quot; /&gt;&lt;/div&gt;&lt;br&gt;</summary>
  </entry>
  <entry>
    <title type="html">1P 的 1/2 練習</title>
    <link rel="alternate" type="text/html" href="http://www.homeweb.idv.tw/564" />
    <link rel="replies" type="application/atom+xml" href="http://www.homeweb.idv.tw/atom/response/564" thr:count="0"/>
    <category term="生活小記事" />
    <author>
      <name>(椰子殼)</name>
    </author>
    <id>http://www.homeweb.idv.tw/564</id>
    <updated>2009-11-22T15:54:46+08:00</updated>
    <published>2009-11-22T15:54:46+08:00</published>
    <summary type="html">&lt;P&gt;路線：仰德大道 → 星巴克&lt;BR&gt;全長：8.8km&lt;BR&gt;高度：433m&lt;BR&gt;時間：57min&lt;BR&gt;&lt;BR&gt;坡度5%以下的路都還好應付，但是只要一超過 5% 就開始感到吃力，尤其中山堂前面那段超過10%的陡坡，要騎上去覺得非常辛苦，還要再加油。&lt;/P&gt;</summary>
  </entry>
  <entry>
    <title type="html">練習活動</title>
    <link rel="alternate" type="text/html" href="http://www.homeweb.idv.tw/563" />
    <link rel="replies" type="application/atom+xml" href="http://www.homeweb.idv.tw/atom/response/563" thr:count="0"/>
    <category term="生活小記事" />
    <author>
      <name>(椰子殼)</name>
    </author>
    <id>http://www.homeweb.idv.tw/563</id>
    <updated>2009-11-16T00:35:12+08:00</updated>
    <published>2009-11-16T00:33:36+08:00</published>
    <summary type="html">　　今天張董約騎上陽明山星巴克，看看我新買的車子，也順便當作是活動前的練習。剛好上次有稍微調整過坐墊，趁這個機會測試調整是否習慣，也看看換了新的腳踏車能有多少差異~&lt;br&gt;&lt;br&gt;　　試騎結果，目前座位角度沒太大問題，需要再一些時間習慣一下公路車的騎乘姿勢。最大的問題是 ... 經過半年的偷懶，肌力、耐力、心肺等各方面都退步，上星巴克要一個小時就算了，下腳踏車後，一個腿軟，差點軟倒在地上。&lt;br&gt;&lt;br&gt;　　依照這樣的狀況，3P 一定無法完賽，這下可要加緊練習了。&lt;br&gt;&lt;br&gt;三重→新北投 &lt;br&gt;距離：10 km&lt;br&gt;耗時：20 min&lt;br&gt;&lt;br&gt;新北投→陽明山星巴克&lt;br&gt;距離：9 km&lt;br&gt;耗時：1hr&lt;br&gt;&lt;br&gt;&lt;br&gt;</summary>
  </entry>
</feed>
