e99 Online Shopping Mall
Help | |
Home - Computer - Operating Systems (Books) |
  | Back | 61-80 of 100 | Next 20 |
click price to see details click image to enlarge click link to go to the store
61. UNIX, Solaris and Linux: A Practical Security Cookbook:Securing UNIX Operating System without Third-Party Applications by Boris Loza | |
Hardcover: 368
Pages
(2005-04-22)
list price: US$49.99 -- used & new: US$36.99 (price subject to change: see help) Asin: 1420848240 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (3)
A practical review
Very Useful
Tons of practical information! |
62. Computer Forensics: Hard Disk and Operating Systems (Ec-Council Press Series : Computer Forensics) by EC-Council | |
Paperback: 608
Pages
(2009-09-17)
list price: US$54.95 -- used & new: US$33.59 (price subject to change: see help) Asin: 1435483502 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (1)
Very good computer forensic book |
63. A+ Operating Systems for Technicians by Cheryl Schmidt, Todd Meadors | |
Paperback: 676
Pages
(2004-05-24)
list price: US$62.95 -- used & new: US$82.40 (price subject to change: see help) Asin: 1576761061 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (1)
Easy as 1-2-3 |
64. Advanced Operating Systems and Kernel Applications: Techniques and Technologies by Yair Wiseman, Song Jiang | |
Hardcover: 320
Pages
(2009-10-15)
list price: US$180.00 -- used & new: US$177.55 (price subject to change: see help) Asin: 1605668508 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
65. Linux TCP/IP Networking for Embedded Systems by Thomas Herbert | |
Paperback: 700
Pages
(2006-11-17)
list price: US$54.95 -- used & new: US$14.97 (price subject to change: see help) Asin: 1584504811 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (4)
Not bad, not perfect
TCP part is over-simplied
found 2 errors in the first day I got this book.
The Definitive Book on the Subject |
66. Outlines & Highlights for Operating Systems: A Concept-Based Approach by Dhamdhere, D. M., ISBN: 9780072957693 by Cram101 Textbook Reviews | |
Paperback: 206
Pages
(2009-08-26)
list price: US$27.95 -- used & new: US$27.95 (price subject to change: see help) Asin: 1428874690 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
67. Developing Your Own 32-Bit Operating System/Book and Cd-Rom by Richard A. Burgess | |
Paperback: 800
Pages
(1995-03)
list price: US$49.99 -- used & new: US$236.64 (price subject to change: see help) Asin: 0672306557 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (21)
What you need to Consider
I like it!
Lots of reviewers missing the point
Not an educational textbook What Burgess does, throughout the book, is basically dump code in your lap. There is no discussion of background theory, which is an absolute necessity when dealing with complicated topics like Intel Protected Mode and the 8259 Programmable Interrupt Controller (PIC). Instead, what he does is throw a bunch of source code at you (to pad the book's size) and then expect you to sift through everything line-by-line, with the expectation that you already know how PIC interrupt control words work, and that you understand how x386 segment descriptors work. There are a number of books on the Linux Kernel that do not suffer from these shortcomings. Specifically, the book by Bovet and Cesati does an amazing job of explaining all the little details (and don't think that this doesn't make a big difference, the devil is in the details). Check out Bovet's explanation of how Linux uses protected mode memory on Intel, it's well done. You can tell that PHDs like Bovet actually take pride in their work (unlike some two-dollar ex-technical school instructor who just expects you to learn by osmosis). Instructional text books are about lowering the learning threshold. The goal is to make a subject as easy to understand as possible. Burgess has not done that in this book. He hands you his code and then expects you to do the requisite foot-work. In this sense, this book is more of a poorly documented journal rather than something that an engineer would use to learn from. Documentation? Ha, that's a good one. If you're lucky, you might get cryptic one-line comments. The author admits, in certain points in the book, that his lack of documentation came back to haunt him (i.e. "I went back months later, only to realize that I forgot what I had done"). If Burgess worked for me writing software, I would have fired him. The reality of this book is that Burgess wrote an operating system because he had nothing better to do (he was retired). Retired people are like that; let's climb a mountain because it's there (what else am I going to do? Build a ship in a bottle? Watch TV?). However, once he completed the first cut, I suspect that he lost heart and decided to get a life. This book is his attempt to re-coup on the time he spent writing his own OS. Unfortunately, that's really all this book is. He took what he had and haphazardly crammed it into book format.
Haste makes waste MMURTL did not take off. The hundreds of hours that the author spent building tools and wading around in the dark have been, for all intensive purposes, lost. All that remains is a jumbled book, as a testimony to one man's urge to climb a mountain "because it's there." Had Richard involved other people and Open-Sourced his creation, the man-power necessary to take MMURTL out of its confusing infantile state may have been available. Instead, Richard decided to build MMURTL utilizing a software team consisting of one person, and the rest is history. Those readers who want to dig into OS internals should defer to Linux. Unlike MMURTL, Linux is a "live" system (which admins actually use) with all the features you would expect in an enterprise OS. Linux has a sane design, does a sufficient job of isolating hardware specifics, and information/support can be located at dozens of web-sites. Best of all, Linus and his cast of thousands have wrapped the assembly code and given it a structural underpinning. At the end of the day, this book is a nice concept whose execution never really followed through. There may be one or two useful snippets of code, but I wouldn't invest 6 months of my life to become a MMURTL fanatic. History and evolution were the judges and Linux is the winner. ... Read more |
68. Windows System Programming (4th Edition) (Addison-Wesley Microsoft Technology Series) by Johnson M. Hart | |
Hardcover: 656
Pages
(2010-02-26)
list price: US$69.99 -- used & new: US$41.15 (price subject to change: see help) Asin: 0321657748 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description “If you’re writing a native Win32 program or just want to know what the OS is really doing underneath, you need John’s book. He covers the stuff that real systems programmers absolutely must know. Recommended.” –Chris Sells, Microsoft Corporation “This fourth edition does a great job of incorporating new features in the Vista, Windows 2008, and Windows 7 API, but also stays true to teaching the foundational elements of building applications that target the Windows OS.” –Jason Beres, Product Management, Infragistics The Definitive Guide to Windows API Programming, Fully Updated for Windows 7, Windows Server 2008, and Windows Vista Windows System Programming, Fourth Edition, now contains extensive new coverage of 64-bit programming, parallelism, multicore systems, and many other crucial topics. Johnson Hart’s robust code examples have been updated and streamlined throughout. They have been debugged and tested in both 32-bit and 64-bit versions, on single and multiprocessor systems, and under Windows 7, Vista, Server 2008, and Windows XP. To clarify program operation, sample programs are now illustrated with dozens of screenshots. Hart systematically covers Windows externals at the API level, presenting practical coverage of all the services Windows programmers need, and emphasizing how Windows functions actually behave and interact in real-world applications. Hart begins with features used in single-process applications and gradually progresses to more sophisticated functions and multithreaded environments. Topics covered include file systems, memory management, exceptions, processes, threads, synchronization, interprocess communication, Windows services, and security. New coverage in this edition includes A companion Web site, jmhartsoftware.com, contains all sample code, Visual Studio projects, additional examples, errata, reader comments, and Windows commentary and discussion. Customer Reviews (22)
A Concise Guide to Essential Windows Programming Concepts
Excellent book for Windows System Programming
Excellent reference for Windows development beyond the .NET API
Windows System Programming by Jonathan Hart is an excellent source of information
A Very Positive Experience |
69. Distributed Systems: Concepts and Design (4th Edition) by Jean Dollimore, Tim Kindberg, George Coulouris | |
Hardcover: 944
Pages
(2005-05-20)
list price: US$140.00 -- used & new: US$61.99 (price subject to change: see help) Asin: 0321263545 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Provides a broad and up-to-date account of the principles and practice of distributed system design. Customer Reviews (13)
A satisfied customer
Good book for one looking for an introduction to distributed systems
I won't suggest - superficial treatment of the subject
It's alright...
Bedtime reading! |
70. Operating SystemsUncovered: The Inside Scoops Are Revealed | |
Kindle Edition:
Pages
(2010-08-07)
list price: US$2.99 Asin: B003YRIQ2U Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
71. Essential System Administration, Third Edition by Æleen Frisch | |
Paperback: 1176
Pages
(2002-08-15)
list price: US$54.95 -- used & new: US$21.99 (price subject to change: see help) Asin: 0596003439 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (78)
Very well structured, clear, and helpful
Best Buy ever
Good Book...
A little dated....
Great Overview |
72. Portable C and Unix System Programming (Prentice-Hall Signal Processing Series) by J. E. Lapin | |
Paperback: 208
Pages
(1987-01)
list price: US$30.95 -- used & new: US$143.64 (price subject to change: see help) Asin: 0136864945 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (3)
Clarification on authorship
This book should be far better known
Somewhat dated now, but still very worthy ideas. I used this book back around 1990 to develop a large software suite.The first 5 chapters are an excellent intro to portable C coding.We used the beginning chapters to design and develop our common platform headers, libraries and Make system.We did not take their examples unchanged, but used them as starting points for a our needs, which was a somewhat more comprehensive system.My team gives the book credit for helping us get us some of our 10x improvements.Still have not seen the likes of this book even today, in terms of the quality of data to use. The last half of the book is a summary of different API calls and /bin functions available on different Unixes of the day. Interesting now, from a historical perspective. ... Read more |
73. Practical Guide to the UNIX System, A (3rd Edition) by Mark G. Sobell | |
Paperback: 800
Pages
(1994-08-19)
list price: US$102.00 -- used & new: US$24.71 (price subject to change: see help) Asin: 0805375651 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (13)
book is in really good shape, only paper is very thick -so book is heavy
Unix textbook
This will be on my bookshelf for life
PGUS saved my life
Still my favorite reference |
74. Introduction to Operating Systems: Advanced Course by Mary Gorman, Todd Stubbs, CEP Inc. | |
Paperback: 280
Pages
(2001-12-26)
list price: US$99.95 -- used & new: US$9.99 (price subject to change: see help) Asin: 0619059443 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (1)
Wonderful Experience with no problems |
75. The Logical Design of Parallel Operating Systems (Prentice Hall Series in Innovative Technology) by Wolfgang Schroder-Preikschat | |
Hardcover: 370
Pages
(1994-07)
list price: US$64.00 -- used & new: US$45.55 (price subject to change: see help) Asin: 0131257099 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
76. Solaris Systems Programming (paperback) by Rich Teer | |
Paperback: 1248
Pages
(2004-08-29)
list price: US$64.99 -- used & new: US$49.33 (price subject to change: see help) Asin: 0768682231 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (15)
Good Only Because
A very, very good book
The ultimate UNIX text. Updates or replaces six other text books.
Excellentsource of information specific to Solaris systems programming
excellent source of solaris information in clear form |
77. Linux System Administration by Tom Adelstein, Bill Lubanovic | |
Paperback: 291
Pages
(2007-03-01)
list price: US$44.99 -- used & new: US$22.26 (price subject to change: see help) Asin: 0596009526 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description If you're an experienced system administrator looking to acquire Linux skills, or a seasoned Linux user facing a new challenge, Linux System Administration offers practical knowledge for managing a complete range of Linux systems and servers. The book summarizes the steps you need to build everything from standalone SOHO hubs, web servers, and LAN servers to load-balanced clusters and servers consolidated through virtualization. Along the way, you'll learn about all of the tools you need to set up and maintain these working environments. Linux is now a standard corporate platform with users numbering in the hundreds of millions, and there is a definite shortage of talented administrators. Linux System Administration is ideal as an introduction to Linux for Unix veterans, MCSEs, and mainframe administrators, and as an advanced (and refresher) guide for existing Linux administrators who will want to jump into the middle of the book. Inside, you'll learn how to: Customer Reviews (13)
It used to be listed here
Great for quick overview
Poorly organized
Configure and deploy debian servers
Great reference |
78. Embedded Microcomputer Systems: Real Time Interfacing by Jonathan W. Valvano | |
Hardcover: 896
Pages
(2006-03-21)
list price: US$191.95 -- used & new: US$129.99 (price subject to change: see help) Asin: 0534551629 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (9)
Ghost written by a monkey with a typewriter
A good software with a not-so-good book Valvano's book is somewhat rambling in nature, and he skips certain details in a way that is confusing to a beginner. Also he is always trying to explain 4 microcontrollers simultaneously which puts strain on a novice reader. If you can somehow grab a copy of the software, I would never recommend that you buy the book.
real-time interfacing
Bad Data Sheet Book at Very High Price
Very Bad Data Sheet book at very high price |
79. The Architecture of Computer Hardware and Systems Software: An Information Technology Approach by Irv Englander | |
Hardcover: 760
Pages
(2003-01-20)
-- used & new: US$19.95 (price subject to change: see help) Asin: 0471073253 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Most computer architecture books are just too technical and complex. Focusing on specific technology, they often bypass the basics and are outdated as quickly as technology advances. Now, Irv Englander's gentle-but-thorough introduction to computer architecture and systems software provides just the right amount of technical detail you'll need to make successful decisions in your future career. The text covers all the basics in an accessible, easy-to-understand way. Organized in a form that parallels an actual computer system, entire sections are devoted to principles of data, hardware, and software, with computer interconnection, clustering, and networking integrated into the material to emphasize the importance of computer and system structure. Assuming only basic knowledge, these sections build up to an in-depth understanding of each topic and how they interrelate to make up a computer system. With this Third Edition's outstanding features, you'll be able to build a solid foundation for success on the job. Customer Reviews (13)
exactly what I needed
Fairly helpful, but who is it aimed at?
Not good for learning
Seriously Lacking - Buy a different book if you can
Confusing and hard to understand |
80. CIS 155 Unix Operating System Custom Edition Strayer University CIS155 by Amir afzal | |
Paperback: 553
Pages
(2007)
-- used & new: US$190.00 (price subject to change: see help) Asin: 0536436738 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
  | Back | 61-80 of 100 | Next 20 |