2009年8月14日 星期五
2009.8.14 尚恩的第四節游泳課
晚上見面時, 趕緊問尚恩今天學甚麼..
旁邊有事情影響他..., 所以一直沒有回答.
我問有沒有學踢水, 他說踢水超簡單的..
我們的對話這樣就結束了.
女王在弄可愛卡, 說比較乖的就會發. 這招是補習班用的方式, 家裡要開始用起來了
就是可愛卡的事影響尚恩的注意力.
後天再問游泳的事好了, 不然我今晚打完羽球回去時, 小孩已上床睡覺了
2009年8月13日 星期四
2009.8.13 CNN:台灣救災 手忙腳亂
CNN有台灣的專欄
CNN:台灣救災 手忙腳亂
〔國 際新聞中心、編譯盧永山/綜合十二日外電報導〕莫拉克颱風造成台灣半世紀來最嚴重的水患,豪雨成災的怵目驚心畫面,引起國際媒體普遍關注。其中,每節整點 新聞都以台灣災情及救災進度當做頭條的美國有線電視新聞網(CNN)就直言,台灣在救災方面表現得手忙腳亂。香港明報新聞網也說,馬政府每遇風災就歸咎於 氣象預報不準或地方治水不力,卻無任何官員下台,影響政府威信。
馬救災遭質疑 影響政府威信
在莫拉克颱風來襲前,CNN的氣象預報中心就已準確預報降雨量。颱風過後,CNN不僅深入報導南台灣災情,還利用電腦動畫輔助說明,十一日甚至請來救難專家麥唐諾進行專業分析。
麥唐諾說:「卡崔娜颶風發生在全世界最有能力應對重大災難的國家(美國)。相較鄰國,台灣算是較有應對能力,但面對如此重大天災,台灣顯然仍手忙腳亂。」他也建議馬政府記取慘痛教訓,在災後重建時,考慮未來風險,以免重蹈覆轍。
台灣風災引起國際高度關注,包括美國三大電視網、福斯電視台、英國廣播公司(BBC)、日本NHK電視台、紐約時報、華爾街日報、美聯社、法新社與路透等知名媒體,均大幅報導台灣災情。BBC指出,莫拉克颱風在週末夾帶豪雨襲擊台灣,令台灣當局措手不及。
香港明報新聞網也指出,馬政府的救災能力備受批評,莫拉克颱風可謂馬政府執政以來的一場「生死考驗」。
台灣優社批馬 助中更勝台灣
另,大洛杉磯台灣會館日前發起賑災募款,前董事長Stone Yen抨擊:「馬英九總統只會在媒體前作秀,並未真正協助災民。」
台灣優社(Taiwan Elite Alliance)社長潘鞠慧也說,馬英九極度傾中,對中國的協助更勝於自己的國家。
2009.8.13 尚恩說我不要跟你去
半夜一樣是兩點半, 叫尚恩起來小便.
隔天醒來後, 本來要送尚恩到培恩, 但尚恩一直講我不要跟你去.
讓我有些許的惆悵.....
因為叫他起床時, 我有打他.
出門前,他說手肘處(非我打他的地方)在痛, 而我要檢查時, 他不讓我檢查
今天我要早點回去與尚恩聊天
這禮拜的日語しゅくだい是要寫一篇作文, 題目是我的家族.
偏偏公司呢,在這禮拜比較忙一點....
回家前要先擬中文稿, 然後更有空時呢再來翻成日文...
2009年8月12日 星期三
2009.8.12 八八水災
8/8傳出南部水災.
雨量太大,南部多處地方相繼發生水災及土石流等.
非常非常慘.
我看到新聞畫面時,都掉眼淚了!
許許多多的家庭已無家可歸, 或妻離子散, 太可憐了!
這幾天我們家有收到退稅的款項, 我今日拿2000元出來捐給慈濟, 請慈濟繼續follow!
2009年8月10日 星期一
2009.8.10 尚恩的第三節游泳課
晚上碰面時,趕緊問尚恩今天游泳課教了什麼內容. 我以前沒上過游泳課, 另要讓尚恩回憶, 所以問了許多事.
尚恩這次肯回答了, 說學了水上漂, 肚子上放浮板, 抱住浮板, 眼睛看上面, 這樣就可以浮起來了.
還有學殭屍跳, 學憋氣等....
2009.8.10 Passive FTP and Active FTP
參考來源Active FTP vs. Passive FTP, a Definitive Explanation
簡明扼要的解釋是:
Active FTP: Ftp server會主動用自己的port 20去連線到Ftp client的port N+1
Passive FTP: Ftp server是被動的讓ftp client來連線到data port(非port 20)
2009.8.10 不同OS的Traceroute動作是不同的!
簡單是這樣分:
windows -> tracert -> icmp
linux -> traceroute -> udp
共同的部分是一樣都是讓TTL隨著hop count的增加而遞增, 中間的點(TTL等於0的那一點)都會送icmp time exceeded(type=11 code=0)的 error message 回給送端.
但在實做時:
Cisco IOS and Linux
使用UDP封包. 目的地的udp port一開始是33434(但每多送一次,會遞增), 而source udp是亂數(不過是與0x8000做過OR後的亂數).
在中間的hop(還未到目的地的點),每當TTL到zero時, probe會送icmp time exceeded(type=11 code=0)的 error message 回給送端
一直到目的端時, 目的地端會回送icmp Port Unreachable(icmp type=3 code=3)error message給送端.
Microsoft Windows
此種OS就不是使用UDP封包, 而是用ICMP echo request與TTL. 而目的地端就不是用ICMP unreachable類型的封包回, 而是用ICMP echo reply回.
請參考Cisco Using the traceroute Command on Operating Systems
2009.8.10 家裡的電話及ADSL故障
於是這次休三天在家, 都無法上網, 幸好也沒有公事是需要上網處理!
希望今天下班後, 已修理完畢!
2009.8.10 老爸問4次,兒子問21次的What is that?
我的小孩一個七歲(暑假中,正要升小一), 另一個五歲,正在念中班.
大的正是迷惑之年, 常常在問我那是甚麼, 或是甚麼是甚麼.
而我總是非常有耐心,非常和藹可親的解釋
但如果是媽媽問我, 有時連一次的回答都不想回答........
值得深思--有一天我們也會老
影片內容概要:一個老父親問兒子4次"那是甚麼?",兒子回答4次"麻雀"後大發雷霆。
父親進家裡拿出自己的日記叫兒子念一段:
「...幾天前小兒子跟我在公園,
他問了我21次"那是甚麼?",我回答了21次"麻雀",
每一次都是緊抱著他,慈愛的回答我那純真的小孩...」
2009年8月6日 星期四
2009.8.6 SOL10328: Forcing a file system check on the next system reboot
SOL10328: Forcing a file system check on the next system reboot
Updated: 7/23/09 7:43 AM
![]()
The fsck utility is used to scan the file system for errors, and to correct those errors if possible. In order to correct errors, the file systems must be unmounted. Performing a file system check using the fsck utility can be a tedious manual process requiring the user to reboot the system to a minimal run level and then issue an fsck on each file system listed in the /etc/mtab file. This method requires direct access to the system in order to access and run the fsck utility.
A more convenient method is to force a file system check on the next system reboot. This method removes the tedious manual process, and allows the system to check all of the available file systems.
Important: F5 Networks recommends that you have direct access to the system during a forcefsck so that you are able to observe any errors or information that may be reported during the fsck process. While this method removes the manual process of specifying the various file systems, the system reboots into a minimal run level to perform the necessary tasks.
The following two methods can be used to force a file system check on the next reboot:
- Creating a forcefsck file in the root directory
This method allows you to schedule a file system check at the next reboot by creating a blank file called forcefsck that resides in the / directory. When the system is rebooted, it will read this file and begin checking the file systems.
- Forcing a file system check using the shutdown command
This method allows you to reboot the system immediately and perform a forced file system check using the shutdown command. When the command is issued, the system reboots and begins checking the file systems.
Creating a forcefsck file in the root directory
To create a forcefsck file in the root directory, perform the following procedure:
- Log in to the command line.
- To create the forcefsck file, type the following command:
touch /forcefsck
- Leave the file in place. A file system check is automatically run the next time the system reboots.
Forcing a file system check using the shutdown command
- Log in to the command line.
- To restart the BIG-IP and force a file system check, type the following command:
shutdown -rF now
Once the fsck has finished checking the file systems, the system will continue to boot normally into the proper run levels.