Please Recommend Good Linux Books Talking as much and thoroughly as possible

This is a discussion on Please Recommend Good Linux Books Talking as much and thoroughly as possible within the Linux Administration forums, part of the Linux Forums category; Hello I have been using Linux for quite a while and I am trying to learn as much as possible ...


Go Back   Usenet Forums > Linux Forums > Linux Administration

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 10-15-2004
Iván Filpo
 
Posts: n/a
Default Please Recommend Good Linux Books Talking as much and thoroughly as possible

Hello

I have been using Linux for quite a while and I am trying to learn as much
as possible by reading books.

I would like to read complete books not just covering one linux distro but
common things in all of them that probably were carried over from unix. By
this I mean not mainly unix but materials that will make be capable of
dealing with almost any distro.

I would like the books to include one of the following:

1- Linux & Unix Commands(Specially those that are very useful).
2- Linux Networking & Firewall(Iptables).
3- Backing up.
4- Setup Important applications(Samba,Apache,Postfix or any MTA,etc).
5- Scripting(Awk, Sed, Perl).
6- Kernel Compiling & Hacking.
7- Linux Security.
8- NFS
9- NIS
10-SNMP & Network Centralized Managment.
11- Anything I missed that helps for the Certification and would prepare
m to help other persons in these groups.

I have Running Linux 3rd edition, Linux in a nutshell. I would like to
hear about the best of the best.

Thanks for your time,

Iván C. Filpo
Reply With Quote
  #2 (permalink)  
Old 10-15-2004
ral
 
Posts: n/a
Default Re: Please Recommend Good Linux Books Talking as much and thoroughlyas possible

Iván Filpo wrote:
> Hello
>
> I have been using Linux for quite a while and I am trying to learn as much
> as possible by reading books.
>
> I would like to read complete books not just covering one linux distro but
> common things in all of them that probably were carried over from unix. By
> this I mean not mainly unix but materials that will make be capable of
> dealing with almost any distro.
>
> I would like the books to include one of the following:
>
> 1- Linux & Unix Commands(Specially those that are very useful).
> 2- Linux Networking & Firewall(Iptables).
> 3- Backing up.
> 4- Setup Important applications(Samba,Apache,Postfix or any MTA,etc).
> 5- Scripting(Awk, Sed, Perl).
> 6- Kernel Compiling & Hacking.
> 7- Linux Security.
> 8- NFS
> 9- NIS
> 10-SNMP & Network Centralized Managment.
> 11- Anything I missed that helps for the Certification and would prepare
> m to help other persons in these groups.
>
> I have Running Linux 3rd edition, Linux in a nutshell. I would like to
> hear about the best of the best.
>


<snip>

Do a google search for "rute" (pronounced root)
Reply With Quote
  #3 (permalink)  
Old 10-15-2004
Brian
 
Posts: n/a
Default Re: Please Recommend Good Linux Books Talking as much and thoroughly as possible

I'm no linux expert, but I've been in heavy training for a few months and
found the "Linux Administration Handbook":
http://www.amazon.com/exec/obidos/AS...941203-6648865

to be very helpful.

For more, just checkout amazon. There's plenty of people there ready to tell
you what to read.

Brian.

"Iván Filpo" <caonex@caonex.mine.nu> wrote:
> Hello
>
> I have been using Linux for quite a while and I am trying to learn as much
> as possible by reading books.
>
> I would like to read complete books not just covering one linux distro but
> common things in all of them that probably were carried over from unix. By
> this I mean not mainly unix but materials that will make be capable of
> dealing with almost any distro.
>
> I would like the books to include one of the following:
>
> 1- Linux & Unix Commands(Specially those that are very useful).
> 2- Linux Networking & Firewall(Iptables).
> 3- Backing up.
> 4- Setup Important applications(Samba,Apache,Postfix or any MTA,etc).
> 5- Scripting(Awk, Sed, Perl).
> 6- Kernel Compiling & Hacking.
> 7- Linux Security.
> 8- NFS
> 9- NIS
> 10-SNMP & Network Centralized Managment.
> 11- Anything I missed that helps for the Certification and would prepare
> m to help other persons in these groups.
>
> I have Running Linux 3rd edition, Linux in a nutshell. I would like to
> hear about the best of the best.
>
> Thanks for your time,
>
> Iván C. Filpo



Reply With Quote
  #4 (permalink)  
Old 10-16-2004
Alan Connor
 
Posts: n/a
Default Re: Please Recommend Good Linux Books Talking as much and thoroughly as possible

On Thu, 14 Oct 2004 20:25:19 -0500, Iván Filpo <caonex@caonex.mine.nu> wrote:
>
>
> Hello
>
> I have been using Linux for quite a while and I am trying to learn as much
> as possible by reading books.


Download this, and study the first 9 chapters or so:

http://rute.2038bug.com/rute.html.tar.bz2

See the HOWTOS at http://www.tldp.org

(You can download *all* of them in a tarball too. Very handy.)

"Learning the bash Shell" 2nd Edition, OREILLY

You already have "Running Linux", but should probably upgrade
to the 4th edition.

HTH,

AC

Reply With Quote
  #5 (permalink)  
Old 10-16-2004
TN
 
Posts: n/a
Default Re: Please Recommend Good Linux Books Talking as much and thoroughly as possible

Iván Filpo <caonex@caonex.mine.nu> wrote in message news:<pan.2004.10.15.01.25.18.831613@caonex.mine.n u>...
> I have been using Linux for quite a while and I am trying to learn as much
> as possible by reading books.


I can't imagine learning much about all those things from books or any
kind of "certification" program, though the advantage of certification
is that you get to give money to otherwise unemployable people --
always a karmic plus. The best (only) way to really learn this stuff
is to do it, preferably because you have no choice. That way your
knowledge will grow in an organic "need to know" way, rather than
trying to get a vague overview of everything.

That said, whenever I have to get into something new, I usually start
with either the package documentation itself (a lot of open source
projects have pretty good documentation on their web sites), RFCs, the
occasional O'Reilly book, and best (or worst) of all, source code. The
only books I refer to with any regularity are Stevens's "Unix Network
Programming," an ancient edition of "Programming Perl" (though perldoc
is usually just fine), and Curry's "Unix Systems Programming for
SVR4." If you want Unix background, try Vahalla's "Unix Internals."
Generally stuff in the Linux world changes so fast that books can't
keep up, anyway. The net is your second-best resource. The best is
trial and error.

Tim
Reply With Quote
  #6 (permalink)  
Old 10-17-2004
Retlak
 
Posts: n/a
Default Re: Please Recommend Good Linux Books Talking as much and thoroughly as possible

px9900i@yahoo.com (TN) wrote in message news:<52c69394.0410160107.47e1ac57@posting.google. com>...
> Iván Filpo <caonex@caonex.mine.nu> wrote in message news:<pan.2004.10.15.01.25.18.831613@caonex.mine.n u>...
> > I have been using Linux for quite a while and I am trying to learn as much
> > as possible by reading books.

>
> I can't imagine learning much about all those things from books or any
> kind of "certification" program,


I agree with Tim's comment, for slightly different reasons. "Linux" is
a big subject, and however much you learn, you will remember only what
you use. What do you want to do? Set up a NAT firewall? Rip/burn DVDs?
Set up a Samba server? Advise a Windows user which apps to use as
replacements for Office? I doubt that there is anyone on earth who
knows everything about all the stuff that comes with a typical Linux
distro.
The books you have already got and the URLs in this thread are more
than enough to get you started. Beyond that, search the web for your
specific needs.
Reply With Quote
  #7 (permalink)  
Old 10-17-2004
Bruce Coryell
 
Posts: n/a
Default Re: Please Recommend Good Linux Books Talking as much and thoroughlyas possible

If you're using one of the Red Hat derivatives (Fedora, White Box, Pink
Tie, etc.) or even RH itself, you can't go wrong with a book entitled
Beginner's Guide to Red Hat System Administration - clearest covering of
these topics I know about.

TN wrote:
> Iván Filpo <caonex@caonex.mine.nu> wrote in message news:<pan.2004.10.15.01.25.18.831613@caonex.mine.n u>...
>
>>I have been using Linux for quite a while and I am trying to learn as much
>>as possible by reading books.

>
>
> I can't imagine learning much about all those things from books or any
> kind of "certification" program, though the advantage of certification
> is that you get to give money to otherwise unemployable people --
> always a karmic plus. The best (only) way to really learn this stuff
> is to do it, preferably because you have no choice. That way your
> knowledge will grow in an organic "need to know" way, rather than
> trying to get a vague overview of everything.
>
> That said, whenever I have to get into something new, I usually start
> with either the package documentation itself (a lot of open source
> projects have pretty good documentation on their web sites), RFCs, the
> occasional O'Reilly book, and best (or worst) of all, source code. The
> only books I refer to with any regularity are Stevens's "Unix Network
> Programming," an ancient edition of "Programming Perl" (though perldoc
> is usually just fine), and Curry's "Unix Systems Programming for
> SVR4." If you want Unix background, try Vahalla's "Unix Internals."
> Generally stuff in the Linux world changes so fast that books can't
> keep up, anyway. The net is your second-best resource. The best is
> trial and error.
>
> Tim


Reply With Quote
  #8 (permalink)  
Old 10-19-2004
moo
 
Posts: n/a
Default Re: Please Recommend Good Linux Books Talking as much and thoroughly as possible

On Sat, 16 Oct 2004 02:07:41 -0700, TN wrote:

> Iván Filpo <caonex@caonex.mine.nu> wrote in message news:<pan.2004.10.15.01.25.18.831613@caonex.mine.n u>...
>> I have been using Linux for quite a while and I am trying to learn as much
>> as possible by reading books.

>

<snip>

All good suggestions, another you may find usefull is LASG by
Kurt Seifried (http://www.seifried.org/lasg/)

No doubt experience is the best teacher, one project which helped me in my
initial learning was setting up a linux gateway/router, also there are
some excellent howto's you should read like:
Unix-and-Internet-Fundamentals
Net-HOWTO
Adv-Routing-HOWTO

Most distro's have a howto collection and they could very well be sitting
on your hard drive now ;-)
/usr/doc/howto/text on mine anyway.

--
http://www.lucidit.co.nz/
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 04:27 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0