Changes between Version 3 and Version 4 of jazz/09-08-09
- Timestamp:
- Aug 10, 2009, 2:56:45 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/09-08-09
v3 v4 6 6 7 7 * [http://gigaom.com/2009/08/07/washington-vs-washington-the-cloud-computing-edition/ Cloud Computing: Washington vs. Washington] - 美國開始要對 Data Center 收取稅金了 8 9 == Hadoop == 10 11 * [http://news.networkmagazine.com.tw/web/2009/08/06/14422/ 微軟、雅虎十年合約風險重重] 12 {{{ 13 實際管理與技術障礙問題,卻可能讓該公司將其客戶拱手讓給其最大競爭敵手Google。 14 除非微軟直接以Bing完全取代Yahoo搜尋引擎,否則雙方技術整合便是一大難題。 15 }}} 16 * [http://news.networkmagazine.com.tw/trends/2009/07/31/14378/ 微軟CEO:與Yahoo合作 實質效益將在2011年發酵] 8 17 9 18 == Web Service == … … 39 48 40 49 * [http://blogs.computerworld.com/node/14499/print Shuttleworth wants Debian/Ubuntu co-operation] - Debian 與 Ubuntu 之間的紛爭總是吵不完 50 51 * http://news.debian.net/ - 專門報導 Debian 的新網站 52 41 53 * [http://www.linux.com/news/software/applications/32332-open-source-open-research Open Source, Open Research] 42 54 * [http://www.linux.com/news/software/multimedia/31385-capturing-video-how-i-did-it Capturing Video (How I Did It)] … … 44 56 $ xvidcap --cap_geometry 640x480 45 57 }}} 58 59 == Linux Programming == 60 61 * [http://fred-zone.blogspot.com/2009/08/glib-gtimeout.html GLib 就是懶.g_timeout 週期性的做壞事 ] - 核心的 Timeout 機制 62 * [http://fred-zone.blogspot.com/2009/08/linux-kernel-fanotify.html Linux Kernel - fanotify 更全面性的檔案監控機制] 63 {{{ 64 2.6.31 引入 fanotify 這個新特性,其本意是『fscking all notification system』,目的在實現更全面性的檔案監控機制。 65 }}} 66 67 * [http://fourdollars.blogspot.com/2009/07/deb-package-for-ubuntu-linux-launchpad_3385.html 製作 deb package for Ubuntu Linux 並且上傳至 Launchpad PPA] 68 {{{ 69 初始化動作 70 71 $ export DEBFULLNAME="Shih-yuan Lee (FourDollars)" 72 $ export DEBEMAIL="fourdollars@gmail.com" 73 $ dh_make -s -c gpl -f ../betaradio-0.1.2.tar.bz2 74 75 編輯 debian/changelog 76 77 $ debchange 78 79 產生 deb source package 80 81 $ debuild -S 82 83 上傳 deb package 至 Launchpad PPA 84 85 $ dput ppa:fourdollars/ppa betaradio_0.1.2-1ubuntu1_source.changes 86 87 上傳的動作需要先註冊 Launchpad 帳號並且設定好 SSH public key 跟 GPG public key 還有產生 PPA 設定之後才能夠正常上傳 88 }}} 89 == Embedded == 90 91 * [http://free-electrons.com/blog/elc-2009-videos/ CELF Embedded Linux Conference(ELC) 2009 videos] 46 92 47 93 == 擴增實境 Augmented Reality ==