= 2008-11-11 = * 9:00 – 16:30 模範團隊票選活動 @ 北群國際會議廳 * 11:30-11:55 格網技術組-蕭志榥計畫主持人 * SC'08 行前準備 * [海資] 行政相關討論 == Virtualization == * [http://www.virtualization.info/2008/11/amd-live-migrates-kvm-virtual-machines.html 跨 Intel 與 AMD 的 KVM Migration] * 原來不同 CPU 之間的虛擬機器 Migration 也是一個大問題啊!看樣子 Grid 所要處理的異質環境問題,在虛擬化的世界裡一樣存在。 == Life / Trend == * [http://mr6.cc/?p=2450 祖母效應] * 美國小兒科學術期刊11月號的一個科學研究發現所有嬰兒照顧者中,最安全、最不容易受傷的,是「祖父母」!甚至比「父母」還安全,而且安全了50%! == Web Service / !JavaScript == * [http://sandbox.movial.com/wiki/index.php/Browser_DBus_Bridge 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 == * [http://www.linux-mag.com/id/7177 On-the-fly Encryption with TrueCrypt] * == 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 }}} {{{ #!graphviz digraph "etch" { rankdir=LR; node [shape=box]; } }}}