See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.


Have one to sell? Sell yours here
 
   
Professional Linux Programming
 
See larger image
 

Professional Linux Programming [Illustrated] (Paperback)

by Neil Matthew (Author), Richard Stones (Author), Brad Clements (Author), Andrew Froggatt (Author), David J. Goodger (Author), Ivan Griffin (Author), Jeff Licquia (Author), Ronald van Loon (Author), Harish Rawat (Author), Udaya Ranawake (Author), Marius Sundbakken (Author), Deepak Thomas (Author), Stephen J. Turnbull (Author), David Woodhouse (Author), et al. (Author)
3.3 out of 5 stars See all reviews (6 customer reviews)

Available from these sellers.


1 used from £13.99

Customers Who Bought This Item Also Bought

Beyond the C++ Standard Library: An Introduction to Boost

Beyond the C++ Standard Library: An Introduction to Boost

by Bjorn Karlsson
4.3 out of 5 stars (3)  £30.59
Explore similar items

Product details

  • Paperback: 1200 pages
  • Publisher: WROX Press Ltd; illustrated edition edition (1 Sep 2000)
  • Language English
  • ISBN-10: 1861003013
  • ISBN-13: 978-1861003010
  • Product Dimensions: 23.2 x 18.2 x 5.9 cm
  • Average Customer Review: 3.3 out of 5 stars See all reviews (6 customer reviews)
  • Amazon.co.uk Sales Rank: 1,163,427 in Books (See Bestsellers in Books)

    Popular in these categories:

    #33 in  Books > Computing & Internet > Programming > Device Drivers
    #83 in  Books > Computing & Internet > Programming > Languages & Tools > Shell Scripting & Programming
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
Novell Linux Support
   www.novell.com/linux/promo    Unrivaled support from Novell, now available for Red Hat. 
Linux Services, Solutions
   www.linuxit.com    Award winning Linux services and complete solution stacks 
C++ Linux App Framework
   www.qtsoftware.com/linux    Build Linux GUI apps with the Qt app framework. Free download. 
  
 

Product Description

Amazon.co.uk Review
By tapping the strengths of the open-source movement, developers can write custom Linux software without spending a dime on licensing fees. Aimed at the experienced C/C++ programmer, Professional Linux Programming provides a wide-ranging and hands-on guide to the different pieces of the puzzle required to program successfully on this exciting new platform.

The book is framed as a case study for building a custom database program in Linux for a video-rental store. After a tour of the requirements and a brief look at project management for creating this software, the various Linux packages needed to implement this system are described, along with sample code, most of it written in C. Some packages (like the CVS version-control package) come with most distributions of Linux. Others will require downloading additional software over the Internet. In every case, you're provided with the actual command-line arguments needed to install, configure and run each package.

Besides a great exploration of CVS for version control, there's excellent coverage of the free PostgreSQL and MySQL databases, two very popular choices for Linux databases. The book also does a good job of explaining user-interface design under both the GTK+/GNOME and KDE (two popular Linux desktops) and how to extend the reach of the sample database application using Remote Procedure Calls (RPCs) and CORBA. Of course, the finished application doesn't use every Linux API covered here, but the book casts a wide net and introduces features and tools that are available.

Two standout chapters tour you through the essentials of other programming languages. There's PHP for Web development and an appealing, enthusiastic introduction to Python (which will probably turn you into a Python convert). Later chapters provide practical tips for testing and debugging applications, including how to profile your code. The book closes with a useful guide to creating Redhat Package Manager (RPM) packages for deploying applications, as well as a quick overview of your documentation options. By covering so many APIs, languages, and tools effectively, Professional L Linux Programming gives experienced C/C++ programmers all that they need to get started with Linux development. With its remarkably clear presentation style and abundance of practical tips, it's an admirably useful blueprint for building custom software. --Richard Dragan

Book Description
As Linux increases its presence throughout the world as a target platform for professional application development, its growth as a powerful, flexible system offering many free development tools assures its place in the future. By giving you easy access to this comprehensive range of tools, supporting new and nascent technologies, at little or no cost, developing with Linux allows you to apply the solution that's right for you.

In this follow-up to the best-selling Beginning Linux Programming, you will learn from the authors' real-world knowledge and experience of developing software for Linux; you'll be taken through the development of a sample 'DVD Store' application, with 'theme' chapters addressing different aspects of its implementation. Meanwhile, individual 'take-a-break' chapters cover important topics that go beyond the bounds of the central theme. All focus on the practical aspects of programming, showing how crucial it is to choose the right tools for the job, use them as they should be used, and get things right first time.

Who is this book for?

Experienced Linux programmers and aspiring developers alike will find a great deal of practical information in this book on libraries, techniques, tools and applications. You should be familiar with a simple Linux system, have a good working knowledge of programming in C, and a basic understanding of object-oriented programming with C++ for the Qt/KDE chapters.

What does this book cover?

Data storage in Linux - including coverage of PostgreSQL, MySQL and XML
Implementation of Linux GUIs - covering both KDE and GNOME
Web-based interfaces - using the PHP module for Apache
Python - including extending and embedding the language
Using RPC and CORBA to construct distributed object-based applications
Versioning (with CVS), documentation, internationalization and project distribution
Distributed hardware solutions such as diskless Linux and Beowulf clustering



See all Product Description


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)
Check a corresponding box or enter your own tags in the field below
linux

Your tags: Add your first tag
 

 

Customer Reviews

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

 
4 of 4 people found the following review helpful:
5.0 out of 5 stars Good reference for a wide range of Open Source technologies, 28 Dec 2000
By A Customer
This book is a follow-up to Beginning Linux Programming, but with a wider range of authors. The book is a series of chapters on various tools and applications, all of them Open Source, based mainly round things that application developers might us, though there is a single chapter on device drivers.

Most topics only get a single chapter, so there isn't as much depth as you would find in a dedicated book on each topic, but there is a very wide range of material all covered in enough depth to get the more experienced programmer started with a new topic. There are one or two weaker areas, but overall a good choice of material succinctly presented for the more experienced application developer. I've given it 5 stars as it was exactly what I was looking for - a single reference to help me create a Linux-based web database application, your mileage may vary. I recommend you at least consider it.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4 of 4 people found the following review helpful:
4.0 out of 5 stars Excellent for those wishing to develop Linux solutions, 23 Dec 2000
By A Customer
This book is the sequel to the excellent' Beginning Linux Programming'. It isn't a book for kernel hackers, and it doesn't pretend to be. (There is a book being written by kernel developers called' Professional Linux Kernel Programming' - make sure that you order the correct one!). Instead, this heavyweight book is a very useful guide for those wishing to develop real world applications. It covers the tools used for developing serious web applications, such as the databases MySQL and PostgreSQL, and the excellent PHP language. When it comes to desktop and client server you are spoilt for choice - just about everything is covered. It is especially nice to see Python content - one of the areas missing from their first book as Python is very easy to learn and both powerful and flexible. If anything else was covered I'm not sure how the publishers would bind it! The level of detail is such that the reader will be able to achieve useful results based on the book alone, and any further detail is usually available as part of the documentation supplied when installing the software tools. Single subject books often just duplicate this, and quickly become dated. Where there are references to other books, it is nice to see that it is not just Wrox books which are recommended. The book is written in a style which is both readable and serves as a useful reference work, spending more time next to my computer than it does collecting dust on a shelf. I'd have no hesitation recommending this book to anyone wishing to develop Linux solutions for today and for the future - throw away those VB books now!
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
3 of 5 people found the following review helpful:
5.0 out of 5 stars Very usefull, 10 Jan 2001
By A Customer
Its very difficult to find one book with so many useful information, also the sample are usually short and to the point. good interaction with the reader!
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

1.0 out of 5 stars Hard Work
You have to fit in with the querky structure of the book, because it wont fit in with you. It is as far from a problem solving book as you can get. Read more
Published on 20 Sep 2001

1.0 out of 5 stars Not for the Kernel Hacker
If you want information on Linux internals then this book not for you. This book is totally biased towards GTK/GNOME and PostreSQL. Read more
Published on 18 Dec 2000

4.0 out of 5 stars A wonderfull followup to Beginning Linux Programming
This Book "Professional Linux Programming" seems to have been written as a follow-up to the superb Beginning Linux Programming. Read more
Published on 21 Nov 2000 by andy@barnes.net

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

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

   


Listmania!


Look for similar items by category


Feedback


Health & Beauty at Amazon.co.uk

Elemis Resurface and Renew Skin Care Gift Set of 4 Products
From soap to shavers, massagers to mascara, stock up on your daily essentials or truly pamper yourself.

Discover Health & Beauty

 

Make A Wish

Get what you want with an Amazon.co.uk Wish List Make sure you always get what you want with an Amazon.co.uk Wish List.

More info on Wish Lists

 

Boys Smell

Lynx Africa Body Spray and After Shave Gift set
But we make sure they smell good...

Discover male grooming at Amazon.co.uk

 

Treat Someone

Amazon.co.uk Gift Certificates--available in any amount from £5 to £500 With an Amazon.co.uk Gift Certificate, you can get them what they want (even if you don't know what that is).

Learn more about Gift Certificates

 
Ad

Where's My Stuff?

Delivery and Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

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

Look to the right column to find helpful suggestions for your shopping session.

Continue Shopping: Top Sellers

amazon.co.uk Amazon Home
International Sites:  United States  |  Germany  |  France  |  Japan  |  Canada  |  China
Business Programs: Sell on Amazon  |  Fulfilment by Amazon  |  Join Associates  |  Join Advantage
Customer Service  |  Help  |  View Basket  |  Your Account
About Amazon.co.uk  |  Careers at Amazon
Conditions of Use & Sale |  Privacy Notice  © 1996-2009, Amazon.com, Inc. and its affiliates