Showing posts with label operating systems. Show all posts
Showing posts with label operating systems. Show all posts

The Design of the UNIX Operating System Review

The Design of the UNIX Operating System
Average Reviews:

(More customer reviews)
UNIX in its many derivatives is a 30-year old operating system. Why has it stood the test of time? Because it was designed with a simple philosophy: to give the user the ability to create his own tools to solve problems. This book has been a classic in UNIX architecture since it was published in 1987. Although some of the sections are a bit dated (e.g., IPC, file systems), it is still a valuable source of information. You will begin to understand the design philosophy of UNIX after reading this book. You will see why some of the design decisions were made (primarily due to the hardware of the time) and some of the really neat kluges that was devised to get around those problems. This book deserves its status as one of classics of UNIX literature. I highly recommend it.

Click Here to see more reviews about: The Design of the UNIX Operating System

Classic description of the internal algorithms and the structures that form the basis of the UNIX operating system and their relationship to programmer interface. The leading selling UNIX internals book on the market.

Buy NowGet 19% OFF

Click here for more information about The Design of the UNIX Operating System

Read More...

Sun Performance and Tuning: Java and the Internet (2nd Edition) Review

Sun Performance and Tuning: Java and the Internet (2nd Edition)
Average Reviews:

(More customer reviews)
I've read, re-read, and marked multiple pages of the book, and used it as a guide to monitor multiple systems. This is the best Solaris performance monitoring documention I've seen to dated. The specific utilities covered (vmstat, sar, iostat), give very useful clues about what to look for on systems. Coverage of some system utilties including sar, mpstat, and netstat were limited, and left me looking for missing chapters. Network I/O statistics and items to monitor were poorly covered, in favor of html java, and internet specific applications.

Click Here to see more reviews about: Sun Performance and Tuning: Java and the Internet (2nd Edition)

9524J-6 "As practical as a Swiss Army knife for a power-hungry SysAdmin. For all the Sun gurus, veterans and newbies: This is for you. As a must-have in one's library, it'll be one of your most worn out references in your serious IT career. It is practical and very illustrative in its approach to solving sample problems." -Dexter D. Laggui Hailed in its first edition as an indispensable reference for system administrators, Sun Performance and Tuning has been revised and expanded to cover Solaris 2.6, the newest generation of SPARC hardware, and the latest Internet and Java server technologies. Featuring a quick guide to get you started, as well as detailed reference information, this book is indispensable both for developers who need to design for speed and administrators who need to manage system and network performance. Performance guru Adrian Cockcroft brings his unique expertise and structured approach to this complex and rapidly changing topic, providing detailed information on key aspects of performance management and system behavior that is not available anywhere else.Rich Pettit, author of the SE performance toolkit, describes the performance interfaces in Solaris and how to use this freely available toolkit to build your own customized performance-monitoring tools.Key topics covered include:*Performance Management and Measurement *TCP and Internet Server Tuning *JAVA Network Computer Server Sizing *SPARC System Architectures *Kernel Algorithms and Tuning *How to Build Your Own Performance Tools *Performance Rules and the virtual_adrian SE ToolTo get up to speed quickly on critical performance issues, this is the one book any Sun administrator, integrator or developer needs.

Buy NowGet 16% OFF

Click here for more information about Sun Performance and Tuning: Java and the Internet (2nd Edition)

Read More...

Unix Programming Environment (Prentice-Hall Software Series) Review

Unix Programming Environment (Prentice-Hall Software Series)
Average Reviews:

(More customer reviews)
How is it that a book from 1984 based on a legacy Unix system, describing some tools that no one would now use, can still not only be in print but actually recommended?
In introducing you to the Unix system, from simple shell commands, to shell scripts, to awk and sed programming, and to Unix applications programming, not to mention the best introduction to lex and yacc, the authors develop real applications and teach you how to THINK in Unix terms: develop small components that fit and interact with each other to build larger and larger and more complex applications.
But it's more than just thinking in Unix terms: it's how to structure and approach programs and scripts no matter what environment you are in.
Stevenson's _Advanced Programming In the Unix Environment_ is an excellent book for coverage. I have it too. But _The Unix Programming Environment_ is a book for developing your software mentality in a way that no other book that I've read even approaches.
After 20 years as a Unix programmer, including kernel development of several Unix operating systems, this book still remains on my shelf.

Click Here to see more reviews about: Unix Programming Environment (Prentice-Hall Software Series)

Designed for first-time and experienced users, this book describes the UNIX(R) programming environment and philosophy in detail. Readers will gain an understanding not only of how to use the system, its components, and the programs, but also how these fit into the total environment.

Buy NowGet 38% OFF

Click here for more information about Unix Programming Environment (Prentice-Hall Software Series)

Read More...

New KornShell Command And Programming Language, The (2nd Edition) Review

New KornShell Command And Programming Language, The (2nd Edition)
Average Reviews:

(More customer reviews)
I make my living writing Korn shell, and of all the books on Korn, this is the one I could least do without.
Pros: I've known people to buy this book simply for its back cover, as the index of topics on the back is enough to dig up information on the topics covered. The book is dense, not a tutorial really, more a reference text for ksh related topics. This is a book to be read on an as-needed basis, a cookbook for the "how do I get -this- to work!?" crowd.
Cons: I don't recommend it as anyone's first programming book. Even for the systems administrator, I'd recommend Nemeth et al. and Aeleen Frisch's books on administration as supplements for Unix related topics. There are essential things about shells and shell scripting (statically linked versus dynamically linked shells) that will never be learned in a shell programming book, that are critical to knowing when and where a shell language can be used.

Click Here to see more reviews about: New KornShell Command And Programming Language, The (2nd Edition)

This is a Second Edition of the best-selling guide to the KornShell command and programming language by the original inventors of the language. It provides a specification for the KornShell language, tutorial material for those new to ksh (the program that implements the KornShell language), and a comprehensive reference for all ksh users. Covers major new additions to the KornShell language ksh93 (including command completion and a key binding mechanism); provides tutorials for both of the functions of ksh (as an interactive command language, and as a programming language); contains numerous examples illustrating the features of ksh; and features a Quick Reference summary of the KornShell language with page references to the book. For both new users with little shell experience, and for experienced computer users who are familiar with ksh and/or other shells. ISBN of 1st Edition: 0-13-516972-02.

Buy NowGet 25% OFF

Click here for more information about New KornShell Command And Programming Language, The (2nd Edition)

Read More...

UNIX Internals: The New Frontiers Review

UNIX Internals: The New Frontiers
Average Reviews:

(More customer reviews)
I am very surprised that this book is largely get overlooked by Unix society. I read this book for over 2 years, I'm still frequently revisit it. The beautities of the book are 1. The information is up-to-date, a lot of information is summarized from latest Usenix proceedings 2. Topics involved are moderate to advanced, assuming you have enough basic knowledge on Unix Internals, such as those from BACH's book. So it focused on SMP, threaded kernel, virtual file system/journal FS. VM/Fs integration. It fillin the gap for those reader who need to know the progress of current Unixes of current Unixes since mid 80's 3. Solutions and comparisions. The author detailed different solutions on flavour of Unixes, including BSD, SVR4, Solaris (although derived from SVR4), OSF, and the legend MACH. This is the gem of the book, it outlined pro and con of each solution that brodened user's mind. 4. Well balanced contents. The author keep well balance between mechanism and implementaion detail, so that it is detail enough for reader to grasp the essence algorithm but not embroil into topic-irrevalant mess that may distract reader's attention.
This is a fasinating Unix internal book on market that can take the reader into the Unixes forest, in the meantime, keep readers a clear view about the forest evolution and landscape.
The book is not for Unix beginner.

Click Here to see more reviews about: UNIX Internals: The New Frontiers

This book offers an exceptionally up-to-date, in-depth, and broad-based exploration of the latest advances in UNIX-based operating systems. Focusing on the design and implementation of the operating system itself — not on the applications and tools that run on it -- this book compares and analyzes the alternatives offered by several important UNIX variants, and covers several advanced subjects, such as multi-processors and threads. Compares several important UNIX variants—highlighting the issues and alternative solutions for various operating system components. Describes advanced technologies such as multiprocessor and multithreaded systems, log- structured file systems, and modern memory architecture.

Buy NowGet 39% OFF

Click here for more information about UNIX Internals: The New Frontiers

Read More...