Linux Books
Related Subjects: North America Europe Asia Oceania
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 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250

Used price: $0.01

Information for beginners onlyReview Date: 2000-07-20
EXCELLENT book for the beginner!Review Date: 2000-02-26
Great for beginners, too shallow for othersReview Date: 2000-05-01
When the first edition of this book appeared in late 1998, Manuel Alberto Ricart was among the first authors to admit that Windows 95 and 98 actually *did* happen. Rather than comparing bare-bones Linux with a historic relic, he chose a decent peer for a modern Windows environment: Linux with a desktop environment KDE.
Mr. Ricart starts with the elements of the KDE desktop, spends considerable time explaining basic operations with it, then proceeds to the programs of KDE base suite: file manager, text editor etc. The inevitable command line only comes in in part two. After explaining the basic commands -- file utilities -- some Unix concepts like pipes and regular expressions are discussed, while the programming in command shell is omitted. The section on programming editors Vi and Emacs is probably too short to be useful. The last part, part three, deals with the system administration tasks. Installation of Linux is added as an appendix.
What is the advantage of using command shell despite the existance of graphical interface? Mr. Ricart unfortunately cannot give a convincing answer, although it is probably clear to every second reader -- command shell contains a powerful macro language, which is superb for performing repetitive tasks. This is a pity -- spending 30-40 more pages on the Bash programming would actually give a meaning for including the complete Part 2. But I guess there has to be something idiotic in each of the books of Complete Idiot's series, right?
Leaving this aside, the book is perhaps the best introduction to Linux for beginners. Of all the distributions, Caldera Open Linux that comes with the book allegedly has the most user-friendly installation program -- unless you have some unfortunate exotic hardware, with which it won't work. Bear in mind though that every Linux CD included in a book is likely to be one year old or more when it arrives in your hands, and one year is a long time in Linux development. So the system you have just installed is already outdated... Watch the Web to find out what is really going on.
Great newbie guide to Linux/Unix variants/Unix like OSesReview Date: 2004-10-23
Common sense is required for all things...Review Date: 2001-01-23
Read the idiots guide so you can start to4 move around and THEN use the Visual book that will show you screen shots of what you need to do for more advanced use. When you've mastered the visual book, get a book on hard core programming.
You will not find one book for newbies and old pro's. Stop looking for one. I started with the Visual book, big mistake. I got stuck and droped it for a few months. Do things in order and be patient. You won't learn how to edit your x11 files overnight, but if you can't seem to get your screen out of 648x480 at 60Hz eventually you will need to look there...Today, however, learn what PDW and LS really do before you start playing.
Used price: $0.19

Great Hands on Learning aid f/UNIXReview Date: 2006-06-07
The strength in this book are the exercises that reinforce whats being discussed. If you're looking for a "hand-on" way to learn Unix, this is the book you need.
Unix Truly Made EasyReview Date: 2005-11-18
This should be titled Unix Made DifficultReview Date: 2004-08-06
A Excellent Tutorial-Based Approach to Learning UNIXReview Date: 2006-04-18
Most other books on the subject of UNIX seem to be references, rather than tutorials. While the reference books are essential for an intermediate to advanced user, a good tutorial-based book is much better for the novice student. In that regard, this book is perfect.
Lastly, the text printed on the pages is larger than you'll find in other books, but it's essential to how you will work with this book. You'll be looking back-and-forth between the book and the computer monitor, and the larger text will help you easily find where you last left the page.
A Teacher's ExperienceReview Date: 2004-09-02

Used price: $9.91

I like Minix3, not the bookReview Date: 2008-06-02
a road not takenReview Date: 2006-08-29
Tanenbaum criticises those, for a lack of modularity. With millions of lines of code put into one monolithic build running in kernel mode. But you might seriously wonder about this, especially where linux is concerned. In general, it is stable. Yes, with bugs that are inevitable with large code bases. But bugs that are severe enough to crash the OS are rare. Certainly rarer than Microsoft Windows. Anyhow, the book demonstrates the use of a microkernel. While linux uses a monolithic kernel.
But the "what-might-have-been" arises from how linux was inspired by minix. The marketplace has overwhelmingly preferred linux to minix. Industry giants like IBM and HP have now standardised on linux. No major company has done this for minix. It suggests a major design flaw in minix. Not a flaw in terms of not working. But a flaw at a higher level. Perhaps in extensibility or licensing. Tanenbaum must surely wonder that had he taken a different route with minix, it would have become what is linux today. Linus Torvalds is now far better known than him, and there is an entire industry of startups built using linux. Minix is something obscure, even amongst many computer programmers.
Not the best basis for Operating System designReview Date: 2006-02-27
Also, beware, of the 1000+ pages, at least a quarter of that is a print out, line by line, of the MINIX 3 source code. (Approximately 30,000 lines...)
Bottom line: Good for basic theory and understanding, but you would need to know much more to write a friendly OS.
An excellent text book, well written and informativeReview Date: 2003-02-10
A great introduction to operating systemsReview Date: 2006-03-30
To those who would rather see examples from Linux: Minix is a compact and modular OS, which is why it's a good choice for examples. The book contains the entire source code at the back for easy reference. Yes, the OS is that small. That's a good thing when you're trying to figure out how virtual memory works or what have you. You'd be lost trying to learn this stuff from Linux. Above everything else, the code is ***well-commented*** compared to Linux, a major plus. You won't find any "/* major hack */" comments, either. ;) Minix leaves out all the crap that Microsoft and Linux throw into the kernel that make it unstable in the first place. Learn about the bells and whistles later when you can do the basics.
I encountered two instances where the book wasn't updated to reflect changes in the OS, which were annoying to deal with. Also, I found a spelling or punctuation error about every ten pages, which was annoying for such a pricey book. Overall, however, the book is extremely usable and understandable. It's easy to pick up concepts from this text.

Used price: $0.53

Awesome book, awesome language.Review Date: 2007-10-16
If you're new to programming Perl introduces many of the concepts that you'll need to master while allowing a lot of flexibility.
I don't know if 24 hours is quite enough to complete this book, but the short focused lessons make learning fun.
The impossible 24hour challenge.Review Date: 2007-05-27
I looked at this and other similar 24 hour computer books. I already knew how to program in basic so I understood the basics. My problem with this book is a false idea that a person with little or no programming ability could pick this book and learn the basics of Perl or any other advanced programming language in just 24 hours. Programming requires understanding and time and a great deal of practice. I think a book like this sets the reader up for failure by trying to achieve a realistic goal in an unrealistic time frame . I myself settled on a different book by Simon Cozens called Beginning Perl. The book uses PERL to teach programming basics chapter by chapter letting the reader set their own pace. If you want to learn programming know that it takes a lot of time and is very intimidating at times. The knowledge comes from a little reading and a tons of practice. If you want to learn programming do it for the love of the subject and not with the idea of making a lot of money as a programmer which is a long shot these days.
Great for novicesReview Date: 2007-03-08
However, one thing I would say is that each chapter is not one hour.
If you work on each one properly (take notes, do the exercises etc) its more like 2 hours per chapter.
How to get your hands dirty quickReview Date: 2004-10-05
If you already have some programming background and need just one book to learn Perl quickly, this is the book for you. After this, I'd recommend the "camel book", i.e., "Programming Perl" published by O'Reilly, which gives a forest-over-trees treatment to the language, plus it contains a useful reference on the language.
study the chapter on hashReview Date: 2005-09-16
Pierce gives an updated introduction for Perl, describing the latest version 5.8. Though realistically, if you are new to Perl, you'd be doing fine even if the book didn't reach up to that version. Perl is a very stable, mature language, which is probably what you want.
If you already know another language, then many or all of the concepts in this book will be familiar. It just becomes a question of plowing through the chapters, to learn the Perl syntax.
In Pierce's presentation, he quickly takes you to what Perl calls a "hash". In Java, the corresponding class is a Hashtable. Regardless of terminology, the idea is a very useful one, and if you intend to be a proficient Perl programmer, you need to have this down pat. Earlier material in the text, like scalars and arrays, are pretty trivial to understand and use. The hash table is trickier, but Pierce does a good job in conveying its usage. He avoids the maths theory behind this, but points out that it gives you quick access to a value associated with a key, where this access is not proportional [ie. linear] to the number of keys in the table. He doesn't actually say it's logarithmic, which it is. [For the theory, Cf. Knuth "Art of Computer Programming" vol 3.]
Learn the hash. Experienced programmers [in any language] already know its value. In all of the book, it is the best glimpse into advanced algorithmic coding.

Used price: $0.01

It does the JobReview Date: 2000-09-16
I got me a pass...Review Date: 2001-02-24
Practically UselessReview Date: 2000-05-29
A great way to prepare!Review Date: 2000-05-08
This book does NOT fully prepare you for the exam.Review Date: 2000-07-06
This book does come with a sample exam, and I did pass it multiple times, as did my colleagues. This book, as well as Calkins' Admin II book, is just not thorough & detailed enough.

Used price: $38.97

Excellent TextReview Date: 2007-11-05
Excellent BookReview Date: 2006-03-15
Review of Digital Design Principles and Practices by John F. WakerlyReview Date: 2006-02-03
I am very disappointed with this product and purchase.
A Good ReferenceReview Date: 2005-09-21
This book provides an extreme amount of detail in the many aspects of the field. If you have basic knowledge of circuitry, you should be fine in understanding this book. If you do not have any experience at all, however, this book will be difficult to manage.
On the positive side, as a reference, this book is superior. The book starts with introductory concepts such as working with number systems and how to perform arithmetic (simple and complex) in binary. I was confused by the placement of Chapter 3. Immediately following number systems, the author jumps to electrical behavior and layout of transistors to comprise CMOS logic. While a necessary topic, I felt that it could have been delayed to a future chapter.
Afterward, standard topics are covered amidst advanced topics. I felt it would have been easier for the reader to master the simple, ideal designs before having to worry about timing characteristics and other non-ideal concepts.
The book discusses simple logic gates all the way through sequential logic design, which is a nice touch. It is good to have all of the material in this book in one place and definitely recommend the book to anyone in logic design. While not the most advanced book, its wide array of topics and coverage will help to fill in the gaps that other books create.
A Book Where Brain, Knowledge and Sense of Humor MeetReview Date: 2005-03-19

Used price: $1.07

Hopelessly out of dateReview Date: 2007-06-23
I finally was able to load and use Linux!Review Date: 2005-09-01
Updated 3-6-06. To date, Linux has NEVER crashed or frozen to the point necessitating reboot. There have been some trouble spots including inability to configure my old (but not new) flatbed scanner. I like Linux so much I got a laptop to be a dedicated Linux machine. My first attempt was to convert my old Presario 1240, but it was so dreadfully slow that it was useless. I am now going to try to convert a Dell laptop. More to come....
Great Place to Start with LinuxReview Date: 2006-06-15
I would like to say one thing. I bought this book right after it was released in 2004. Since then Linux has come a long way. This book comes with Fedora Core 1 and Fedora Core is now up to release 5 (at the time of this writing). Now there is really no reason to feel like you have to have the newest release because there are lots of people still running 1 (or older versions) but if you are running a newer computer with new hardware there might be a chance that Fedora Core 1 will not have drivers for the newest stuff. I say this not to discourage anyone from buying this book, but rather to let people know that if the CD this book comes with does not work with your computer you did not waste your money. Your next best option would be to find the newest release of Fedora by either free download or buying it cheaply somewhere online. This may well solve your problem and if not check out the many forums for Linux as people are always willing to help and are very friendly. This book is still great and I highly recommend it, but it would be really nice if a new updated edition would be released.
Edit 2/6/07: I felt the need to edit this review. Everything I have said still stands, but this book along with the software it walks you through is dated. Fedora Core 1 is no longer supported. I said that it would be really nice if a new updated edition would be released and it looks like there has been, though as another book. I have not read this new book but it might be a better place to start since it uses more up to date software. The book is called Ubuntu Linux for Non-Geeks by the same author. I would advice you to look into it before purchasing this book.
Good Book for BeginnersReview Date: 2006-06-28
Linux for Non-GeeksReview Date: 2006-03-11
My problem was that I have only one hard drive and needed to repartition it using a partition program. (I used Partition Magic.) When it came time to load the linux supplied with the book onto the machine, it had difficulty recognizing the partions and did not load properly. it froze up upon being loaded onto the machine for its first boot. I was forced to download Fedora 4 in order to install it properly (Fedora 4 worked just fine.). I also downloaded the documentation including installation instructions which were clear although much broader then I needed them. I am still working my way through the projects in Linux for Non-Geeks.

Used price: $9.71

I recommend it to everyone !Review Date: 2004-06-23
If you want to be profi - this stuff is for you.
Vadim Kataev
the title is misleading.Review Date: 2003-08-22
This book is available FREE online!!!!!Review Date: 2005-04-28
http://www.advancedlinuxprogramming.com/alp-folder
Forget the title, this is a wonderful bookReview Date: 2006-03-23
Try it out. This book is available free of charge at http://www.advancedlinuxprogramming.com. Having an electronic copy is useful for searching, and it can be printed. A thank you is in order for a quality book made available to the public, free of charge. Thank you authors! I look forward to other books these fellows write. Don't be surprised if you find yourself valuing the book enough to purchase a copy from Amazon, but that is a personal decision.
As a critical SOB (so says my wife), I do have some negative comments. The book has some errata, so be sure to download corrections from the web site. Also, the book is five years old, and a second edition would be wonderful. All considered, this book must be rated 5 stars, period.
Not good for beginning but it's not an advanced bookReview Date: 2003-08-23
T.T

Used price: $0.46

Somewhat dated but still a good way to dip your toe into the Linux watersReview Date: 2008-04-14
*) Navigating through the file system
*) Customizing the desktop
*) Installing new software
*) Working with peripheral devices
*) Interacting with the Internet
*) Using e-mail
*) Using the various OpenOffice applications.
*) Working with graphics and multimedia
*) The all-important playing of games
If you are curious about Linux and are a lifelong user of Windows, this is still a very gentle and effective way to put your toe deeply into the Linux waters.
Disappointing!Review Date: 2005-06-09
Gagne claims "A modern Linux installation is easy... easier than Windows... you boot from your CD-ROM drive, click NEXT a few times and you are running Linux." This is true if absolutely everything goes exactly as expected. If anything goes wrong, however, you are left to your own devices to figure it out. In my case, the GRUB installation needed serious attention, neither my dial-up or highspeed modem were recognized by the OS... and there is nothing in this book to help solve my problems. Check out the help forums for any Linux distribution and you'll see that these sorts of things come up regularly.
I'm very frustrated with Gagne's approach - basically he tells us to follow the instructions on the screen, and if anything goes wrong check the internet for solutions. You don't need to buy a book to tell you that.
To basic for a prior windows user.Review Date: 2004-07-16
I don't think this book would help the prior windows user much. But would be good for a person just starting out with linux without any windows background as it gives basic functons of a few programs usually included with linux.
Not Bad but there are better booksReview Date: 2005-04-09
But I feel not enough betail was givin on some topics.
The best Book I read for newbies is sam`s teach yourself
unix in 24 hours.
It teaches you how to use the shell. That to me is the true power of linux
If you don't like KDE, don't buy it.Review Date: 2004-07-12

Used price: $0.01

Decent book for begining Solaris AdminsReview Date: 2001-03-24
Absolute PerfectionReview Date: 2000-05-08
Save your money and buy a better bookReview Date: 2000-04-20
To top it all off, there are numerous typos and just plain wrong information that the somewhat experienced reader will notice. This bothers me since the author of a book should be a subject matter expert before writing it! Other books are better... buy them instead.
Frustrating at timesReview Date: 2001-01-03
There are other examples. I often end up searching for additional information elsewhere. Your mileage may vary.
Remember! This is a starter book...Review Date: 2000-02-02
Related Subjects: North America Europe Asia Oceania
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 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250