Travel France
Search Advanced Search
 Location:  Home » Travel Guides on France » Professional Linux Programming  
Zeugma Travel Shop
Travel Books
Travel Guides on France
Maps on France
Learn French
Books on Paris
DVDs
Music Players
Lonely Planet Country Guides
Cameras on Amazon UK
Music
French Novels
French History
French Classics
Penguin Books
Simone de Beauvoir
Films
Annie Ernaux
Sartre
Gustave Flaubert
Madame De La Fayette
Bestselling Books
Angela Aries
Dictionary
Translators
French Vocabulary
French Cooking
Toys
Rosetta Stone
Kitchen
Software
Other Countries
Zeugma Travel (home)
Professional Linux Programming
Professional Linux Programming

 enlarge 
Authors: Neil Matthew, Richard Stones, Brad Clements, Andrew Froggatt, David J. Goodger, Ivan Griffin, Jeff Licquia, Ronald Van Loon, Harish Rawat, Udaya Ranawake, Marius Sundbakken, Deepak Thomas, Stephen J. Turnbull, David Woodhouse, Et Al.
Publisher: WROX Press Ltd
Category: Book

List Price: £43.99
Buy Used: £24.48
You Save: £19.51 (44%)





Avg. Customer Rating: 3.5 out of 5 stars 6 reviews
Sales Rank: 894893

Media: Paperback
Number Of Items: 1
Pages: 1200
Shipping Weight (lbs): 4.3
Dimensions (in): 9.2 x 7.2 x 2.3

ISBN: 1861003013
Dewey Decimal Number: 005
UPC: 676623030139
EAN: 9781861003010
ASIN: 1861003013

Publication Date: September 1, 2000
Availability: Usually dispatched within 1-2 business days
Condition: SUPER FAST SHIPPING, DISPATCHED SAME DAY FROM UK WAREHOUSE. NO NEED TO WAIT FOR BOOKS FROM USA. GREAT BOOK IN GOOD OR BETTER CONDITION. MORE GREAT BARGAINS IN OUR ZSHOP. amazon.co.uk/shops/awesome_books_001

Editorial Reviews:

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


Customer Reviews:   Read 1 more reviews...

1 out of 5 stars Hard Work   September 20, 2001
 3 out of 8 found this review helpful

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. If you want to get something practical done it's not the book for you. Having said that it got me out of fix with CVS (version control) which was sensibly covered as early as chapter 2. It helped by pointing out that CVS ignores files called core (and others). My project had a 'directory' called core, so that fact it mentioned this was a Godsend. Coverage of binary files in CVS was handy too. What suprised me is that nobody seems to use CVS for developing ports of linux itself, if they did the resulting problems would be emphasised.

This seems to be one of those fat books with no examples CD that takes a lot of your time with little payoff. Its as if it is felt that fatness is a guaranteed substitute for value. I simply dont have the time to read it all (It's not the only book). It must be possible to be more succinct!


5 out of 5 stars Very usefull   January 10, 2001
 3 out of 5 found this review helpful

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!


5 out of 5 stars Good reference for a wide range of Open Source technologies   December 28, 2000
 4 out of 4 found this review helpful

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.


4 out of 5 stars Excellent for those wishing to develop Linux solutions   December 23, 2000
 4 out of 4 found this review helpful

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!


1 out of 5 stars Not for the Kernel Hacker   December 18, 2000
 1 out of 2 found this review helpful

If you want information on Linux internals then this book not for you. This book is totally biased towards GTK/GNOME and PostreSQL. It contain inaccurate and misleading information concerning the capabilities of MySQL. There is no information on the use of automake, autoconfig, etc. Why on earth it covers PHP, Python, and lots of totally unrelated topics is anybodies guess. It is a totally disorganized collections material which is covered in greater depth in other books. Consequently, I could not recommend this book to anybody. It promises a lot but delivers nothing

Sponsored Links