Category Archives: Computer

Computer Technical Notes

整合 bloglines 及 del.icio.us

persistent.info 看到 Integrating Bloglines and del.icio.us

這篇文章裡面告訴你如何在 Firefox 裡 利用 greasemonkey 這個 extension 以及一個 script,將 bloglinesdel.icio.us 整合起來:在 bloglines 看到好東西可以直接轉到 del.icio.us 上。

greasemonkey 是一個邪惡的 extension,可以對某些特定的頁面設定特殊的事情,就像這個範例提到的 bloglines

這是 greasemonkey 網頁上的簡介:

Greasemonkey is a Firefox extension which lets you to add bits of DHTML (“user scripts”) to any webpage to change it’s behavior. In much the same way that user CSS lets you take control of a webpage’s style, user scripts let you easily control any aspect of a webpage’s design or interaction.

gethostbyname 的問題

現在這家 hosting 的 gethostbyname() 以及 checkdnsrr() 都怪怪的 (可以參考 http://gslin.org/gethostbyname.php 以及 http://netnews.nctu.edu.tw/~gslin/gethostbyname.php),所以透過 DNSBL 查詢 spamhaus 擋 spammer 的動作就沒辦法作了,我只好在 DNS-anti-spam.php 上動一些手腳…

最簡單的方是就是改檢查傳回值是不是 /^127\./ (因為目前看到的 DNSBL 都會用 127.x.x.x 當作傳回值),改了以後「理論上」應該沒問題了…

終於把 Group.NCTU.edu.tw 弄完了

終於把 Group.NCTU.edu.tw 弄完了,對 user 而言,這次最重要的功能是長久以來一直沒有弄的 “Forget Password” :p

對我而言,終於把 mod_perl2 給拿掉了… (一開始寫的時候就只是想練 mod_perl2 而已,拿 Group.NCTU.edu.tw 當實驗品,沒想到現在是國內最大的 Private Newsgroups Server 了)

當然,還是有很多 idea 想架構在上面,不過 Pentium 450 的機器實在太慢了,雖然 1GB 的記憶體夠多,不過硬碟 I/O 也是一個大問題,這使得 mysql 的 performance 一直好不起來…

Anyway,目前看起來一切順利,等幾個月後再來寫好了 :p