= 2008-12-01 = * [http://www.nchc.org.tw/event/2008/southeast_asia/program.php 2008 東南亞國際合作高速計算應用與網路共同研究暨培訓研習會 Center of Excellence of Pacific Rim in Cyber Education and Research Collaboration (CEPERC)] * 9:00-9:30 Welcome Opening * NSC delegate * Dr. Joe Juang, President, National Applied Research laboratories (NARL) * Dr. Eugene Yeh, Director, National Center for High-Performance Computing (NCHC) {{{ 蔡副代理,歡迎大家來到 Center of Excellent。 }}} * Dr. Peter Arzberger, Chair, Pacific Rim Applications and Grid Middleware Assembly (PRAGMA) (VTC) {{{ 簡介墾丁水下影像串流,SCMSweb MURPA }}} * William Y. Chang, NSF * Keynote: Museum of the future: What Science Can Do for Cultural Heritage - Dr. Maurizio Seracini, CalIT2 (VTC) {{{ 運用紅外線攝影機來拍攝藝術作品,在不破壞原作的前提下,提供一個瞭解畫家繪畫手法的參考。 }}} * http://cisa3.calit2.net/ * [http://www.narl.org.tw/en/multimedia/labs_video/ShortFilm/NARL/NARL.swf 國研院英文簡介] * 準備週四 DRBL 演講 * 把 DRBL server root key 放到 DRBL Win-Roll 的 Administrator 帳號下 * 準備 Clonezilla Live on PXE - [http://clonezilla.org/clonezilla-live/livepxe.php 參考文件] {{{ jazz@drbl:~$ mkdir clonezilla-live jazz@drbl:~$ cd clonezilla-live jazz@drbl:~/clonezilla-live$ wget http://nchc.dl.sourceforge.net/sourceforge/clonezilla/clonezilla-live-1.2.1-18.zip jazz@drbl:~/clonezilla-live$ sudo unzip -j clonezilla-live-*.zip live/vmlinuz1 live/initrd1.img live/filesystem.squashfs -d /tftpboot/nbi_img/ jazz@drbl:~/clonezilla-live$ sudo vi /tftpboot/nbi_img/pxelinux.cfg/default }}} {{{ #!diff --- /tftpboot/nbi_img/pxelinux.cfg/default.org 2008-12-01 17:34:15.000000000 +0800 +++ /tftpboot/nbi_img/pxelinux.cfg/default 2008-12-01 17:22:32.000000000 +0800 @@ -133,3 +133,8 @@ TEXT HELP Boot from AoE device ENDTEXT + +label Clonezilla Live +MENU LABEL Clonezilla Live +kernel vmlinuz1 +append initrd=initrd1.img boot=live union=aufs noswap noprompt vga=788 fetch=tftp://${DRBL_SERVER_IP}/filesystem.squashfs }}} * 幫 Steven 訂 WoGTA 住宿 * 跟 Serena 確認 WoGTA 行程 * 徵新人程序 = 新聘員額申請表 * Middleware 2008 == Linux == * 如何關閉 Linux Console Mode 的螢幕保護模式/Power Save Mode * 參考一: [http://linuxnewbie.internet.com/forum/showthread.php?t=9847 How to disable console screen saver?] * 參考二: [http://www.cyberciti.biz/tips/linux-disable-screen-blanking-screen-going-blank.html Linux disable screen blanking i.e. preventing screen going blank] {{{ $ setterm -powersave off -blank 0 }}}