| 6 | |
| 7 | == Programming : Shell == |
| 8 | |
| 9 | * [http://www.linuxjournal.com/content/creating-bash-spinner 用 bash 產生 spinner 動畫] |
| 10 | * 看 [http://www.linuxjournal.com/files/linuxjournal.com/ufiles/spinner.mp4 影片] 就知道是指哪個效果了~ |
| 11 | |
| 12 | == File System == |
| 13 | |
| 14 | * [http://www.linuxdevices.com/news/NS7566084773.html Linux 2.6.30 gets new filesystems] |
| 15 | * 先前曾看到"[http://www.linux-mag.com/id/7345 NILFS: A File System to Make SSDs Scream]",今天又看到 Linux Kernel 2.6.30 支援 [http://www.nilfs.org/en/ NILFS2] 囉!! |
| 16 | * 文中提到 NFS v4.1 已經納入,但 [http://wiki.linux-nfs.org/wiki/index.php/PNFS_prototype_design Parallel NFS (pNFS)] 會在未來的版本再加入 |
| 17 | * [http://www.ioremap.net/projects/pohmelfs POHMELFS] - 網路分散式檔案系統 (可能跟 Lustre 相似,值得注意) |
| 18 | * [http://git.open-osd.org/gitweb.cgi?p=open-osd.git;a=blob;f=Documentation/filesystems/exofs.txt;hb=refs/heads/exofs EXOFS] - 物件檔案系統,來自 http://www.open-osd.org/ |
| 19 | * FS-Cache - 2.6.30 加入從網路檔案系統快取的機制,跟其他 Unix 作業系統的 [ CacheFS] 相似。 |
| 20 | * Filesystems performance improvements - 因為 fsync 的改進,也加快了檔案系統的效能 |
| 21 | * Fastboot - Intel Moblin 的快速開機機制也有被收錄進 Kernel |
| 22 | * LZMA/BZIP2 kernel image compression - vmlinuz 以前用 gzip, 現在也支援 lzma 跟 bzip2 的壓縮格式了 |
| 75 | == Virtualization == |
| 76 | |
| 77 | * [http://www.virtualization.info/2009/05/hidden-challenges-of-virtualization.html The Hidden Challenges of Virtualization - Part 1] |
| 78 | * [http://www.virtualization.info/2009/06/hidden-challenges-of-virtualization.html The Hidden Challenges of Virtualization - Part 2] |
| 79 | * [http://www.virtualization.info/2009/06/hidden-challenges-of-virtualization_10.html The Hidden Challenges of Virtualization – Part 3] |
| 80 | |
| 81 | == Cloud Computing == |
| 82 | |
| 83 | * [http://www.usenix.org/events/hotcloud09/tech/ HotCloud '09 Workshop] |
| 84 | |
| 85 | == jQuery == |
| 86 | |
| 87 | * [http://flowplayer.org/tools/ jQuery TOOLS] - The missing UI library for the Web |
| 88 | * jQuery TOOLS 希望能補齊 jQuery UI 未收錄的一些元件 |
| 89 | * [http://flowplayer.org/tools/demos/ 一些展示] |
| 90 | |
| 91 | == Mobile Computing == |
| 92 | |
| 93 | * [http://www.oss.org.tw/dokuwiki/doku.php?id=linuxforum Linux Forum 2009 講師簡報] |
| 94 | |
| 95 | == Firefox == |
| 96 | |
| 97 | * [http://video.linuxfoundation.org/video/1419 Firefox Addon: It's All Text] |
| 98 | * 先前 Thomas 跟我提過,加上這個附加元件就可以更方便編譯 Trac 的內容。 |
| 99 | * [ 附加元件下載點] |
| 100 | |
| 101 | == Erlang == |
| 102 | |
| 103 | * [演講錄影] [http://www.infoq.com/presentations/joe-armstrong-erlang-qcon08 Functions + Messages + Concurrency = Erlang] |
| 104 | |