Recent Comments
Archives
- February 2012 (1)
- January 2012 (5)
- December 2011 (13)
- November 2011 (12)
- October 2011 (10)
- September 2011 (7)
- August 2011 (5)
- July 2011 (11)
- June 2011 (21)
- May 2011 (22)
- April 2011 (36)
- March 2011 (43)
- February 2011 (23)
- January 2011 (24)
- December 2010 (34)
- November 2010 (19)
- October 2010 (16)
- September 2010 (15)
- August 2010 (10)
- July 2010 (12)
- June 2010 (3)
- May 2010 (3)
- April 2010 (4)
- March 2010 (8)
- February 2010 (14)
- January 2010 (13)
- December 2009 (16)
- November 2009 (28)
- October 2009 (24)
- September 2009 (12)
- August 2009 (7)
- July 2009 (10)
- June 2009 (11)
- May 2009 (22)
- April 2009 (21)
- March 2009 (18)
- February 2009 (7)
- January 2009 (32)
- December 2008 (19)
- November 2008 (12)
- October 2008 (15)
- September 2008 (14)
- August 2008 (15)
- July 2008 (18)
- June 2008 (20)
- May 2008 (19)
- April 2008 (27)
- March 2008 (22)
- February 2008 (21)
- January 2008 (15)
- December 2007 (22)
- November 2007 (17)
- October 2007 (29)
- September 2007 (31)
- August 2007 (34)
- July 2007 (31)
- June 2007 (36)
- May 2007 (23)
- April 2007 (22)
- March 2007 (30)
- February 2007 (50)
- January 2007 (75)
- December 2006 (48)
- November 2006 (59)
- October 2006 (89)
- September 2006 (29)
- August 2006 (48)
- July 2006 (14)
- June 2006 (35)
- May 2006 (62)
- April 2006 (63)
- March 2006 (72)
- February 2006 (83)
- January 2006 (56)
- December 2005 (46)
- November 2005 (60)
- October 2005 (27)
- September 2005 (54)
- August 2005 (83)
Tags
Categories
- Anime (24)
- AWS (46)
- BBS (17)
- Blog (200)
- Book (18)
- Bridge (1)
- Browser (280)
- CDN (19)
- Cloud (61)
- CMS (33)
- Comic (17)
- Computer (1944)
- Computer and Network Center (31)
- CSS (31)
- Database (129)
- DNS (49)
- Editor (11)
- Financial (37)
- Firefox (147)
- Food (10)
- FreeBSD (114)
- Game (21)
- GoogleChrome (22)
- Hardware (137)
- IE (64)
- Joke (131)
- Lab (3)
- Linux (68)
- MacOS (3)
- Mail (68)
- Movie (18)
- Murmuring (2017)
- Music (37)
- MySQL (95)
- NCTU (62)
- NetBSD (7)
- Network (1465)
- OpenBSD (3)
- Opera (21)
- OS (198)
- P2P (85)
- Photo (57)
- Political (46)
- Programming (306)
- Recreation (365)
- RSS (65)
- Safari (22)
- Science (28)
- Search Engine (126)
- Security (333)
- SMS (5)
- Social (59)
- Software (1039)
- Spam (86)
- Sport (4)
- Telephone (61)
- Television (35)
- Usenet (13)
- Vim (3)
- Wiki (25)
- Windows (46)
- WWW (774)
Blogroll
Meta
Monthly Archives: February 2007
OpenID
Tweet 這幾天在寫 OpenID 的 server (以交大裡的三套郵件系統為認證基礎:D2、Faculty、Mail),讀 OpenID Authentication 1.1 規格書發現 spec 寫的好與壞對於規格的推動有很大的差異 -_- OpenID 的規格書是屬於超難懂的那種,第一個原因是裡面用了不少關於密碼學的理論或是實做 (HMAC、SHA-1、Diffie-Hellman key exchange),第二個原因是很多細節的地方缺乏具體的定義,如果不直接看其他人已經寫出來的 source code,讀起來很辛苦… @_@ 不管怎麼樣,希望這幾天寫一寫,到時候就可以利用 OpenID 跑很多東西…
在 WordPress.com 上用 LaTeX 數學式
Tweet 在 WordPress.com 的 Blog 上看到 WordPress.com 上可以用 LaTeX 數學式了:Math for the Masses。 用 Google 找了一下發現有人寫出來了:Using LaTeX in WordPress,雖然我自己用不到,不過對於拿 WordPress 來放數學題目的人倒是蠻有用,像是這個:93學年度清華大學數學系應數組碩士班考試高等微積分第五題。
Google Summer of Code 2007
Tweet Slashdot 上看到 Google Summer of Code 2007 開放報名了,如同往年,Google 讓許多 Open Source Community 提出 project,由 Google 買單:Google Launches Summer of Code 2007。
Posted in Computer, Murmuring, Programming, Software Leave a comment
AOL 支援 OpenID
Tweet 剛剛 AOL 與 AIM 的使用者都可以使用 AOL 的 OpenID server:AOL and OpenID: Where we are。
Firefox 2.0.0.1 安全漏洞
Tweet 在 mozilla links 上看到 Firefox 2.0.0.1 因為對 DOM 的處理不當造成 Cookie 外漏以及其他的安全漏洞:New Firefox cookie vulnerability, workaround,Bug Report 在 Bugzilla@Mozilla 的 Zalewski cookie setting / same-domain bypass vulnerability。 按照 Bug Report 上的說明,問題在於 location.hostname 這個變數上。惡意的站台可以故意將 location.hostname 設為 ‘evil.com\x00foo.example.com’,於是真正在連 hostname 時會因為 C-style string … Continue reading
µTorrent 1.6.1
Tweet µTorrent 1.6.1 版出爐,又再次說明只有 full disclosure 才能促使商業公司注意軟體安全。 Anyway,這次除了安全性更新外,還改善 (以及修正) 了許多 WebUI 的東西,完整的內容請參考 Changelog。
趨勢防毒軟體的安全漏洞
Tweet 趨勢防毒軟體的安全漏洞:Another Anti-Virus Problem,趨勢官方的安全通告在這裡:Antivirus UPX Parsing Kernel Buffer Overflow Vulnerability,因為 UPX buffer overflow 而產生的安全問題。 剛剛查 Wikipedia 上的資料才知道 Trend Micro 總部設在日本…
Posted in Computer, Murmuring, Security, Software 3 Comments
幾個安全漏洞…
Tweet 兩個安全漏洞: Sun Solaris 10 與 11 的 Telnet 有安全漏洞,可以讓外面的人直接拿到 root:Solaris Telnet 0-day vulnerability。 µTorrent 1.6 安全漏洞,看 source code 是從 torrent 檔下手:This is a PoC remote exploit for uTorrent 1.6,這幾天應該就會有新版了。
插圖
Tweet 我第一眼看到這篇文章的時候第一個想到的是「這不是蘋果日報的圖嗎?」XD Via:WSJ story on buzz features a bunch of Netscape Navigators!
Posted in Joke, Murmuring, Photo, Recreation 6 Comments
某些地區的 Gmail 不再需要邀請函
Tweet 在 Google Operating System 看到某些地區的 Gmail 不再需要邀請函就能註冊了:More People Can Sign up for a Gmail Account。 Gmail is now a public beta in Europe, the Middle East and Africa, Brazil, Australia, Russia and Japan, according to BBC. If you live … Continue reading
