= 2008-12-31 = * 升級 Lenny 的步驟 {{{ # echo "deb http://free.nchc.org.tw/debian lenny main contrib non-free" > /etc/apt/source.list.d/lenny.list # apt-get update # apt-get install apt dpkg aptitude # apt-get dist-upgrade }}} * 錄製 Linux 桌面的方法 - [http://www.computerworld.com/action/article.do?command=printArticleBasic&taxonomyName=Operating+Systems&articleId=9124180&taxonomyId=89 Recording the Linux desktop -- the hard way] * [備忘] 如果在 BAT 批次檔中要多次呼叫另一個 BAT 程式,會發現只執行第一次。正式的寫法應該是用 Call 來執行。 {{{ REM "這是錯誤寫法!!" D:\wmv2mp3.bat 成長傳記 1631 D:\wmv2mp3.bat 商業管理 1621 REM "這是正確寫法!!" call D:\wmv2mp3.bat 成長傳記 1631 call D:\wmv2mp3.bat 商業管理 1621 }}} == Parallel Programming == * [http://www.biomedcentral.com/1471-2105/9/558 Simple Parallel R INTerface (SPRINT)] - A new parallel framework for R == Web Service : !JavaScript == * [http://blog.ericsk.org/archives/1263 mod_v8: 伺服器端的 JavaScript 引擎] * [https://svn.i-want-a-pony.com/repos/mod_v8/trunk/ svn trunk] * [http://www.stevesouders.com/blog/2008/12/27/coupling-async-scripts/ Coupling async scripts] - 分析 javascript 載入的速度 == 職場技能 == * [http://www.cw.com.tw/article/print.jsp?id=36473 佐藤可士和的「創意整理學」] * [http://www.cheers.com.tw/doc/print.jspx?id=40288ac81e81972b011e85ce7a244d10 2009改頭換面,9件非做不可的事]