or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
11 used & new from £17.75

Have one to sell? Sell yours here
 
   
Advanced Linux Programming (Landmark)
 
See larger image
 

Advanced Linux Programming (Landmark) (Paperback)

by CodeSourcery LLC (Author), Mark L. Mitchell (Author), Alex Samuel (Author), Jeffrey Oldham (Author)
4.8 out of 5 stars  See all reviews (4 customer reviews)
RRP: £34.99
Price: £20.50 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £14.49 (41%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Usually dispatched within 1 to 3 weeks.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

6 new from £17.75 5 used from £19.43

Frequently Bought Together

Customers buy this book with Linux Application Development by Michael K. Johnson

Advanced Linux Programming (Landmark) + Linux Application Development
Price For Both: £54.49

One of these items ships sooner than the other. Show details

  • This item: Advanced Linux Programming (Landmark) by CodeSourcery LLC

    Usually dispatched within 1 to 3 weeks.
    Dispatched from and sold by Amazon.co.uk.
    This item Delivered FREE in the UK with Super Saver Delivery. See details and conditions

  • Linux Application Development by Michael K. Johnson

    In stock.
    Dispatched from and sold by Amazon.co.uk.
    This item Delivered FREE in the UK with Super Saver Delivery. See details and conditions


Customers Who Bought This Item Also Bought

Understanding the Linux Kernel

Understanding the Linux Kernel

by Daniel Bovet
5.0 out of 5 stars (3)  £24.02
Linux Application Development

Linux Application Development

by Michael K. Johnson
4.7 out of 5 stars (17)  £33.99
Advanced Programming in the UNIX Environment (Addison-Wesley Professional Computing)

Advanced Programming in the UNIX Environment (Addison-Wesley Professional Computing)

by W.Richard Stevens
4.7 out of 5 stars (3)  £26.99
Linux System Programming: Talking Directly to the Kernel and C Library

Linux System Programming: Talking Directly to the Kernel and C Library

by Robert Love
5.0 out of 5 stars (2)  £22.52
Linux Pocket Guide (Pocket Guide: Essential Commands)

Linux Pocket Guide (Pocket Guide: Essential Commands)

by Daniel Barrett
4.9 out of 5 stars (9)  £4.70
Explore similar items

Product details

  • Paperback: 340 pages
  • Publisher: Sams (29 Jun 2001)
  • Language English
  • ISBN-10: 0735710430
  • ISBN-13: 978-0735710436
  • Product Dimensions: 22.8 x 17.8 x 2 cm
  • Average Customer Review: 4.8 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon.co.uk Sales Rank: 307,589 in Books (See Bestsellers in Books)

    Popular in these categories:

    #31 in  Books > Computing & Internet > Programming > Languages & Tools > Shell Scripting & Programming
    #42 in  Books > Computing & Internet > Programming > Linux & Unix
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   Novell Linux Support opens new browser window
www.novell.com/linux/promo  -  Unrivaled support from Novell, now available for Red Hat. 
   Property For Rent opens new browser window
www.CharlesHamiltonEstates.com  -  Beautiful Properties In And Around Landmark 0208 221 1111 
   Official Linux Training opens new browser window
www.koenig-solutions.com  -  £910 for 8 days includes course, exam, hotel, meals & more 
  
 

Product Description

Product Description

Advanced Linux Programming is divided into two parts. The first covers generic UNIX system services, but with a particular eye towards Linux specific information. This portion of the book will be of use even to advanced programmers who have worked with other Linux systems since it will cover Linux specific details and differences. For programmers without UNIX experience, it will be even more valuable. The second section covers material that is entirely Linux specific. These are truly advanced topics, and are the techniques that the gurus use to build great applications. While this book will focus mostly on the Application Programming Interface (API) provided by the Linux kernel and the C library, a preliminary introduction to the development tools available will allow all who purchase the book to make immediate use of Linux.



From the Back Cover

Advanced Linux Programming is divided into two parts. The first covers generic UNIX system services, but with a particular eye towards Linux specific information. This portion of the book will be of use even to advanced programmers who have worked with other Linux systems since it will cover Linux specific details and differences. For programmers without UNIX experience, it will be even more valuable. The second section covers material that is entirely Linux specific. These are truly advanced topics, and are the techniques that the gurus use to build great applications. While this book will focus mostly on the Application Programming Interface (API) provided by the Linux kernel and the C library, a preliminary introduction to the development tools available will allow all who purchase the book to make immediate use of Linux.


Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
linux
programming

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?


 

Customer Reviews

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

 
4 of 6 people found the following review helpful:
4.0 out of 5 stars All in all a great book on Linux programming, 26 Jun 2002
Advanced Linux Programming takes you through the most essential subjects of Linux Programming, and ends up in a complete example combining these subjects. I liked the chapters covering threads, interprocess communication and security in programming. In the appendix is listed information about low level IO and a good chapter covering debugging and profiling of code. This book does not cover all of Linux programming, but is quit short and easy to read. It serves well as a reference next time you for example have to write your own network server, or are writing a multi threaded program.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 1 people found the following review helpful:
5.0 out of 5 stars An excellent guide to advanced Linux programming techniques, 4 April 2007
By Rich (Cheltenham, UK) - See all my reviews
I bought my copy of this book back in 2004 after reading a sample chapter online and needing to do some network programming. Since then I have referred to this guide on numerous occasions during various projects simply because it is so good.

Perhaps the most useful sections for me are the details on sockets (both local namespace and Internet domain sockets are covered), together with a very good overview of threading (with details on mutexes and semaphores). I have also made good use of the section on the Unix security functions.

At 256 pages (excluding appendices) this is never going to be the most detailed book available, though there is very little that I have come across that is not covered here.

If you are interested or involved in the more complex side of Linux programming then you certainly won't regret buying this - it is most definitely value for money.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4 of 11 people found the following review helpful:
5.0 out of 5 stars This book is highly recommended, 13 Jun 2001
As one of the technical editors of this book I can certainly recommend it to anybody who wants to learn Linux System Programming. The book is divided into two sections. The first covers generic UNIX system services, but with a particular eye towards Linux-specific information. This portion of the book will be of use even to advanced programmers who have worked with other UNIX systems since it will cover Linux-specific details and differences. For programmers without UNIX experience, it will be even more valuable. The second section covers material that is entirely Linux specific. These are truly advanced topics, and are the techniques that the gurus use to build great applications. While this book will focus mostly on the Application Programming Interface (API) provided by the Linux kernel and C library, a preliminary introduction to the development tools available will allow all who purchase the book to make immediate use of Linux.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


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

5.0 out of 5 stars awesome
An excellent book on advanced Linux topics. It covered everything I needed to progress with Linux development in great detail. I highly recommend it.
Published on 15 Dec 2001

Only search this product's reviews



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
 

   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback

Ad

Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.