Linux Resources

I’m sure there are a ton of places out there with Linux resources. However, since I’ve decided to look into them here’s my list. My interests are in better administration and possibly delving into Kernel development at a later stage.

Here’s what I’ve found so far:

  • Thinking in Linux: http://www.ibm.com/developerworks/linux/library/l-roadmap1/index.html
  • Hacking the Kernel: http://www.ibm.com/developerworks/linux/tutorials/l-kernelhack1/index.html
  • Kernel Newbies: http://kernelnewbies.org/ 
  • Kernel Source code: http://kernel.org
  • Linux Docs /Guides: http://www.tldp.org/guides.html

In addition there are several pdf ebooks available from university sites, if you’re interested in delving into development.

To get the source code, use “git clone” to download it from kernel.org – you can do a quick online search on this term and the version of the kernel you want to work with to find the correct command parameters