2008-11-11
- 9:00 – 16:30 模範團隊票選活動 @ 北群國際會議廳
- 11:30-11:55 格網技術組-蕭志榥計畫主持人
- SC'08 行前準備
- [海資] 行政相關討論
Virtualization
Life / Trend
- 祖母效應
- 美國小兒科學術期刊11月號的一個科學研究發現所有嬰兒照顧者中,最安全、最不容易受傷的,是「祖父母」!甚至比「父母」還安全,而且安全了50%!
Web Service / JavaScript
- Browser D-Bus Bridge - a JavaScript D-Bus bindings implementation for web browsers. The target audience for the Bridge is browser extension and UI developers, not web developers.
Encryption Filesystem
debtree
~$ sudo dpkg --get-selections > etch.pkg.lst
~$ for i in `cat etch.pkg.lst `; do debtree --no-recommends --no-alternatives --no-provides --no-versions --no-conflicts $i; done > etch.pkg.debtree
~$ cat etch.pkg.debtree | grep -v graph | sort | uniq > etch.pkg.debtree.dot