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

21 used & new from $5.27

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

Don’t have a Kindle? Get yours here.
 
  

Professional Linux Programming [ILLUSTRATED] (Paperback)

by Neil Matthew and 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), Richard Stones (Author), Christopher Browne (Author)
3.7 out of 5 stars See all reviews (7 customer reviews)


Available from these sellers.


6 new from $12.00 15 used from $5.27
Also Available in: List Price: Our Price: Other Offers:
Paperback (Bargain Price) 11 used & new from $17.44

Editorial Reviews

Amazon.com 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 that are 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 that are needed to implement this system are described, along with sample code, most of which is written in C. Some packages, such as 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 that are needed to install, configure, and run each package.

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

Two prominent chapters take you on a tour of the essentials of other programming languages. There's PHP for Web development and an appealing, enthusiastic introduction to Python (which probably will 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 Red Hat Package Manager (RPM) packages for deploying applications, as well as an overview of your options for internationalization.

By covering so many APIs, languages, and tools effectively, Professional 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, the book is an admirably useful blueprint for building custom software. --Richard Dragan

Topics covered:

  • Introduction to open-source software and Linux requirements
  • Use cases and sample C objects for sample video rental store
  • Version control and CVS (command-line options, revisions, branches, and multiuser version control)
  • Open-source freeware packages compared (mSQL, MySQL, and PostgreSQL)
  • Introduction to databases
  • Installing and using PostgreSQL
  • Tutorial on psql SQL
  • PostgreSQL C database APIs using libcq and embedded SQL calls with ECPG
  • Installing and using MySQL (command-line utilities and C database APIs)
  • Debugging with gdb
  • Introduction and tutorial to UI programming with glib
  • GTK+ and GNOME
  • Source trees and GNOME
  • UI design with Glade
  • Testing strategies (including regression testing, profiling, and memory bounds checking)
  • KDE/Qt UI programming
  • Introduction and quick tutorial to Python (keywords and basic syntax)
  • PHP for Web programming
  • Introduction to Remote Procedure Calls (RPCs) and CORBA
  • XML basics (document structure, parsing, and libxml)
  • Strategies for documentation (including custom man pages)
  • Distributing Linux applications with Red Hat Package Manager (RPM) packages
  • Code patches


Product 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 Editorial Reviews


  • Product Details


    Look Inside This Book

    Citations (learn more)
    1 book cites this book:

    What Do Customers Ultimately Buy After Viewing This Item?

    Beginning Linux Programming
    67% buy
    Beginning Linux Programming 4.5 out of 5 stars (79)
    $26.39
    Professional Linux Programming
    19% buy the item featured on this page:
    Professional Linux Programming 3.7 out of 5 stars (7)
    Professional Linux Programming (Programmer to Programmer)
    14% buy
    Professional Linux Programming (Programmer to Programmer) 3.5 out of 5 stars (2)
    $26.39

    Tags Customers Associate with This Product

     (What's this?)
    Click on a tag to find related items, discussions, and people.
    Check the boxes next to the tags you consider relevant or enter your own tags in the field below.

    Your tags: Add your first tag
     
    Help others find this product — tag it for Amazon search
    No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

    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 Reviews

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

     
    27 of 28 people found the following review helpful:
    4.0 out of 5 stars Nice followup, October 30, 2000
    By Donovan Rebbechi (Jersey City, NJ United States) - See all my reviews
    This book is a solid followup to their first edition. What I like about it is its breadth. It covers several topics (CVS, PHP, XML, CORBA, MySQL/Postgresql ) that would often have a whole book devoted to them. This book targets the developer who just needs a concise primer on the given topics, and doesn't have the time to read 1000 pages of fluff on every topic in the book.

    I only gave it four stars, because I felt that "Beginning Linux Programming" was more essential than this book. However, this is a very strong book and some of the topics here are not covered elsewhere ( for example, ORBit ). And there's certainly no other book that covers *all* the topics this book covers.

    Get this, but get "Beginning Linux Programming" first.

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



     
    18 of 18 people found the following review helpful:
    4.0 out of 5 stars Excellent book for developing real-world linux solutions, December 30, 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)



     
    6 of 6 people found the following review helpful:
    4.0 out of 5 stars Good reference, September 7, 2001
    By ART SEDIGHI (Old Bethpage, NY United States) - See all my reviews
    I bought the Beginners Guide to Linux Programming and I really liked that book. This book is a very good follow-up, but it doesn't give the reader more programming tips.
    It covers many topics which makes this book a great reference for anyone who deals with Linux and even other flavors of Unix on a day to day basic. Buy this book if you are looking for a reference book on developing software on Linux that covers advanced topics.
    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

    3.0 out of 5 stars heavy reading
    The biggest problem I have with this book is its weight. It's just too big and clunky to hold up to read. Splitting into two bindings would have been nice. Read more
    Published on April 15, 2002 by R. Ellis

    5.0 out of 5 stars Good reference for a wide range of Open Source technologies
    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... Read more
    Published on January 1, 2001 by Angela Neill

    1.0 out of 5 stars Not for the Kernel Hack
    If you are looking for information on hacking the Linux Kernel then this book is not for you. Also it shows a total bias towards GTK/GNOME and PostgreSQL. Read more
    Published on December 17, 2000

    5.0 out of 5 stars Excellent follow-up
    I have found this book to be the excellent follow-up to the Beginning Linux Programming title, with just a few remarks. Read more
    Published on October 23, 2000 by Jakub Vosahlo

    Only search this product's reviews



    Customer Discussions

     Beta (What's this?)
    New! See all customer communities, and bookmark your communities to keep track of them.
    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]

       


    Product Information from the Amapedia Community

    Beta (What's this?)


    So You'd Like to...


    Look for Similar Items by Category


    Smooth Operator

    Shop for garage door openers

    Find garage door products (opener kits, remotes, mini-key-chain controls, and wireless-key entry systems) in the Hardware Store. Opening the garage door shouldn’t be a chore.

    Shop all garage door hardware

     

    Big Savings in Books

    Bargain Books
    Find great titles at fantastic prices in our Bargain Books Store.
     

    Construct Your Kitchen

    Shop for Kitchen Renovation Products
    Check out the Home Improvement Store for a wide variety of lighting fixtures, faucets, sinks, and hardware for all your kitchen renovation needs.
     

    Suck Up the Mess

    Shop for Vacuums and Accessories
    Keep your home and shop clean with a Shop-Vac or vacuum from the Home Improvement Store.

    Shop more vacuums and dust collectors

     

     

    Feedback

    If you need help or have a question for Customer Service, contact us.
     Would you like to update product info or give feedback on images?
    Is there any other feedback you would like to provide?

    Your comments can help make our site better for everyone.



    Where's My Stuff?

    Shipping & 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

    Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates