2008-11-11
- 9:00 – 16:30 模範團隊票選活動 @ 北群國際會議廳
- 11:30-11:55 格網技術組-蕭志榥計畫主持人
- SC'08 行前準備
- [海資] 行政相關討論
Virtualization
- 跨 Intel 與 AMD 的 KVM Migration
- 原來不同 CPU 之間的虛擬機器 Migration 也是一個大問題啊!看樣子 Grid 所要處理的異質環境問題,在虛擬化的世界裡一樣存在。
- YouTube 影片
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
Debian
- 使用 debtree 產生目前套件相依情形
~$ dpkg --get-selections | awk '{ print $1 }' > 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.dot << EOF digraph "etch" { rankdir=LR; node [shape=box]; EOF ~$ cat etch.pkg.debtree | grep -v graph | grep "" | sort | uniq | grep "color=blue" >> etch.pkg.debtree.dot ~$ cat etch.pkg.debtree | grep -v graph | grep "" | sort | uniq | grep "color=purple" >> etch.pkg.debtree.dot ~$ echo "}" >> etch.pkg.debtree.dot ~$ dot -Tsvg -o etch.svg etch.pkg.debtree.dot
Last modified 14 years ago
Last modified on Aug 19, 2010, 2:36:17 AM