Have one to sell? Sell yours here
Linux® Programming Bible
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Linux® Programming Bible [Paperback]

John Goerzen (Author)
4.1 out of 5 stars  See all reviews (10 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more


Book Description

0764546570 978-0764546570 March 22, 2000 1
The Linux Programming Bible is the definitive reference for beginning and veteran Linux programmers. Written by John Goerzen, a developer for the Debian GNU/Linux Distribution, this comprehensive guide leads you step by step from simple shell programs to sophisticated CGI applications.

You'll find complete coverage of Linux programming, including:

  • Techniques for C/C++, Perl, CGI, and shell programming
  • Basic tools, such as bash, regular expression, sed, grep, Emacs, and more
  • Communication using semaphores, pipelines, FIFOs, and TCP/IP
  • Practical tips on CVS collaboration security, and performance optimization
  • Linux C tools, including compilers, libraries, and debuggers
Filled with savvy programming advice and clear code examples, the Linux Programming Bible is all you need to take your Linux programming skills to the next level.


Editorial Reviews

From the Publisher

Inside you'll find complete coverage of Linux programming:

Master the basic tools -- bash, regular expressions, sed, grep, Emacs, and more

Tkae charge of the Linux C tools, including compilers, libraries, and debuggers

Understand the Linux model, from files and directories to signals and I/O

Set up communications using semaphores, pipelines, FIFOs, and TCP/IP

Discover how Perl glues it all together, from CGI and SQL/DBI applications to GUIs

Get practical tips on CVS collaboration, security, and performance optimization

About the Author

John Goerzen is a developer for the Debian GNU/Linux operating system since 1996. Currently, he is involved with porting Debian to 64-bit architectures. John works as a Linux consultant in Dallas, TX.

Product Details

  • Paperback: 837 pages
  • Publisher: Wiley; 1 edition (March 22, 2000)
  • Language: English
  • ISBN-10: 0764546570
  • ISBN-13: 978-0764546570
  • Product Dimensions: 9.2 x 7.4 x 2 inches
  • Shipping Weight: 3.2 pounds
  • Average Customer Review: 4.1 out of 5 stars  See all reviews (10 customer reviews)
  • Amazon Best Sellers Rank: #864,576 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

10 Reviews
5 star:
 (4)
4 star:
 (3)
3 star:
 (3)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.1 out of 5 stars (10 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

13 of 13 people found the following review helpful:
5.0 out of 5 stars Highly readable, December 10, 2000
By 
Yong Huang (Houston, TX USA) - See all my reviews
This review is from: Linux® Programming Bible (Paperback)
I'm only interested in the part on systems programming, so I didn't read chapters on Shell, Perl or GUI. This author may have solid teaching experience. Take the discussion on mmap() as an example. On p437, it clears says that MAP_SHARED is for changes to the mapped area in memory to be reflected by change to the file. Compare this with the authoritative SVR4 systems programming book by David Curry, who says "when changes are made to the mapped object, these changes are shared among other processes that also have the object mapped". If this is the first time you use this function, the latter description will sure sound more cryptic.

A number of IDG Bible books err on the side of being too verbose (e.g. UNIX System Admin Bible). I think this book is right to the point. I enjoyed reading the chapters on building libraries, IPC programming, and Linux I/O. The interpretation of source code is accurate and adequate.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
5.0 out of 5 stars Excellent tutorial/reference on many topics, November 20, 2003
By 
nerdyguy1618 (Long Island, NY USA) - See all my reviews
Amazon Verified Purchase(What's this?)
This review is from: Linux® Programming Bible (Paperback)
Is this book out of print? I hope not, because it's a great book. I am an experienced programmer, and it fills in some details about things I knew fairly well, and it helps me learn things I don't know much about.

If I wanted to dig deeper, I could always get a separate book for each topic, but I find that each chapter in this book goes beyond just an introduction. The book is thorough, and I find that I learn a bit more than I need to know to get started on each topic, which is just the right amount.

This book is worth it even for just the chapter on "GNU make" alone. Most brief mentions of "GNU make" in Linux books don't tell you enough. And I don't need to buy a whole book on the subject. The information provided here is more than enough for me to use "make" for my projects.

The writing is excellent. I get the impression that it's actually written by an author, and not by a publisher. In other words, despite the generic-sounding title, it's a book that someone put some real effort into. The fact that there are very few errata reported supports my theory.

The information in this book is by no means out of date. So why not keep publishing such a great tutorial/reference manual? Hey, buy it used. It's cheaper anyway.

Happy programming!

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 5 people found the following review helpful:
4.0 out of 5 stars Good tutorial and reference. Nothing spectacular., June 28, 2003
This review is from: Linux® Programming Bible (Paperback)
Covers many topics, anyone who works and codes on a linux/unix environment will find something useful here --

The shell, bash, regular expressions. Emacs.
C -- gcc (compiler), gdb (debugger), gnu make for managing projects,
memory management, libraries & linking.
Files, processes, signals, terminals.
Semaphores, sockets, inter-process communication,
Perl (3 chapters!!) -- the language, data-munging, cgi programming, database work.
Graphical interfaces.
Collaboration via CVS, security, optimization.

Most topics are at an introductory-to-intermediate level. The topics covered in the different chapters, each deserves a separate book by itself, and the serious programmer will need more complete references for the particular tools s/he is using intensively.

And of course, practically all the material here can be learned from free tutorials and articles on the internet, if you know how and where to look.

The descriptions are adequate but not particularly remarkable, often more bloated than they need to be. The example code snippets are adequate but not inspiring, rather on the insipid side.

However, the book is useful as a compendium of things one needs to know and look up. An intermediate linux/unix user might find it useful to take the time to go through the whole book from
beginning to end, to get exposed to concepts s/he hasn't mastered yet. In addition, it might serve as a general-purpose reference worth keeping handy on your desk.

Positive comments (again :-) --

#. Useful collection of things one needs to know and often look up.

#. Adequate introductory discussions to a large number of topics. Code snippets to illustrate concepts.

Negative/neutral comments --

#. Too verbose. Book size could have been cut to two-thirds.

#. Too bulky to be carried around, see previous comment.

#. Extensive coverage of perl, with little mention of python, ruby, scheme, or other scripting language of similar functionality. Especially important as python gains in popularity every day. Linux really is not about perl.

#. Coverage of emacs, none of vi.

#. Maybe it's good to focus on one tool among several equivalent ones, but then there should be some discussion of alternative tools, maybe in a separate chapter for alternative tools/languages/editors.

#. In the same vein, a chapter discussing in short the various programming and scripting languages out there, their pros & cons & reputations, would be very nice. Linux and open source are, after all, about choice!

#. The example code illustrate basic ideas; they're not examples of real-life problem solving.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews








Only search this product's reviews



Inside This Book (learn more)
First Sentence:
Reading and processing data is one of the most frequent tasks that programmers face, and programming under Linux is no exception. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
int tprintf, int pipefds, void sighandler, remaining filenames, int shmid, int signum, sub printit, int maxlen, meminfo stat, mtrr uptime, timet tsec, char delim, union semun, nested hashes, root disk, system uid, int socket, cvs commit cvs, program setuid, void printmessage, crypt string, info browser, preferred block size, int retval, run starting program
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Note Listing, The Linux Model, Data Dumper, Manipulating Data, Free Software Foundation, Hello World, Managing Projects, Understanding Signals, Memory Management, General Public License, Introducing Perl, Environment Listing, Pilot Guy, Perl Listing, Domain Name System, Introducing Emacs, Sample Document Page, Shared Memo, Some Linux, User Datagram Protocol, Lots Of Spaces, The Idd
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

Citations (learn more)
This book cites 3 books:



What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)
(1)
(1)
(1)
(1)
(1)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject