Results 1 to 6 of 6
For beginners... I just installed Centos 6 and want to learn Linux in general, but in the end have a "small", text based (no GUI) server (PHP, MySQL etc...).
I ...
- 11-13-2011 #1Just Joined!
- Join Date
- Oct 2011
- Posts
- 10
What are the good books about Linux?
For beginners... I just installed Centos 6 and want to learn Linux in general, but in the end have a "small", text based (no GUI) server (PHP, MySQL etc...).
I looked at "Linux all-in-one for dummies" and "Practical guide to Linux, 2nd edition", but none of them seem to be easy to read.
There are books out there on difficult topics that are easy to read and some on topic that are easy that are hard to go through if you know what I mean...
Thanks in advance for any info.
- 11-13-2011 #2
This was brought up a little while back, too.
So instead of me copying the answers...
http://www.linuxforums.org/forum/cof...als-books.htmlJay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 11-13-2011 #3
Running Linux
"I'm just a little old lady; don't try to dazzle me with jargon!"
- 11-14-2011 #4
I think you should take a look at RUTE. It's a pretty extensive book that covers and lot of subjects, and it's available for free online. Even if you're a beginner, this book starts somewhat from the ground up and so you should find it educational: http://rute.2038bug.com/index.html.gz
- 11-14-2011 #5Just Joined!
- Join Date
- Mar 2009
- Location
- NOLA
- Posts
- 10
open a terminal and type "help" and then "info" each command that shows up in the list... and read

"info" is "man" (unix program manuals) beefed up on roids (or markup, rather), which when used by itself also provides manuals on lots of topics & programs and libraries. With "info" you can scroll to the corresponding asterisk and 'enter' to pursue the link all from the command line (try "info info" to read its tutorial). though what would be the most beneficial is to read "info bash", "info grep", "info sed", "info less" and "info ls" to get started with the basics (and be ahead of most, as people tend to shy away from the obvious: reading the manual!!)...
Since nearly all GNU/Linux systems have the packages 'coreutils', 'diffutils' and other fundamental GNU programs, most other programs build on that core functionality. What separates distributions such as CentOS (from Ubuntu or Fedora or Debian or ArchLinux, etc. ad nausea o.O) is simply the way packages are tweaked/compiled, arranged, managed and handled for that distro. Everything else is lagniappe!
If you Must get a book (and by all means soak up all you can from where you can), why not either the CentOS or Linux Bible (both should be on the shelf at a major bookstore)? Either should provide enough to get started with GNU/Linux in general, and contain common practice models from acquisition and installation of a system distro, to core/basic administration topics that span an information range by way of necessity to manage your own system. ... ...That is if you get tired of "info" (not that you would get tired of the plethora of information provided by "info")
Though FREE resources are even better, as previously mention 
Hope this helps!
- 11-14-2011 #6If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.


Reply With Quote

