On the lines of http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books, I'm trying to create a wiki of system administrator books with open source licenses, like Creative Commons, GPL, etc. Feel free to pour in your recommendations.

Linux

Bash

MySQL

Apache

Networking

link|improve this question
feedback

4 Answers

I use Python for system administration, this book is under GNU Free Documentation License: Dive into Python

This one is about the Linux Kernel: Linux Kernel in a Nutshell and published under Creative Commons Attribution-ShareAlike 2.5 license

O'Reilly has also published a number of Open Books. Learning Debian, Version Control with subversion, Using Samba are quite outdated but still interesting.

link|improve this answer
feedback

Perl Training Australia have an excellent set of course notes for learning perl at http://perltraining.com.au/notes.html. These are the notes they use in their courses, but they're available for free download and use.

Course books available are:

  • Programming Perl
  • Object Oriented Perl
  • Perl Security
  • Database Programming with Perl
  • Web Development with Perl
  • Perl for System Administration

Highly Recommended for anyone wanting to learn perl.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.