The Linux Programmer's Toolbox
| |||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||
| Sort customer reviews by: | |||||||||||||||||||||||||||||
|
Show All Reviews on Page
Hide All Reviews on Page
| |||||||||||||||||||||||||||||
| The Linux Programmer's Toolbox | |||||||||||||||||||||||||||||
|
Master the Linux Tools That Will Make You a More Productive, Effective Programmer
The Linux Programmer's Toolbox helps you tap into the vast collection of open source tools available for GNU/Linux. Author John Fusco systematically describes the most useful tools available on most GNU/Linux distributions using concise examples that you can easily modify to meet your needs. You'll start by learning the basics of downloading, building, and installing open source projects. You'll then learn how open source tools are distributed, and what to look for to avoid wasting time on projects that aren't ready for you. Next, you'll learn the ins and outs of building your own projects. Fusco also demonstrates what to look for in a text editor, and may even show you a few new tricks in your favorite text editor. You'll enhance your knowledge of the Linux kernel by learning how it interacts with your software. Fusco walks you through the fundamentals of the Linux kernel with simple, thought-provoking examples that illustrate the principles behind the operating system. Then he shows you how to put this knowledge to use with more advanced tools. He focuses on how to interpret output from tools like sar, vmstat, valgrind, strace, and apply it to your application; how to take advantage of various programming APIs to develop your own tools; and how to write code that monitors itself. Next, Fusco covers tools that help you enhance the performance of your software. He explains the principles behind today's multicore CPUs and demonstrates how to squeeze the most performance from these systems. Finally, you'll learn tools and techniques to debug your code under any circumstances. Coverage includes
Foreword Preface Acknowledgments About the Author Chapter 1 Downloading and Installing Open Source Tools Chapter 2 Building from Source Chapter 3 Finding Help Chapter 4 Editing and Maintaining Source Files Chapter 5 What Every Developer Should Know about the Kernel Chapter 6 Understanding Processes Chapter 7 Communication between Processes Chapter 8 Debugging IPC with Shell Commands Chapter 9 Performance Tuning Chapter 10 Debugging Index |
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 10 of 10 | |||||||||||||||||||||||||||||
| Review Date |
Review Rating(5 High) |
Review Helpful to: |
Customer Review | Reviewer Info |
Permanent Link |
||||||||||||||||||||||||
| Reader Reviews Below Sorted by Newest First | |||||||||||||||||||||||||||||
| 09-02-08 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
It is a very good reference to Linux developers, by providing the most common seen or most used techniques in Linux developments. It covers from the most used tools, including source version control, source code edit, debug,etc, to a brief introduction on the Linux kernel architecture and memory management, that is essential to any programmers who want to know the "evil" inside the kernel.
Jason (Review Data Last Updated: 2008-10-04 05:41:14 EST)
|
|||||||||||||||||||||||||||||
| 08-10-08 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This one is in the same league as
"Linux Programming by Example: The Fundamentals" in the same series. Chapter 2 is an example that explains the build tools very well. These solid books are for serious learners and practitioners of Linux. (Review Data Last Updated: 2008-09-02 05:28:34 EST)
|
|||||||||||||||||||||||||||||
| 06-10-07 | 5 | 0\5 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
The Linux Programmer's Toolbox discusses open source tools available for GNU/Linux, describing the most useful tools available and using plenty of examples on how to modify them for Linux needs. From learning how Linux interacts with software and understanding the basics of the Linux kernel to interpreting tools and applying it to applications, THE LINUX PROGRAMMER'S TOOLBOX comes packed with tips on how to streamline and customize processes, making it a pick for any serious programmer's collection and any library strong on Linux applications.
(Review Data Last Updated: 2008-01-29 19:45:52 EST)
|
|||||||||||||||||||||||||||||
| 06-09-07 | 5 | 0\6 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
The Linux Programmer's Toolbox discusses open source tools available for GNU/Linux, describing the most useful tools available and using plenty of examples on how to modify them for Linux needs. From learning how Linux interacts with software and understanding the basics of the Linux kernel to interpreting tools and applying it to applications, THE LINUX PROGRAMMER'S TOOLBOX comes packed with tips on how to streamline and customize processes, making it a pick for any serious programmer's collection and any library strong on Linux applications.
(Review Data Last Updated: 2008-01-31 03:14:36 EST)
|
|||||||||||||||||||||||||||||
| 06-01-07 | 4 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This book is aimed at the person who has learned his way around Linux at the user level and now wants to look under the covers. It's extremely comprehensive - from how to add a Linux application that wasn't in your your initial distribution - whether you can use the binary or need to rebuild it from source - through basic facts on the kernel, devices and their drivers, processes and debugging tools. There has been a need for a book that addresses readers who do know something about computers, but not much Linux. This book fills that need extremely well.
(Review Data Last Updated: 2007-06-09 23:48:22 EST)
|
|||||||||||||||||||||||||||||
| 05-07-07 | 5 | 0\1 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Overall this is a great book. It collects a lot of information in one place and gives a lot of insights and tips on programming in Linux. The only down sides I see are that it is somewhat VI heavy (and emacs light) and the dumb light saber on the cover. I am sure that the author is a vi user, so that can be excused I guess and he probably didn't get to pick the cover. I know Prentice Hall wanted to have a theme for the "Open Source Software Development Series", but all Linux programmers are not supernerds that go crazy over anything Star Wars related. Anyway, I would highly recommend this book to anyone wanting to take their Linux use to the next level.
(Review Data Last Updated: 2007-06-02 18:59:15 EST)
|
|||||||||||||||||||||||||||||
| 03-17-07 | 4 | 2\3 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Fusco gathers into one easy to read book the many open source tools available under linux. Cumulatively written by hundreds (if not thousands) of contributors. You might pause a moment when reading the text, to reflect on the amazing amount of code that is freely available under linux.
The tools are meant for two types of readers. The system administrator. The programmer. For the sysadmin, there are tools for install packages. Very practical, since updated packages often have bug fixes or new functionalities. This includes rpm, which is used by Red Hat, Suse and other linux distributions. But dpkg is also explained. This is used by Debian and Ubuntu. For the programmer, tools include ways to share memory between processes, as well as communicating between them via semaphores or message queues. The book reflects a general approach taken by Fusco. Tools are described across the popular linux distributions. The book can be used by you, regardless of which distribution you favour. There is a stylistic difference between the material in the book and a corresponding text on Microsoft's offerings. The latter often has a rich graphical framework, like Visual Studio. In contrast, significant portions of this book refer to tools used at the command line. Reflecting linux's heritage in unix. Which means that portions of the text might be initially more complex to master. (Review Data Last Updated: 2007-05-08 02:06:13 EST)
|
|||||||||||||||||||||||||||||
| 03-16-07 | 4 | 0\3 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
No, really. The first thing that impressed me is how much information the author packed into 600 odd pages. It takes skill to do that well and still be readable and interesting.
A programmer moving from anything to Linux would find this a simply wonderful roadmap and introduction, but I was surprised to notice that this would also be very good for non-programmers: sys admin or high level support types will like this book also. There's good stuff here: the subsection of Chapter Two that deals with things that can go wrong during compiles is the best treatment of that I've ever read. Chapter 5 is titled "What every developer should know about the kernel", but most of it is things every admin/support person should know too. Of course there's much more: this is very thorough and complete. Definitely recommended. (Review Data Last Updated: 2007-05-08 02:06:13 EST)
|
|||||||||||||||||||||||||||||
| 03-16-07 | 4 | 1\2 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Fusco gathers into one easy to read book the many open source tools available under linux. Cumulatively written by hundreds (if not thousands) of contributors. You might pause a moment when reading the text, to reflect on the amazing amount of code that is freely available under linux.
The tools are meant for two types of readers. The system administrator. The programmer. For the sysadmin, there are tools for install packages. Very practical, since updated packages often have bug fixes or new functionalities. This includes rpm, which is used by Red Hat, Suse and other linux distributions. But dpkg is also explained. This is used by Debian and Ubuntu. For the programmer, tools include ways to share memory between processes, as well as communicating between them via semaphores or message queues. The book reflects a general approach taken by Fusco. Tools are described across the popular linux distributions. The book can be used by you, regardless of which distribution you favour. There is a stylistic difference between the material in the book and a corresponding text on Microsoft's offerings. The latter often has a rich graphical framework, like Visual Studio. In contrast, significant portions of this book refer to tools used at the command line. Reflecting linux's heritage in unix. Which means that portions of the text might be initially more complex to master. (Review Data Last Updated: 2007-04-11 10:21:19 EST)
|
|||||||||||||||||||||||||||||
| 03-15-07 | 4 | 0\2 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
No, really. The first thing that impressed me is how much information the author packed into 600 odd pages. It takes skill to do that well and still be readable and interesting.
A programmer moving from anything to Linux would find this a simply wonderful roadmap and introduction, but I was surprised to notice that this would also be very good for non-programmers: sys admin or high level support types will like this book also. There's good stuff here: the subsection of Chapter Two that deals with things that can go wrong during compiles is the best treatment of that I've ever read. Chapter 5 is titled "What every developer should know about the kernel", but most of it is things every admin/support person should know too. Of course there's much more: this is very thorough and complete. Definitely recommended. (Review Data Last Updated: 2007-04-11 10:21:19 EST)
|
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 10 of 10 | |||||||||||||||||||||||||||||
| All Books | Arts | Biography | Click Here For An A-Z Index Of All 213 Best-Seller Subjects | Business | Children's | Comics | ||||||
| Computers | Cooking | Engineering | Entertainment | Health | History | Home | Horror | Humor | Law | Fiction | Medicine | Mystery |
| Nonfiction | Outdoors | Parenting | Professional | Reference | Religion | Romance | Science | Sci-Fi | Sports | Teens | Travel | |