Open Source Books
Related Subjects: Licenses Articles Advocacy Directories Software Program Contracting Books Training News Services Hosting Open Content Search Engines Employment Conferences
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110

Used price: $18.00

Waste Review Date: 2008-07-18
FANCY FREE and did I mention FREE!!!!!!!Review Date: 2008-06-25
This book takes you from step by step toolbox explanations to jumpstarting a project - in an afternoon. All you need is a decent video card, enough hard drive space and this book!!!! For those advanced enough to go beyond the confines of this book, additional podcasts exist on iTunes and websites devoted to this niche.
Unleashing your imagination with Blender is an inexpensive way to explore the world of animation - This book is written for beginner and technical neophyte as long as you have some basic knowledge of Photoshop.
great bookReview Date: 2008-05-14
What's wrong with this book? This book is defective. As stated by many others the included DVD is destroyed. The DVD has been incorporated into the binding of the book so not only is the DVD useless but removing the DVD may actually destroy the book binding. This book probably should be recalled by the publisher and rebound. The publisher is very good about sending a new DVD, a simple email and they send you a new one,free no questions. Is the DVD important? Maybe. The software is freely available on the net, however the files for the book are useful. Another problem with this book is the screen captures. Most blender books share this problem. The gray blender background does not reproduce well. There are times when the author indictates that vert placement is important but it is hard to tell from the picture where exactly the verts are. The DVD files may help with that.
So, this is a must have book for those trying to get their head around blender, one star off for poor production values.
The Blender BookReview Date: 2008-03-24
My only regret is that the author decided to model a cartoon character and not a real human; perhaps he could've got a little more realistic and put a bit more emphasis into human muscles and structure. On the other hand, as the title says, this is an "Introduction to character animation", so that's the reason why he picked a cartoon character and focused more on the animation part.
Conclusion: great book !
Very Fast Response from Tony MullenReview Date: 2008-07-20

Used price: $23.04

good diveReview Date: 2007-10-01
Quick approachReview Date: 2007-08-06
didn't care for it - not for programming newbiesReview Date: 2008-03-18
At the very least, skim the free online version before buying it. I got a copy from a friend and found it tough going. The first chapter 'dives' right into dictionaries and I didn't find it clear at all. Didn't make it past the first 2 or 3 chapters before looking for something else. The visual layout could also be better.
Sent it back after a dayReview Date: 2008-01-25
It gets an extra star simply because it contains no painful-to-read Monty Python references which stopped being funny around 1985; something the official documentation cannot claim.
Quite reasonable readingReview Date: 2008-01-06
1) The book does what the title promises - dives head in.
2) It introduces relatively wide range of topics in a readable manner.
3) Uses reasonably sized code examples
4) The writing is pretty clear and understandable
5) Has practical tidbits occasionally comparing similar functionality against C, C++, Java and Perl. Nice.
6) Provides links to further reading on a topic. Also very nice.
Cons:
1) Most topic discussions are a bit shallow and incomplete. For example it would be nice to present the reader with a comprehensive list of 'stuff' that may be done with a list, string, tuple, etc.
2) While there is a chapter on optimization, Mark doesn't mention the python profiler. I could live with that but there is no mentioning of python debugger (pdb) and there is nothing in the book about logging, either. These should not be considered 'advanced topics' and left out as they are helpful tool in learning any language (my opinion).
3) The book examples follow the 'Look at this cool yet obfuscated stuff I can do with Python - and oh, BTW, this is what it really means' methodology. While the follow-up discussions are reasonable, I would much more appreciate an explanation or at least mentioning of a concept before I get hit by a semi-cryptic line of code. On the other hand, the code is well annotated.
4) Mark uses repetitive examples to illustrate a point. 'This is how to do something', followed by 'This is how to do it better', followed by 'This is how to do it really well'. While illustrative of potential pitfalls, bugs or code deficiencies, this kind of writing makes it impractical to use the book as a reference. Open the book at the wrong page and follow the less than perfect example. Not a good thing. And boring - if I wanted to see it done the wrong way I'd use perl ;-).
5) Mark's statement that C++ virtual methods: 'confuse the hell out of me' (pg. 84) is rather amusing. I'd suggest to skip the amusement as it doesn't give a casual reader a whole lot of confidence in author's understanding of method overloading. Humor me some other ways.
However, this book is about Python, not C++, so I don't hold it against the author :)
In conclusion:
Quite reasonable book for the money, gets you a pretty good jumpstart. Coming from C/C++ background, general programming concepts are not totally lost on me and there are enough practical differences between Python and C++ that this book was worth the read.
The chapters on HTML, XML and SOAP were the primary reason I bought this book. Again, while not covered in depth, I got enough from them to get started with a small practical application.
If you're serious about developing any kind of meaningful code this is a reasonable start but you'll need to dig deeper.
I recently opted for buying Wesley Chun's Core Python Programming as it covers more topics in greater depth (it's the details that matter a lot) in quite comprehensive manner while still very understandable by a novice programmer.
O'Reilley's Python Cookbook by Alex Martelli et. al is also a very good complementary reading exposing quite imaginative ways of using even some very basic capabilities of Python.

Used price: $22.43

Great book, a must have CVS reference!!Review Date: 2006-08-04
deadly wrong pointReview Date: 2005-05-30
This is not trival error, is'it?
I couldn't get past the setup partReview Date: 2003-11-16
* The examples don't say whether your supposed to be in or above the working directory for various cvs commands. The reader is supposed to assume that current directory for this example is the same place as the current directory at the end of the previous example, but nothing says that. (it's obvious once you know).
* The overview chapter only talks about importing a whole directory tree. It's not clear how to add a directory or a file to an already imported directory tree. Actually, it's explained 20 pages later, but I didn't find that for a while.
* I made a mistake and imported a working dir subdirectory as a top level directory in the central cvs repository. There's no quick overview commands for removing setup mistakes. (Actually, that's shown about 30 pages after the overview). The book doesn't say that importing a subdirectory if you're in the subdirectory, makes it a top level directory in the CVS repository.
I'm sure once I understand what's going on, it'll be obvious. But to do my basic directory setup, and cleanup from a mistake, I had to wade through all sorts of "once it's working" text to find what I wanted.
Also, in the Removing Directories section, he keeps referring to directories without saying whether he's referring to directories in the user tree or under the CVS repository tree.
very useful examples concerning tagging and branchingReview Date: 2003-10-29
Aside from that, the main reason I like this book so much is that _everything_ has example code to go with it. Even better is that the output from every command is displayed as well. I found myself executing the commands and then comparing the output. I would highly recommend this book.
This book was vital in setting up a robust Linux cvs configReview Date: 2003-04-03

Used price: $22.99

Hands down one of the best PHP books for newbiesReview Date: 2008-08-11
PHP SolutionsReview Date: 2008-08-07
php SolutionsReview Date: 2008-07-18
Start using the PHP examples straight awayReview Date: 2008-05-20
This book is brilliant. It provides a good background and understanding of PHP and the examples are easy to follow and apply straight away. It also shows you how to keep your code safe and avoid ugly error messages.
Hard To Follow But Very UsefulReview Date: 2008-05-07
I wanted to create an image gallery using php, and found a halfway decent tutorial on the net, but didn't realize that this book actually covers image galleries.
Some nice tutorials in this book revolve around,
- blogs
- event lists
- user registrations
- file uploads
- image galleries
- and a bunch of other stuff.
If your learning PHP this is a good book to buy, even if you don't understand everything, you can bounce around to different books or online tutorials, then refer back to this book and maybe it'll make more sense.

Used price: $4.45

Good, but out-of-dateReview Date: 2008-05-30
Outstanding bookReview Date: 2008-04-15
Well Worth the PriceReview Date: 2008-02-25
The book contains useful detail regarding common problems or tasks. It contained some answers that I needed at the moment, which left me pleased. I recommend combining Hacks with another general-overview Ubuntu book.
Some books contain numerous errors. I am too new to Ubuntu to review the accuracy of the step-by-step procedures in this book.
Not really that goodReview Date: 2007-08-25
You don't need to wait for the 2nd Edition.Review Date: 2008-03-06
Still, this book remains about 90% accurate (IMO). In most of the places where it is no longer accurate things have actually become easier to accomplish in the newer versions. For example, it is much easier in 7.10 to enable restricted drivers than it was in 6.06.
Highs:
* Focused on how things are done in Ubuntu.
* Still useful despite its age.
* Something for every level of user, but newer users will get more out of it.
Lows:
* True experts in Ubuntu may find themselves skipping a few chapters. I was able to find helpful tidbits in chapters I thought I could skip, however.
* The various authors have wildly different writing styles. A couple of the hacks could have had more information or detail, but most were well-written.
Overall, I recommend this book if you are seriously considering or already using Ubuntu as your primary OS on any machine. Ubuntu has been compared to Mac OS X in its look and feel. "Ubuntu Hacks" can be compared to a slim version of "The Macintosh Bible" for Ubuntu.

Used price: $12.50

Perfect Reference for Network ProgramersReview Date: 2004-09-17
Excellent guide for the network administratorReview Date: 2003-04-18
The open source security scene needs more books like thisReview Date: 2004-12-19
The major theme I captured from BOSNST was the importance of creating useful code libraries. Six of the book's 12 chapters focus on libraries which provide functions for application programmers. While not all have gained the same amount of fame or use, the author's approach remains sound. Libraries are the building blocks around which numerous tools can and should be built.
This theme helped me understand the evolution of RFP's Whisker CGI scanner, released in Oct 1999 and deprecated in May 2003. Whisker lives on as a library, Libwhisker, in the Nikto Web server scanner. Similarly, Schiffman's chapter on Libsf mentions the utility of creating a library offering the functionality of the popular Nmap scanning tool. (Unfortunately, I haven't seen progress on this. Nmap author Fyodor last mentioned 'Libnmap' in his 2003 Nmap features survey, and it's not apparent in the tool's latest version.)
I found the six library chapters to be helpful. Some of the code has stagnated since 2002 (Libnids, Libsf), while some has continued to evolve (Libpcap, Libdnet, OpenSSL). Schiffman provides good explanations of buffer overflow and format string attacks in ch 10, and I thought his state machine-based port scan detector (Descry) in ch 11 was innovative.
One of the strongest sections of BOSNST is ch 12, where the author provides a 25-page code walkthrough of his Firewalk tool. This chapter is the model for anyone seeking to explain tool internals. Schiffman offers flowcharts, context charts, and explanations of code snippets. He doesn't simply dump page after page of C code in front of the reader. (Most chapters of BOSNST do conclude with the full source code for sample tools, however.)
I have no real complaints with BOSNST. I found minor errors in two diagrams (p 220, 223 should show the SYN/ACK or RST reply coming from the target, not to the target). Schiffman's writing style is clear and engaging, which makes a difference when explaining functions in code.
Those who want to learn how to assemble their security expertise in the form code libraries should read BOSNST. Those who wish to use the libraries found in the book, or those with similar functionality, should also read BOSNST. I look forward to Schiffman's next book, where hopefully he will finally update his biography to say 'AFIWC' (for 'Air Force Information Warfare Center') instead of 'AFWIC' (aka the UN's 'AFrican Women In Crisis' program).
Excellent guide for the network administratorReview Date: 2003-04-18
Man Page ReprintReview Date: 2003-02-20
After using libnet I was expecting something great from the man who wrote such an awesome library. Experienced programmers should use the man pages. If you're new to information security topics then you might find this book useful.
A newbie would be well served by this book.

Used price: $39.00

One of the best books ever written for systems/ICT administrationReview Date: 2008-02-20
Awesome!Review Date: 2004-10-11
That, however, is what it's for (It's plainly stated on the book! Read the friendly Meta-Manual!) and it is in fact a wonderfully lucidly written cornucopia of information in that field. It also is delightfully platform-independent, even if it is perceivable that the authors have a UNIX background (but which Sysad doesn't?).
It's a simple fact that Sysads get other things wrong more often than the tech stuff: Communicating changes, seeing it all from the user's POV, negotiating (yes, they deal with salary, too), saying "yes" so that it isn't understood as "yes to all"; saying "no" so that it isn't understood as "fsck you!".
That's why we're often hated as arrogant BOfHs. This manual endeavours to fix that, and it just might succeed.
Awesome!Review Date: 2005-02-08
This is no 'for dummies' book.
The Practice of System and Network Administration is a great guide.
A Mentor in a BookReview Date: 2004-08-29
I have been a System Administrator for a few years now, but this book clarifies many of the issues that I work with daily. It's like a having a mentor on my bookshelf that I can pull down and consult for advice. I especially like the whole section of seven chapters dealing with different aspects of management. These chapters should be mandatory reading for every SA -- and their bosses.
The book is written in a very readable style and has many useful and insightful real-world examples that show that the authors have been around and learned a lot on the way. The book is worth reading just for these examples. I read the book from cover to cover.
I first heard about this book when I attended a seminar Tom Limoncelli
taught at the 2003 LISA conference titled "Time Management for System Administrators: How to Keep from Going (More) Crazy". Many of the topics in the seminar are covered in detail in the book.
If you're a system administrator, you should read this book.
It's a top pick Review Date: 2007-09-07
Diane C. Donovan
California Bookwatch


Penguins and other free beeingsReview Date: 2008-06-23
It also provides a deep view from the perspective of the "survival of the fittest" projects. Popping-up to the light from the mass of ideas just be absorbed on the global wave, or even disappear, all the relevant projects and participants of this movement are accurately contextualized.
This book is a must read for everyone that wants to get to know a bit more of this amazing new world that emerges from the freedom of choice in what concerns information.
Best Book on the History of Open Source Review Date: 2007-12-14
Of course, most of the book deals with Linux only but isn't that the best case for hackers?
Great InsightsReview Date: 2007-08-12
The history of the development of Linux in detailReview Date: 2005-07-17
The book begins with a story of Richard Stallman, who labored for years to create a Unix-like system, written from scratch that would be free. Hw worked alone at first; then he gradually received contributions from to others, including - thought neither of them knew it in 1991 - Linus, whose Linux program would provide the last major pieces still missing from Stallman's huge software jigsaw puzzle.
The book covers the GNU project from its formal beginning, when in January 1984 Stallman started working on Bison, which was a replacement for Yacc. Having limbered up with this relatively minor task, he moved on to one of the most important. One of the key elements of a Unix system is the C compiler. After an unsuccessful attempt, he returned to Emacs and released GNU Emacs in September 1984. In October 1985 he has founded Free Software Foundation and then proceeded with C compiler and the C library.
The book then describes the biography of Linus, his years at the university and his work on his operating system, his experience with Minix, quite popular at that time in academic area, and fight with Tanenbaum, the author of Minix. The book then brings out the history of the development of Linux in detail.
Besides Linux, this book covers Open Source movement in Netscape, the development of TEX, Perl, Cygnus, etc., and how big companies like IBM adopt Open Source software and contribute to its development.
I would also recommend "The Cathedral & the Bazaar" by Eric S. Raymond in addition to this book.
Must read!Review Date: 2004-05-27
Reading the book gives the impression that author's bias against the RMS-style free-software. Also the author gives enough hints of his dislike for Microsoft's style of proprietary software. And towards the end, as the author starts explaining linux' entry into the corporate place, the book tends to be a bit dragging.
Overall, a must read for any open source enthusiast.

Used price: $0.78

Outdated, but still helpfulReview Date: 2007-01-24
Good Perl Apache Module ReferenceReview Date: 2006-09-20
Chapter Overview
01. Server-Side Programming with Apache
02. First Module
03. Apache Module Architecture and API
04. Content Handlers
05. Maintaining State
06. Authentication & Authorization
07. Other Request Phases
08. Customizing the Apache Configuration Process
09. Perl API Reference Guide
10. C API Reference, Part I
11. C API Reference, Part II
**** RECOMMENDED
best $2.00 I ever spent! Review Date: 2006-05-26
Although this book is old, it has some useful reference material that can still be applied today.
It doesn't mention as much about C as it does PERL, but it does cover the basic fundamental principles of using either language to create your own apache modules, which was more of what I was interested in.
A good book for Perl modules for Apache.Review Date: 2003-05-11
If you want C don't bother with this bookReview Date: 2003-03-02
If you bought this book thinking it will have sample C code, you would be wrong.
If you like Perl, then this is the book for you, but if you prefer C, as I do, then you will have wasted your money.

Used price: $2.51

Samba, open source replacement for Micro$oft's networks.Review Date: 2007-01-09
Great technical reference for advanced use of SambaReview Date: 2005-09-18
One of the Better Books Out there on SAMBAReview Date: 2005-10-24
This book has an abundance of information in it. Some things that look exciting were some information about the PDC/BDC style integratrion and also Active Directory Kerberos integration. There's also a section on CUPS integration.
Overall I found this resource quite invaluable. Maybe there's online material that is better, but for printed text this is one of the best books out there...
Sadly disappointedReview Date: 2004-12-30
It feels likes the HOWTOs from the Internet were simply copied, so why wasn't there time to edit?
Samba 2 and not Samba 3Review Date: 2004-12-30
If you want to make a donation to the Samba "father" John Terpstra, then buy the book but for real stuff, simply go in Internet, you will find exactly the same obsolete documentation, not a word more nor less.
Related Subjects: Licenses Articles Advocacy Directories Software Program Contracting Books Training News Services Hosting Open Content Search Engines Employment Conferences
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110