LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 09-18-2001, 12:09 PM   #1
360
Member
 
Registered: Jun 2001
Distribution: FC4
Posts: 136

Rep: Reputation: 15
How to learn Linux - Books and Links


A friend of mine asked me to send over the links and books that I recommend for learning linux. I have spent more than a year trying to find out what information I need to learn and why.

Following is a list of links and books that have been great help along the way. Please feel free to make comments about my suggestions so we can help others accomplish their goals.

Along with books and links, I sincerely believe the best way to learn is to have a Mentor who can help you along the way. My mentor is a linux guru but he also had a mentor at one time. Once you find your mentor, always respect him by using email instead of telephone and always try to find the answer in a book or help site before you go running to your mentor. This respect will prolong your relationship and help you learn. If your mentor is good, he will rarely give you the answer; rather, he will point you toward the answer.

See my latest list of Linux/Unix books at Amazon
http://www.amazon.com/exec/obidos/tg...604470-0518252

Links:
http://www.linuxquestions.org
http://www.linuxnewbie.org

http://apache.org/ web server
http://www.sendmail.org/ mail server

http://www.php.net/ web page programming language similar to ColdFusion/ASP but FREE!
http://python.org/ If you don't already know C or Perl, learn Python. Very easy and Powerful Language.


Must have Books:

You must have the following books to get anywhere with Linux:

"Red Hat Linux Administrator’s Handbook" (Gets you up and running with all the common server apps such as Apache, FTP, Sendmail, Samba and NFS. Must have this book) (Don't start flames here, just recommend the book for your flavor.)
http://www.amazon.com/exec/obidos/A...8971318-6763219

"Linux in a NutShell" (Complete reference of commands. Must have this book)
http://www.amazon.com/exec/obidos/A...8971318-6763219


More books:

When your ready to become a guru...

"Unix System Administration Handbook" (The mother of Linux/Unix Networking and Admin, Must have this book)
http://www.amazon.com/exec/obidos/A...8971318-6763219

"Unix Power Tools" (The mother of guru Unix/Linux books for command line users. Doesn't include Networking.
http://www.amazon.com/exec/obidos/A...8971318-6763219


Books on Programming Linux

"Learn to Program Using Python" (Get this if you don't know how to program otherwise, skip it)
http://www.amazon.com/exec/obidos/A...8971318-6763219

"PHP and MySQL Web Development" (This takes the place of ASP and mSQL (Microsoft) if you want to make your website interactive with forms, data basing and more. PHP and MySQL are both cross platform apps for Windows and Linux.
http://www.amazon.com/exec/obidos/A...=I3K2CV5AG01B4O

Sed and Awk" (The magic wands of the command line. Two programs that work alone or together to help you make linux do what you want it to do. All gurus know them.
"Sed and Awk" (O'Reilly's book on the subject)
http://www.amazon.com/exec/obidos/t...8971318-6763219


Unless you already know C, C++ or Perl, you will need to know a programming Language. I recommend C or Python. Linux is written in C as are many of its apps. Python is cross platform Windows/Linux and can take the place of C and Perl in most respects. Start with the beginners book I mentioned earlier or go straight to this book if you already understand how to program:

"Learning Python"
http://www.amazon.com/exec/obidos/t...8971318-6763219



Books on Specific, Network Subjects:

"Linux Sendmail Administration (Craig Hunt Linux Library)" (You may find that this book is better than O'Reilly's Sendmail book.
http://www.amazon.com/exec/obidos/A...8971318-6763219

"Linux Apache Web Server Administration" (I did not like O'Reilly's book on Apache. This one should be better)
http://www.amazon.com/exec/obidos/A...8971318-6763219


"DNS and Bind" (O'Reilly - About the only decent book on the subject.)
http://www.amazon.com/exec/obidos/A...8971318-6763219


"Maximum Linux Security" - (I don't have this book but it seems to be popular.)
http://www.amazon.com/exec/obidos/A...8971318-6763219


Good Luck,

Gene
Linux is free but learning it will cost you ;-)

Last edited by 360; 10-11-2001 at 08:51 PM.
 
Old 09-19-2001, 02:45 PM   #2
Citizen Bleys
Member
 
Registered: Mar 2001
Location: Moncton, NB
Distribution: Gentoo 2006.0
Posts: 181

Rep: Reputation: 30
I have "PHP and MySQL Web Developent", and I quite like it. (I assume we're both talking about the Sams book, with the title in the Chicago font)

I also like "Red Hat Linux Secrets, 3rd Edition", published by IDG books. The author is Naba something-or-other (long name, starts with a "B")
 
Old 10-11-2001, 06:56 AM   #3
rahul
LQ Newbie
 
Registered: Oct 2001
Location: India
Distribution: RedHat
Posts: 9

Rep: Reputation: 0
linux books

links:

www.linuxdoc.org

books:

Linux programming (Wrox)
Understanding linux kernel {For people interested in system side}

and evergreen
The C Programming Language
The Design of the Unix Operating System


with regards
 
Old 10-11-2001, 07:01 AM   #4
entm
Member
 
Registered: Oct 2001
Location: Atlanta, GA
Distribution: Red Hat 7.0
Posts: 45

Rep: Reputation: 15
Running Linux 3rd Edition

You can't go wrong with an O'Reilly book.
 
Old 10-11-2001, 08:59 PM   #5
360
Member
 
Registered: Jun 2001
Distribution: FC4
Posts: 136

Original Poster
Rep: Reputation: 15
I wish it were true that you can't go wrong with an O'Reilly book which may have been the case in the past. I have several O'Reilly books and they are excellent but the Apache book, in my opinion is not up to par.

Craig Hunt, author of O'Reilly's TCPIP, and his clan of authors has an excellent new Library just for Linux. I have all but Samba and NFS. They are just as informative yet easier to work with than O'Reilly's books of the same subject.

O'Reilly's "Linux in a Nutshell" and "Unix Power Tools" are great examples of O'Reilly.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
links (hard links and soft links..) sachitha Programming 1 08-10-2005 12:10 PM
What are the good books to learn Linux Admin? eBopBob Linux - Newbie 9 02-27-2004 05:38 AM
linux books dave1392 Linux - General 4 07-21-2003 12:42 PM
linux books bpb1020 Linux - General 1 01-07-2002 11:44 AM
Links Section updated - Please add your Linux links. jeremy Linux - General 2 11-24-2001 11:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 04:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration