FourDollars Blog:
http://fourdollars.blogspot.com/2007/08/cc-programming-on-linux.html
系統底層架構:http://www.advancedlinuxprogramming.com/
GNU:http://www.gnu.org/manual/manual.html
Makefile、Version Control
Valgrind is an award-winning suite of tools for debugging and profiling Linux programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your programs more stable. You can also perform detailed profiling, to speed up and reduce memory use of your programs.