
www.advancedlinuxprogramming.com
Overview
If you are a developer for the GNU/Linux system, this book will help you to:
Develop GNU/Linux software that works the way users expect it to.
Write more sophisticated programs with features such as multiprocessing, multi-threading, interprocess communication, and interaction with hardware devices.
Improve your programs by making them run faster, more reliably, and more securely.
Understand the preculiarities of a GNU/Linux system, including its limitations, special capabilities, and conventions.
Advanced Linux Programming is published under the Open Publication License, Version 1, no options exercised. (Due to an oversight in final production, the copyright notice on the book is incorrect.) The full text may be downloaded from this site. Code samples in the book are covered by the GNU General Public License and are also available.
Download Advanced Linux Programming
Download the full text of the book as PDF files .
The book is published under the Open Publication License, Version 1.0. Please consult the OPL for conditions on redistributing or modifying the book.
Download Code Listings
Download the code listings in this book as a gzipped tar file. Extract the code samples with this GNU/Linux command:
$ tar zxf ALP-listings.tar.gz
If you're having trouble expanding the gzipped tar file, your web browser may be uncompressing it automatically during the download. If your browser downloads this file as ALP-listings.tar, you have an uncompressed tar file, so omit the z option when expanding it:
$ tar xf ALP-listings.tar
The code samples in this book are covered by version 2 of the GNU General Public License. Please consult the GPL for conditions on using, modifying, and redistributing the code in this book.
Browse Code Listings
You may also browse the code listings on-line.
No comments:
Post a Comment