Recommended LINUX and UNIX Systems Programming books(Kaiwan, DG-U2/L2)
 
 







  
POSIX Programmers Guide7 reviews
Donald Lewine

O'Reilly Media, Inc., 1991

Guide for the Newbie, Reference for the Pro

+ Best Way to Write Portable Programs
+ Guide for the Newbie, Reference for the Pro
+ Readable, informative, and well organized
+ Readable, informative, and well organized
  
  











  



  
Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition) (Addison-Wesley Professional ...25 reviews
W. Richard Stevens, Bill Fenner, ...

Addison-Wesley Professional, 2003

Comprehensive.

+ Very Good Book
+ This is the one I have been looking for.
+ Competent Update to the Stevens Classic
+ A piece of art
  
  











  



  
Programming with POSIX(R) Threads (Addison-Wesley Professional Computing Series)23 reviews
David R. Butenhof

Addison-Wesley Professional, 1997

Exceptional

+ A 'need to have' for experts and non-expers
+ The best book on the topic
+ Excellent book with practical advice for software developers
  
  











  



  
Expert C Programming82 reviews
Peter van der Linden

Prentice Hall PTR, 1994

Pure Depressing Awesomeness

+ Great book and service
+ Title says it all
+ Tremendous book
  
  











  



  
Professional Linux Programming (Programmer to Programmer)1 review
Jon Masters, Richard Blum

Wrox, 2007

Good for beginning... if you know your basics.

I bought this book hoping to familiarize myself with some of the more common methods of programming for the Linux system. The book does a fairly good job of explaining the Linux kernel, as well as introducing the basics of OpenGL and SDL for graphics. I felt that the networking section of the book ...
  
  











  



  
Advanced Programming in the UNIX Environment, Second Edition (Addison-Wesley Professional Computing Series)1 review
W. Richard Stevens, Stephen A. Rago

Addison-Wesley Professional, 2008

Great that it's now available in paperback!

Three years ago, this second edition was released in hardcover. A worthy and needed updating of the first edition. Now this paperback edition is made available. The cheaper cost will benefit some readers. Its reputation as one of the standard unix texts means that many unix and linux programmers ...
  
  











  



  
UNIX Systems Programming: Communication, Concurrency and Threads (2nd Edition)23 reviews
Kay A. Robbins, Steve Robbins

Prentice Hall PTR, 2003

practical it is

+ Worth my yearly salary!
+ Good textbook style reference

This is the type of book that doesn't leave you with more questions than it answers. It doesn't just discuss the concepts and then you're on your own for coding. It gives you enough code and explanation so that you can implement mutex locks, semaphores, threads, etc. It doesn't force you to go ...
  
  











  



  
Multithreaded Programming With PThreads7 reviews
Bil Lewis, Daniel J. Berg, ...

Prentice Hall PTR, 1997

Wonderful!

The authors of this book, in addition to their knowledge of threads, also know how to teach. The only shortcoming I could point out is that certain topics are treated shallowly, while less important topics are explained with too much detail. What's really interesting about the book is the authors' ...
  
  











  



  
Beginning Linux Programming75 reviews
Neil Matthew, Richard Stones

Wrox, 2007

Great book

+ Excellent coverage of all bases
+ Really a good book for begginner

I bought this book 1996 when I was in high school. It was challenging, and now when I returned to it in 2006, I realize how much I skipped on my 96' reading. The great thing with this book (at least the 96 edition) is that is has such a nice flow. You will learn the concepts of Unix programming, ...
  
  











  



  
Minimal Perl: For UNIX and Linux People12 reviews
Tim Maher

Manning Publications, 2006

Very Effective and Potent

+ Great Perl Tutorial for Experience UNIX/Linux Users
+ If you are a Sys Admin
+ The unix way, perl style
  
  











  



  
UNIX Network Programming16 reviews
W. Richard Stevens

Prentice Hall PTR, 1990

A Unix Bible

+ One of the best books I've ever read
+ Classic work - but in series need of updates as time goes on
+ A "must-have" classic programming text
  
  











  



  
Linux System Programming: Talking Directly to the Kernel and C Library6 reviews
Robert Love

O'Reilly Media, Inc., 2007

Easy to read-Your first step into system programming

+ The book truly is for all developers

Up-side Its a very easily readable book. Unlike other heavy weight books on system programming in this book code is very simple. All the codes are on one place no extra header files. So if you are new to system-kernel programming, like my self, this is the book for you. I did have problem ...
  
  











  



  
UNIX Network Programming16 reviews
W. Richard Stevens

Prentice Hall PTR, 1990

A Unix Bible

+ One of the best books I've ever read
+ Classic work - but in series need of updates as time goes on
+ A "must-have" classic programming text
  
  











  



  
Linux System Programming: Talking Directly to the Kernel and C Library6 reviews
Robert Love

O'Reilly Media, Inc., 2007

Easy to read-Your first step into system programming

+ The book truly is for all developers

Up-side Its a very easily readable book. Unlike other heavy weight books on system programming in this book code is very simple. All the codes are on one place no extra header files. So if you are new to system-kernel programming, like my self, this is the book for you. I did have problem ...
  
  











  



  
Expert C Programming82 reviews
Peter van der Linden

Prentice Hall PTR, 1994

Pure Depressing Awesomeness

+ Great book and service
+ Title says it all
+ Tremendous book
  
  











  



  
Beginning Linux Programming75 reviews
Neil Matthew, Richard Stones

Wrox, 2007

Great book

+ Excellent coverage of all bases
+ Really a good book for begginner

I bought this book 1996 when I was in high school. It was challenging, and now when I returned to it in 2006, I realize how much I skipped on my 96' reading. The great thing with this book (at least the 96 edition) is that is has such a nice flow. You will learn the concepts of Unix programming, ...
  
  











  



  
Minimal Perl: For UNIX and Linux People12 reviews
Tim Maher

Manning Publications, 2006

Very Effective and Potent

+ Great Perl Tutorial for Experience UNIX/Linux Users
+ If you are a Sys Admin
+ The unix way, perl style
  
  











  



  
Advanced Programming in the UNIX Environment, Second Edition (Addison-Wesley Professional Computing Series)1 review
W. Richard Stevens, Stephen A. Rago

Addison-Wesley Professional, 2008

Great that it's now available in paperback!

Three years ago, this second edition was released in hardcover. A worthy and needed updating of the first edition. Now this paperback edition is made available. The cheaper cost will benefit some readers. Its reputation as one of the standard unix texts means that many unix and linux programmers ...
  
  











  



  
Multithreaded Programming With PThreads7 reviews
Bil Lewis, Daniel J. Berg, ...

Prentice Hall PTR, 1997

Wonderful!

The authors of this book, in addition to their knowledge of threads, also know how to teach. The only shortcoming I could point out is that certain topics are treated shallowly, while less important topics are explained with too much detail. What's really interesting about the book is the authors' ...
  
  











  



  
Professional Linux Programming (Programmer to Programmer)1 review
Jon Masters, Richard Blum

Wrox, 2007

Good for beginning... if you know your basics.

I bought this book hoping to familiarize myself with some of the more common methods of programming for the Linux system. The book does a fairly good job of explaining the Linux kernel, as well as introducing the basics of OpenGL and SDL for graphics. I felt that the networking section of the book ...
  
  











  






   



apparel
baby
beauty
books
camera photo
cell phones
classical music
computers
dvd
electronics
gourmet food
health personal care
kitchen
magazines
musical instruments
office products
outdoor living
computer video games
popular music
pet-supplies
software
sporting goods
tools hardware
toys-games
vhs
watches jewelry



Kindle - Amazon's New Wireless Reading Device
This is the future of book reading. I have used it and love it!

randomly chosen


book: Time Enough for Drums

we recommend


Pure Depressing Awesomeness


leave a comment


home  impressum - about us