於 rtorrent 下載 100%, 但是一直沒有出現完成訊息, 於檔案列表出現下述錯誤:
Hash check on download completion found bad chunks, consider using "safe_sync"
閱讀全文〈rtorrent 遇到 found bad chunks, consider using "safe_sync" 修復〉
個人筆記, 記錄關於 系統、程式、新聞 與 日常生活 等資訊
於 rtorrent 下載 100%, 但是一直沒有出現完成訊息, 於檔案列表出現下述錯誤:
Hash check on download completion found bad chunks, consider using "safe_sync"
閱讀全文〈rtorrent 遇到 found bad chunks, consider using "safe_sync" 修復〉
原來 杜拜塔 前幾天正式啟用了, 創了不少紀錄, 來做做筆記.
Ubuntu Linux (Server版)在 ssh 登入後, 會秀出下述訊息: (cat /etc/motd # 亦可看到)
Linux desktop 2.6.28-14-server #47-Ubuntu SMP Sat Jul 25 02:03:55 UTC 2009 x86_64
To access official Ubuntu documentation, please visit:
http://help.ubuntu.com/System information as of 二 1月 5 23:00:48 CST 2010
System load: 0.02 Memory usage: 30% Processes: 152
Usage of /: 9.4% of 732.45GB Swap usage: 26% Users logged in: 0=> There is 1 zombie process.
Graph this data and manage this system at https://landscape.canonical.com/
*** System restart required ***
No mail.
Last login: Tue Jan 5 11:49:45 2010 from user-desktop.local
但是在 Debian Linux 或 一般Ubuntu Desktop 都沒看到這些訊息, 於是來找找是怎麼產生的.
註: /etc/motd 是已經產生好的文字內容, 由此看不出任何東西.
Zombie 就是已經呈現 殭屍狀態(Z) 的 Process, 平常的系統裡面不應該看到這種狀態才對.
註: 我的 Desktop 似乎蠻常看到. XD
執行 /usr/sbin/ntpdate time.stdtime.gov.tw
出現下述錯誤:
註: 於 Ubuntu / Debian Linux / FreeBSD 都有看到類似狀況.
閱讀全文〈NTPDATE - no server suitable for synchronization found 修復〉
首先, 當然是 2010年~ 新年快樂~~~
這次跨年比較特別, 在辦公室跨年, 沒想到辦公室頂樓的景觀那麼漂亮(完整景色都不會被遮到)~ 到頂樓居然看到有搭高架, 而且攝影機都架好了.
註: 今年的煙火放到一半有卡彈
的狀況, 不知道是故意還是意外. XD
12/29 TOSSUG 的活動 - Amir Salihefendic: Comet with node.js (下述簡介轉載自此文)
node.js [1] 是個架在 Google V8 Javascript 引擎之上的事件驅動式的輸入輸出模組(evented I/O)[2]。V8 是最快的 Javascript 虛擬機之一,node.js 用最佳的方法利用了 V8。
講者將會介紹 node.js 和實作 Comet 型態 [3] 的 chat 的實例。
- node.js
- evented I/O: 用 event 和 callback 而不用 multi-thread 實作 server 的方式,twisted 是知名的一個這樣實作出來的 web server。
- comet: 一種讓 web server 可以把資料 push 到瀏覽器的做法,見 Comet_(programming)
瀏覽網頁時, 常常會想看這些東西是怎麼做的, 或者 平常 開發、Debug 時, 都會需要知道 id、class、CSS 屬性、長寬(px、em) 等等, 都很習慣的 Firebug 開下去看, 這個工具提供另外一種選擇~
此工具是 Bookmarklet, 可以在各個瀏覽器上使用, 需要的資訊都很清楚的標示出來.(寬度 和 高度 的顯示, 比 Firebug 清楚)