= 2009-01-17 = * 2009-01-30 為農曆春節彈性放假一天,2009-01-17 補行上班。 * QEMU for Windows 0.9 以後的新版網頁搬到 http://homepage3.nifty.com/takeda-toshiya/qemu/ * [http://estimator.astuteo.com/ Web Development Project Estimator] - 開發網頁專案的成本試算 * [http://linuxhelp.blogspot.com/2009/01/google-portable-device-runs-debian.html 在 Google Android 手機(G1)上,安裝 Debian] * [http://magazine.redhat.com/2007/09/27/a-guide-to-gnu-screen/ Redhat 寫的 screen 教學] * 參考 ~/.screenrc 檔 {{{ hardstatus alwayslastline hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{=kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B}%Y-%m-%d %{W}%c %{g}]' # Default screens screen -t shell1 0 screen -t shell2 1 screen -t server 2 ssh me@myserver }}} * 其中語法 screen -t 可以幫你預設開好常用的連線 {{{ screen -t NameOfScreen ScreenNumber ShellCommand }}} * 快速鍵 * CTRL + a + 0 ~ 9 – 從第一個視窗切換到第九個視窗 * CTRL + a + n – 切換到下一個(還存在)的視窗 * CTRL + a + Backspace – Switches to the previous available * CTRL + a + a – 切換到跟最後一次切換的視窗 * CTRL + a + A – 切換視窗"抬頭" * CTRL + a + K – 關閉目前視窗 * CTRL + a + c – 開啟一個新的視窗 * CTRL + a + [ - 按完後,允許用方向鍵左右切換視窗 * 共用 screen {{{ 帳號一 $ screen # 按 CTRL + a ,然後輸入 :multiuser (ENTER) # 按 CTRL + a ,然後輸入 :acladd 帳號二 (ENTER) }}} {{{ 帳號二 $ screen -x 帳號一/ (一定要加 / 才行喔) }}} * 最後他敎用 irssi 當作 console 底下的 pidgin (ㄜ....以前用 mcabber 會容易遇到中文字集的問題, 但據說在 Linux 底下不會(疑)) == Virtualization : Xen == * [http://www.howtoforge.com/using-xen-with-lvm-based-vms-instead-of-image-based-vms-debian-etch Using Xen With LVM-Based VMs Instead Of Image-Based VMs (Debian Etch) ] == Virtualization : KVM == * [http://www.virtualization.info/2008/12/kvm-in-linux-kernel-2628-features-intel.html KVM 支援 Intel IOMMU (a.k.a. VT-d)] * [http://www.virtualization.info/2009/01/kvm-gains-amd-iommu-support.html KVM 支援 AMD IOMMU] == Cloud Computing == * [影音][演講] [http://video.new-app.com/customers/grid/IGT2008/main1.html The World Summit of Cloud Computing] (IE + Windows Only) * [http://www.google.com/apps/intl/en/business/resellers/index.html Google App Reseller] - Google App (包含 mail, calendar, docs, ...) 現在徵求中介商(reseller)幫 Google 持續推廣服務。 == Web Service == * [影音][演講] [http://www.wretch.cc/blog/taiwanydn/20725229 "Ajax 效能"] - 正確的使用Ajax來減低JavaScript和DOM物件在網頁應用程式中造成的負擔 == [wiki:jazz/skill/jQuery jQuery] == * [新聞] [http://blog.jquery.com/2009/01/14/jquery-13-and-the-jquery-foundation/ jQuery 1.3 釋出了] * [http://api.jquery.com/ 全新 jQuery API Browser] * [http://sizzlejs.com/ Sizzle JavaScript Selector Library] - A pure-JavaScript CSS selector engine == Eclipse == * [http://ajaxian.com/archives/nokia-web-runtime-aptana-plugin-available Nokia Web Runtime; Aptana plugin available] * [http://www.aptana.com/nokia Nokia WRT Support in Aptana Studio]