Add BestBookDeal to Your Favorite Online Bookmark Sites   Del.icio.us   Digg This   Stumble Upon   Furl   Blog Marks   Yahoo Bookmarks   Google Bookmarks

Home | Contact Us | Book Button | Create Links | Bookmark This Site | Help
Advanced Search | Movers & Shakers | Top Sellers | Coupon$ | Wish List

Book Cover
Linux Application Development (2nd Edition)
Author:  Michael K. Johnson, Erik W. Troan
Publisher:  Addison-Wesley Professional
Pub. Date:  Nov 27, 2004
Edition:  2nd edition
Binding:  Hardcover
Pages:  736
ISBN:  0321219147
ISBN-13:  9780321219145
List Price:  49.99 USD
Amazon Sales Rank:  943,988
Bn.com Sales Rank:  110,031
Amazon UK Sales Rank:  638,605
Amazon Review Link:
Bn.com Review Link:
Amazon UK Review Link:

Editorial Reviews (Courtesy of Amazon.com)

Product Description
"The first edition of this book has always been kept within arm's reach of my desk due to the wonderful explanations of all areas of the Linux userspace API. This second edition greatly overshadows the first one, and will replace it." --Greg Kroah-Hartman, Linux kernel programmer Develop Software that Leverages the Full Power of Today's Linux Linux Application Development, Second Edition, is the definitive reference for Linux programmers at all levels of experience, including C programmers moving from other operating systems. Building on their widely praised first edition, leading Linux programmers Michael Johnson and Erik Troan systematically present the key APIs and techniques you need to create robust, secure, efficient software or to port existing code to Linux. This book has been fully updated for the Linux 2.6 kernel, GNU C library version 2.3, the latest POSIX standards, and the Single Unix Specification, Issue 6. Its deep coverage of Linux-specific extensions and features helps you take advantage of the full power of contemporary Linux.Along the way, the authors share insights, tips, and tricks for developers working with any recent Linux distribution, and virtually any version of Unix. Topics include *Developing in Linux: understanding the operating system, licensing, *and documentation *The development environment: compilers, linker and loader, and unique *debugging tools *System programming: process models, file handling, signal processing, directory operations, and job control *Terminals, sockets, timers, virtual consoles, and the Linux console *Development libraries: string matching, terminal handling, command-line parsing, authentication, and more *Hundreds of downloadable code samples New to this edition *The GNU C library (glibc), underlying standards, and test macros *Writing secure Linux programs, system daemons, and utilities *Significantly expanded coverage of memory debugging, including Valgrind and mpr *Greatly improved coverage of regular expressions *IPv6 networking coverage, including new system library interfaces for using IPv6 and IPv4 interchangeably *Coverage of strace, ltrace, real-time signals, poll and epoll system calls, popt library improvements, Pluggable Authentication Modules (PAM), qdbm, and much more *Improved index and glossary, plus line-numbered code examples

Table of Contents (Courtesy of Barnes & Noble.com)

Pt. 1Getting started1
Ch. 1History of Linux development3
Ch. 2Licenses and copyright11
Ch. 3Online system documentation19
Pt. 2Development tools and environment23
Ch. 4Development tools25
Ch. 5gcc options and extensions43
Ch. 6The GNU C library49
Ch. 7Memory debugging tools59
Ch. 8Creating and using libraries79
Ch. 9Linux system environment91
Pt. 3System programming103
Ch. 10The process model105
Ch. 11Simple file handling155
Ch. 12Signal processing203
Ch. 13Advanced file handling241
Ch. 14Directory operations293
Ch. 15Job control325
Ch. 16Terminals and pseudo terminals335
Ch. 17Networking with sockets407
Ch. 18Time481
Ch. 19Random numbers497
Ch. 20Programming virtual consoles501
Ch. 21The Linux console513
Ch. 22Writing secure programs531
Pt. 4Development libraries553
Ch. 23String matching555
Ch. 24Terminal handling with S-lang569
Ch. 25A hashed database library583
Ch. 26Parsing command-line options597
Ch. 27Dynamic loading at run time619
Ch. 28User identification and authentication627
App. AHeader files649
App. Bladsh source code651