All of lore.kernel.org
 help / color / mirror / Atom feed
* Book Recommendations
@ 2002-11-12 19:45 Paul Kraus
  2002-11-12 21:17 ` Ray Olszewski
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Paul Kraus @ 2002-11-12 19:45 UTC (permalink / raw)
  To: linux-newbie

What books would you recommend?

If it seems broad it is supposed to be :) I want recommendation on
newbie, intermediate, advanced, scripting, programming, and security :)

Thanks!

Paul Kraus
Network Administrator
PEL Supply Company
216.267.5775 Voice
216-267-6176 Fax
www.pelsupply.com

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Book recommendations
@ 2005-12-23 23:11 ed
  2005-12-23 23:27 ` Michal Piotrowski
  2005-12-24  0:11 ` Steven Rostedt
  0 siblings, 2 replies; 20+ messages in thread
From: ed @ 2005-12-23 23:11 UTC (permalink / raw)
  To: linux kernel

Hello,

I am looking to get involved in kernel development, maybe start first
with looking at very minor bugs effecting my local system etc.

First I would like some advice on choosing reading material, has anyone
any good advice? I have previously read Unix Internals - Pate, but this
is not deep enough and closer to SCO than linux.

-- 
Regards, Ed http://www.usenix.org.uk
:%s/Open Source/Free Software/g

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Re: Book Recommendations
@ 2002-11-13 12:10 [ Jason ]
  0 siblings, 0 replies; 20+ messages in thread
From: [ Jason ] @ 2002-11-13 12:10 UTC (permalink / raw)
  To: linux-newbie



On Wed, 2002-11-13 at 17:01, Elias Athanasopoulos wrote:
> On Tue, Nov 12, 2002 at 01:24:07AM -0500, [ Jason ] wrote:
> > 9) The C Programming Lang (ANSI Standard) (the white book, aka: the
> >    bible to some, the k&R book)
> 
> I guess it is the K&R book. The bible is the Art of Computer
Programming
> (D. Knuth), which I think noone mentioned and, IMHO, shouldn't be out
of such 
> a list. :-)
> 
> Elias
> 
> -- 
> http://gnewtellium.sourceforge.net                    MP3 is not a
crime.     

Oh damn! I totally overlooked that...wow..hard to believe I could
overlook a publication by Knuth. I have a copy of Vol I on my
shelf too...lol ever have one of those days/weeks? ;-D  It was
going to be a 7 volume set if I remember right, but Knuth
only did 3 volumes. But that doesn't take away from
his contribution at all!

oh and I guess just in case people are in to Comp Arch. a 
good collection of whitepapers/articles can be found 
in "Readings in Computer Architecture" by Hill, Jouppi, Sohi.

I guess I should also mention that if youu into C++ you
should have a book by Bjorn Stoustrup !

jason

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Re: Book Recommendations
@ 2002-11-12  6:24 [ Jason ]
  2002-11-13 22:01 ` Elias Athanasopoulos
  0 siblings, 1 reply; 20+ messages in thread
From: [ Jason ] @ 2002-11-12  6:24 UTC (permalink / raw)
  To: linux-newbie


Initially I sent this to Mr. Kraus, thinking it was going to
the list; but instead wound up in his inbox. Sorry about that :)
I don't post much. 

Here are my picks:

On Tue, 2002-11-12 at 14:45, Paul Kraus wrote:
> What books would you recommend?

1)  Practical Unix Programming : A Guide to Concurrency, Communication
    and Multithreading
    By S. Robbins (PhD. MIT) and K. Robbins (PhD. MIT) 
    http://vip.cs.utsa.edu
 
    Excellent book, however some of the code examples are very 
    concise and may require several passes for a new C programmer
    to comprehend. I'll be honest, I had the privilege of taken
    the course from Dr. Steve Robbins and it was excellent to say
    the least. The second edition is very close to completion
    and includes a project I worked on as an undergrad :-D

2)  Understanding the Linux Kernel 
    by D. Bovet and M. Cesati
    O'Reilly series

    A nice book so far, haven't gotten to far with it. But I 
   would say that you need basic understanding of how an OS 
   works before diving right in.

3)  Maximum Linux Security 
    by Anonymous 

4)  "the Safe book"  aka: Practical Unix & Internet Security
    by. S. Garfinkel and G. Spafford
     
both 3) and 4) are must haves IMO.  The "Hacking Exposed series" isn't
too bad. But if you want some real fun set up a honeynet :-D
http://project.honeynet.org/

5) Any book by Richard Stevens; Adavanced Programming in the Unix
   System Enviornment; Unix Network Programming vol 1 & 2; 
   TCP IP/Illustrated Vol 1-3; especially Vol 1.

6)  Modern Operating Systems
    by A. Tanebaum
    Very good book from what I hear, but I don't own a copy.

7) Learning Perl
   O'Reilly series

8) Sed & Awk
   O'Reilly series

9) The C Programming Lang (ANSI Standard) (the white book, aka: the
   bible to some, the k&R book)
   by. Kernighan and Ritchie 
   This is a *must* have.

10) Books by Dietel and Dietel; such as "How to Program <foo>"
    Just in case the K&R book isn't your cup of tea, I found
    their series to be helpful.

11) Pick up a book on python..thats my next language. I heard
    its really useful.

12) the Java "core" series by C. Horstmann.

13) Java network programming by E. L. Harold; currently 2nd edition.
 
    Good book, covers Threads, working with URL's, secure sockets etc..

I think thats it. I have more book lying around but these were the
ones that came to mind right away.

regards,
Jason Jendrusch


    
 


> If it seems broad it is supposed to be :) I want recommendation on
> newbie, intermediate, advanced, scripting, programming, and security
:)
> 
> Thanks!
> 
> Paul Kraus
> Network Administrator
> PEL Supply Company
> 216.267.5775 Voice
> 216-267-6176 Fax
> www.pelsupply.com
> 
> -
> To unsubscribe from this list: send the line "unsubscribe
linux-newbie" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.linux-learn.org/faqs

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2005-12-24 12:41 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-12 19:45 Book Recommendations Paul Kraus
2002-11-12 21:17 ` Ray Olszewski
2002-11-12 22:51   ` Elias Athanasopoulos
2002-11-13 10:27   ` dashielljt
2002-11-13 14:11   ` Joshua Lee
2002-11-12 21:34 ` Elias Athanasopoulos
2002-11-13 14:01 ` Joshua Lee
  -- strict thread matches above, loose matches on Subject: below --
2005-12-23 23:11 Book recommendations ed
2005-12-23 23:27 ` Michal Piotrowski
2005-12-24  0:11 ` Steven Rostedt
2005-12-24 10:33   ` Pekka Enberg
2005-12-24 12:38     ` ed
2005-12-24 12:41       ` Steven Rostedt
2002-11-13 12:10 Book Recommendations [ Jason ]
2002-11-12  6:24 [ Jason ]
2002-11-13 22:01 ` Elias Athanasopoulos
2002-11-14  9:51   ` dashielljt
2002-11-14 20:32     ` Elias Athanasopoulos
2002-11-14 19:27       ` Ray Olszewski
2002-11-15 11:25         ` Elias Athanasopoulos

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.