| 5 | |
| 6 | == File System == |
| 7 | |
| 8 | * [http://events.linuxfoundation.org/events/lsf-workshop Linux Storage & Filesystems Workshop 2009] |
| 9 | * [http://lwn.net/Articles/327601/ Linux Storage and Filesystem workshop, day 1] |
| 10 | |
| 11 | == Open Source == |
| 12 | |
| 13 | * [http://www.linuxlinks.com/article/20090405061458383/20oftheBestFreeLinuxBooks-Part1.html 20 of the Best Free Linux Books] - 20 大免費 Linux 電子書 |
| 14 | * 系統面(System Level) |
| 15 | * [http://tille.garrels.be/training/bash/ Bash Guide for Beginners] - 這本對學習 Bash Shell Script 有幫助 |
| 16 | * [http://www.advancedlinuxprogramming.com/ Advanced Linux Programming] - 這本對於在 Linux 上寫 C 的程式有非常大的幫助 |
| 17 | * [http://sourceforge.net/projects/linkbat Linux Knowledge Base and Tutorial (LINKBAT)] - [http://nchc.dl.sourceforge.net/sourceforge/linkbat/Tutorial_0.3.pdf PDF 下載] |
| 18 | * [http://en.flossmanuals.net/gnulinux Put Yourself In Command] - Linux 指令教學 |
| 19 | * 核心層(Kernel Level) |
| 20 | * [http://oreilly.com/catalog/9780596005900/ Linux Device Drivers, Third Edition] - 這本有中譯書,只是如果不想買,下載線上版就好了。 |
| 21 | * [http://www.bizforge.com.tw/modules/news/article.php?storyid=106 各種特殊的 Linux 發行版本] |
| 22 | * [http://www.slideshare.net/tag/osdctw2009 OSDC.TW 2009 投影片]與[http://blog.hcchien.org/OSDCTW/2009/04/audio_archive.html 錄音] |
| 23 | * [http://www.zdnet.co.uk/misc/print/0,1000000169,39646602-21000001c,00.htm Ten top Linux and open-source developer tools] - Linux 開發者最愛的前十大開發工具 |
| 24 | * [http://bluefish.openoffice.nl/ Bluefish] - 網頁設計 |
| 25 | * [http://www.kompozer.net/ KompoZer] - 網頁設計 |
| 26 | * [http://quanta.kdewebdev.org/ Quanta Plus] - 網頁設計 |
| 27 | * [http://projects.gnome.org/anjuta/index.shtml Anjuta] - GNOME 的 C/C++ IDE |
| 28 | * [http://glade.gnome.org/ Glade] - 寫 GTK 介面必備 IDE |
| 29 | * [http://www.kdevelop.org/ Kdevelop] - KDE 下的 IDE 支援 15 種程式語言 |
| 30 | * [http://www.eclipse.org/ Eclipse] - Eclipse 已經進化到不知道該怎麼解釋這個 IDE 了 |
| 31 | * [http://gcc.gnu.org/ GCC] - 這不用講了!! 100% 寫 C/C++ 一定會用到的工具 |
| 32 | * [http://www.gnu.org/software/gdb/ GDB] - 這也不用講了!! 100% 寫 C/C++ 除錯一定要用的啊!! |
| 33 | * [http://www.makelinux.net/make3/ Make] - 這也不用講了!! 好一點的專案都會寫 Makefile 的啊!! |
| 34 | |
| 35 | == Git 版本控制 == |
| 36 | |
| 37 | * [http://lwn.net/Articles/327499/ Book Review: Pragmatic Version Control Using Git] |
| 38 | * [http://code.google.com/p/support/wiki/DVCSAnalysis Analysis of Git and Mercurial] - Git 與 Mercurial 的效能分析 |