|
GOLSCO Books Online Store | UK | Germany |
| books | baby | camera | computers | dvd | games | electronics | garden | kitchen | magazines | music | phones | software | tools | toys | video |
| Help |
| Books - Computers & Internet - Operating Systems - A good sysadmin's bookshelf |
| 1-20 of 25 1 2 Next 20 |
| Featured List | Simple List |
|
|
|
Go to bottom to see all images
Click image to enlarge
|
UNIX Shells by Example (3rd Edition) by Ellie Quigley Average Customer Review: Paperback (24 October, 2001) list price: $49.99 US | Canada | United Kingdom | Germany | France Editorial Review The second edition of Unix Shells by Examples shows off basic commands and utilities in the three most popular Unix shells--C, Bourne, and Korn--with side-by-side examples. The new edition of this book is sure to be a worthy reference for Unix programmers for getting around their favorite shell. The best thing in this new edition is that the author presents short, effective examples of using basic commands and utilities for each of the three major Unix shells. This comparative approach means that you can use this book on different flavors of Unix and even migrate scripts between different shells. For each shell, the author provides fundamentals, like accessing profiles, command-line histories, and shell programming. "Lab sections" let you develop your skills with short, hands-on exercises for each shell. As in the earlier edition, the author's short examples show you how to perform basic tasks quickly with common switches and options. Other sections here cover three major Unix utilities: grep (for searching), sed (for editing), and awk (for scripting and reporting). (The reference and tutorial on AWK programming is a notable feature here. There is also good coverage of regular expressions.) Instead of hunting down information in countless man pages, this book will save you valuable time every day with its efficient format and comparative approach--truly useful features for the beginning and intermediate Unix user. --Richard Dragan Topics covered: C, Bourne, and Korn Unix shells; grep, sed, and awk utilities; regular expressions; and shell programming. ... Read more Reviews (37)
Isbn: 013066538X |
|
|
Linux Shells by Example (with CD-ROM) by Ellie Quigley Average Customer Review: Paperback (15 June, 2000) list price: $44.99 US | Canada | United Kingdom | Germany | France Editorial Review In both Linux and Unix, becoming proficient at using shell scripts is anessential skill for both programmers and administrators. Filled with numerousexercises and examples, Ellie Quigley's Linux Shells by Example providesa comprehensive tutorial to two of the most popular Linux shells: the BourneAgain shell (bash) and the TC shell (tcsh). For any Linux user,this title is all you need to bring your shell-programming skills up tospeed. This book opens with a tour of the history and function of traditional Unixshells (from Bourne, C, and Korn shells) before centering on Linux variants, bash and tcsh. The text then turns to three powerful utilities:grep (for file searching), sed (for noninteractive file editing),and gawk (which allows programmers to write powerful scripts that processfiles using regular expressions). There are dozens of sample commands to try out here. (With shell programming,the genius is truly in the details, and the only way to learn the shell is totry it out for yourself.) As an experienced teacher, the author provides awealth of examples that take you through both the common and more esotericfeatures of these utilities. Instead of hard-to-decipher man pages, thereshe includes dozens of sample commands with correct syntax, plus clearexplanations. The rest of this book looks at the bash and tcsh shells in detail,from interactive mode to shell programming with full coverage of the basics ofwriting reusable scripts. Final sections of Linux Shells by Example lookat common Linux file and system commands for easy reference, and the book endswith a useful appendix on quoting styles for five different shells. In all, thisbook's clear presentation style and plentiful examples will help any Linux userbecome a competent shell user and script programmer. --Richard Dragan Topics covered: Survey of Unix shells (the Bourne, C, and Korn shells),survey of Linux shells (the Bourne Again and TC shells), processes, shellenvironments, tutorial for regular expressions, grep for file searches,the streamlined editor (sed), awk/nawk/gawk scripts, gawkbasics and expressions, gawk programming (variables, arrays, flowcontrol, built-in and user-defined functions), the bash and tcshshells (interactive mode, programming tutorial for shell scripts), reference tocommon Linux/Unix utilities, comparison of shells, and tips for using correctquoting styles within shells. ... Read more Reviews (5)
Anyway, better know your way around linux before you get this book even though it starts very basic. This is a huge book, 761 pages. Great info...
The only reason that I rate only 4 stars for this book is because some similar part gets repeated too often in this book. ... Read more Isbn: 0130147117 |
|
|
Mastering UNIX Shell Scripting by Randal K. Michael Average Customer Review: Paperback (31 January, 2003) list price: $45.00 -- our price: $29.70 (price subject to change: see help) US | Canada | United Kingdom | Germany | France Reviews (8)
Isbn: 0471218219 |
$29.70 |
|
Learning the bash Shell, 2nd Edition by Cameron Newham, Bill Rosenblatt Average Customer Review: Paperback (02 January, 1998) list price: $29.95 US | Canada | United Kingdom | Germany | France Reviews (22)
Isbn: 1565923472 |
|
|
Unix Power Tools, Third Edition by Shelley Powers, Jerry Peek, Tim O'Reilly, Mike Loukides Average Customer Review: Paperback (01 October, 2002) list price: $69.95 -- our price: $46.17 (price subject to change: see help) US | Canada | United Kingdom | Germany | France Editorial Review The mark of a craftsman is his familiarity with his tools, the speed with which he can use them to solve simple problems, and his cleverness in using them to solve more complicated challenges. The latest edition of Unix Power Tools explores the standard Unix tools in greater depth than ever, and with better coverage of Linux, FreeBSD, and even the Darwin environment of Mac OS X. It's also been improved by the addition of sections on Perl and Python, programming languages that can often solve Unix problems more adeptly than any specific utility. This detail-filled book distinguishes itself from other guides for Unix gurus with its organizational structure (it's a series of articles that can be absorbed sequentially or individually) and carefully designed and executed index. Like its esteemed predecessors, this book is one you will keep handy. The authors have achieved a nearly ideal balance in the pages of this book. It's not just a collection of recipes (such collections tend to leave you hanging if you want to do something a little differently), it's not just a book of documentation (books like that have application mainly as references for people who know a lot already), and it's not just a conceptual how-to guide. Unix Power Tools is all of those things, and the overall effect is impressive indeed. If you work with any flavor of Unix, whatever your level of experience, you will benefit by having this book. --David Wall Topics covered: How to work efficiently, elegantly, and creatively with the Unix tool suite, as well as (to a lesser extent) with Perl and Python scripts. Tips and strategies on customization, document generation, process management, and networking abound in this wisdom-rich volume. ... Read more Reviews (56)
There are so many useful scripts, tools, and tutorials woven together is different topic areas.There are also a lot of fun stuff thrown in, like how to configure your c-shell prompt to be like the familiar DOS prompt showing directory path. Interestingly, in some parts, I find it to be a good reference and sometimes the only reference for certain tools and commands.For example, this book extensively covered and illustrated the 'find' command, which is very powerful and often used in the industy.There were not only good explanations, but comprehensive examples as well.I could not find any reference of 'find' with examples in any other published book.I think this book gives impressive coverage of other essential, yet seldom, documented tools.
With a book of over 1000 pages, there's something on virtually every topic of UNIX here. And you can "jump around" to different parts of the book to learn more about a particular feature or "power tool." Vi for example has always been a favorite of mine, much to the chagrin of some of my friends, and there's a chapter or two of Vi "tricks" to try out. Emacs is a screen editor that I also like, and again there's a chapter devoted to "EMACS tricks." Of course in a book this size, just about everything imaginable regarding the UNIX operating system is covered here, everything from customizing and interacting with your shell environment, to working with files and directories, the UNIX kernel, lots of information about scripting, to security issues. Whether you're a UNIX programmer, sys admin, or "UNIX hobbyist" like me, this book is an invaluable resource. ... Read more Isbn: 0596003307 |
$46.17 |
|
sed & awk (2nd Edition) by Dale Dougherty, Arnold Robbins Average Customer Review: Paperback (02 March, 1997) list price: $34.95 -- our price: $23.07 (price subject to change: see help) US | Canada | United Kingdom | Germany | France Reviews (27)
Isbn: 1565922255 |
$23.07 |
|
Learning Perl, Third Edition by Randal L. Schwartz, Tom Phoenix Average Customer Review: Paperback (15 July, 2001) list price: $34.95 -- our price: $23.07 (price subject to change: see help) US | Canada | United Kingdom | Germany | France Editorial Review In this smooth, carefully paced course, a leading Perl trainerteaches you to program in the language that threatens to make C, sed, awk, and the Unix shell obsolete for many tasks.This book is the "official" guide for both formal (classroom) and informal learning.It is fullyaccessible to the novice programmer. ... Read more Reviews (248)
Isbn: 0596001320 |
$23.07 |
|
Programming Perl (3rd Edition) by Larry Wall, Tom Christiansen, Jon Orwant Average Customer Review: Paperback (01 July, 2000) list price: $49.95 -- our price: $32.97 (price subject to change: see help) US | Canada | United Kingdom | Germany | France Editorial Review Larry Wall wrote Perl and he wrote Programming Perl. Better yet,he writes amusingly and well--all of which comes across in this latest editionof the definitive guide to the language. Like Topsy, Perl just grew, and as a result the need for a third edition cameabout. It's now over 1,000 pages, which it needs to be, as it performs severaldifferent duties. First, it's an introduction to the Perl language for those whoare new to programming; also, it's a guide for those who are coming from otherlanguages; and, finally, it's a Perl language reference. Among Larry Wall's other pursuits is being a linguist, and it's perhaps for thisreason that Perl is a peculiarly flexible language with many routes to achievingthe same ends, as the authors ably demonstrate. It's also extensible in severalways, designed to work with many other languages. Also, as it's largelyinterpreted, programs written in Perl tend to run unmodified on a variety ofplatforms--although platform-specific Perl modules and programming practices arealso discussed. A major strength of Programming Perl is the way subject areas areapproached from several directions. This constant shift of viewpoint eliminatesblind spots in the reader's understanding and provides a pleasing echo of theway Perl itself can take many routes from here to there. Because the Perl community is both knowledgeable and active, the language coversmuch more ground here than in the previous edition. Even if you have bothprevious editions, you'll want this latest version--if only for the new jokes.--Steve Patient, amazon.co.uk ... Read more Reviews (224)
Isbn: 0596000278 |
$32.97 |
|
Perl for System Administration by David N. Blank-Edelman Average Customer Review: Paperback (15 January, 2000) list price: $34.95 -- our price: $23.07 (price subject to change: see help) US | Canada | United Kingdom | Germany | France Editorial Review The title of David N. Blank-Edelman's new book, Perl for SystemAdministration, is strangely redundant and thankfully misleading. The souland source of Perl's core competence is Unix system administration, and anotherO'Reilly tome on Perl tricks for managing backups would not have been welcome.But the subtitle Managing Multiplatform Environments with Perlcommunicates the essential task: how to administer heterogeneous Unix, WindowsNT/2000, and Mac OS systems from the same Perl-based conceptual platform. Blank-Edelman introduces this diversity of notation to motivate a far-reachingdiscussion of system internals, and shows how Perl is a natural choice forcross-platform administration. The Unix and Windows "slash" path separators--"/"and "\", respectively--are like crossed swords, where the Mac OS uses the less- generally-known colon (":"). In lesser hands, this treatment still would havebeen about LAN backups, but Blank-Edelman's familiarity with network imperativesdrives the synthesis. As the topics move beyond file systems, user accounts, and process control, thetripartite division in the discussion breaks down. Treatments of TCP/IP ande-mail feature discussions of NIS, WINS, DNS, and nslookup. The chapters ondirectory services and SQL database management--while apparently digressive--areinserted tactically to enable elegant approaches to the more mundaneadministrative tasks of sending and receiving e-mail and managing log files tomaximize their utility. Blank-Edelman's keen pragmatism shines in the chapter onsecurity in which noticing intrusion earlier instead of later draws on many ofthe skills that are developed throughout the book. Notably, each chapter endswith a recapitulation of Perl modules that were referenced in the precedingtext. The eclectic tutorial appendices--an old revision-control system (RCS), theextensible markup language (XML), the database language (SQL), and twoundermotivated and esoteric protocols (LDAP and SNMP)--are so brief as tofunction more as a Perl-free zone for shop talk than as valuable précisfor their respective subjects. Delightfully, this is one of Perl's and O'Reilly's best-written books.Blank-Edelman's wit buoys the argument without descending into theall-too-common parlance of sappy testimonials, hollow confessions, or theburdensome ornamentation of inside jokes and puns. --Peter Leopold ... Read more Reviews (12)
The best part of the book is highlighting the art and craft of system administration, possibly better than most attempts at it that I've previously read.Even disregarding the excellent examples and specific code for same, this is good as another resource of the harried sysadmin.Somewhat less so for the Perl junkies, however. The biggest downside to this book is the inclusion of NT-specific constructs and concepts.Most system administrators won't touch NT, and most network administrators maintaining NT server farms probably won't touch Perl.This may be a bias of mine, of course.
The best part of the book is highlighting the art and craft of system administration, possibly better than most attempts at it that I've previously read.Even disregarding the excellent examples and specific code for same, this is good as another resource of the harried sysadmin.Somewhat less so for the Perl junkies, however. The biggest downside to this book is the inclusion of NT-specific constructs and concepts.Most system administrators won't touch NT, and most network administrators maintaining NT server farms probably won't touch Perl..... ... Read more Isbn: 1565926099 |
$23.07 |
|
Perl Cookbook by Tom Christiansen, Nathan Torkington Average Customer Review: Paperback (01 August, 1998) list price: $39.95 US | Canada | United Kingdom | Germany | France Editorial Review When the second edition of Programming Perl was released, the authors omitted two chapters: "Common Tasks with Perl" and "Real Perl Programs." Publisher O'Reilly & Associates soon realized that there would be too many pages in Programming Perl if it put updated recipes in the new edition. Instead, O'Reilly chose to release the many Perl code examples as a separate entity: The Perl Cookbook. The recipes are well documented and the examples aren't too arcane; even beginners will be able to pick up the lessons taught here. The authors write in relatively easy-to-understand language (for a technical guide). Through this book and its arsenal of recipes, you will learn many new things about Perl to help you through your toughest projects. The next time you're working on a project at 2 a.m., you'll thank yourself for the guidance and direction The Perl Cookbook provides. --Doug Beaver ... Read more Reviews (89)
Oh, and the index is well laid out, which is absolutely essential in the must-finish-this-program-by-tonite sort of book that this is.
Having said that, when I have a new problem to solve, this is the first book I peruse for ideas... and more often than not I find something very useful and applicable. ... Read more Isbn: 1565922433 |
|
|
Effective Perl Programming: Writing Better Programs With Perl by Joseph N. Hall, Randal Schwartz Average Customer Review: Paperback (30 December, 1997) list price: $34.95 -- our price: $23.07 (price subject to change: see help) US | Canada | United Kingdom | Germany | France Editorial Review Effective Perl Programming is a gem of a Perl book. Its author, Joseph Hall, is a well-known Perl instructor and frequent poster on the seminal comp.lang.perl.misc newsgroup. The book's technical editor is none other than Randal Schwartz, noted Net personality, enigmatic author of Learning Perl, and contributor to Programming Perl. Hall has distilled his years of Perl experience into a book for Perl programmers that is both fluid and fun to read. It's somewhat like reading the Perl FAQ; even when you think you know everything, there's so much you don't know. Effective Perl Programming has a clear layout: the text is easy on the eyes and the monospaced font makes a clear distinction between backticks and single quotes. Hall uses his PEGS (PErl Graphical Structures) notation to show the difference between Perl's different types of data structures and how everything ties together. Packed with great examples and code snippets, this book is an excellent source of tips and tricks to make your Perl programs faster and easier to read. You'll also find a strong section on using the Perl debugger to improve your Perl programming skills. In yet another section, Hall walks the reader through the creation of a complete XS module that can boost the performance of array shuffling eight-fold. All in all, this is a great book for programmers who want to move beyond plain, verbose Perl toward a more succinct and powerful coding style. ... Read more Reviews (42)
I just didn't find it very interesting or even that useful.I stopped reading half way through. ... Read more Isbn: 0201419750 |
$23.07 |
|
Mastering Regular Expressions, Second Edition by Jeffrey E. F. Friedl Average Customer Review: Paperback (15 July, 2002) list price: $39.95 -- our price: $26.37 (price subject to change: see help) US | Canada | United Kingdom | Germany | France Editorial Review Regular expressions are a central element of UNIX utilities like egrep and programming languages such as Perl. But whether you're a UNIX user or not, you can benefit from a better understanding of regular expressions since they work with applications ranging from validating data-entry fields to manipulating information in multimegabyte text files. Mastering Regular Expressions quickly covers the basics of regular-expression syntax, then delves into the mechanics of expression-processing, common pitfalls, performance issues, and implementation-specific differences. Written in an engaging style and sprinkled with solutions to complex real-world problems, Mastering Regular Expressions offers a wealth information that you can put to immediate use. ... Read more Reviews (90)
Isbn: 0596002890 |
$26.37 |
|
System Performance Tuning, 2nd Edition (O'Reilly System Administration) by Gian-Paolo D. Musumeci, Mike Loukides Average Customer Review: Paperback (February, 2002) list price: $39.95 -- our price: $26.37 (price subject to change: see help) US | Canada | United Kingdom | Germany | France Editorial Review The easy way to solve a performance problem--and the one to which hardware manufacturers love to call attention--is to apply more horsepower to the application in question. It's safe to bet that a server upgrade will speed things up. True information technology professionals, however, won't take the easy way out when dealing with an increased workload for older systems. They'll do their best to wring top performance (with required reliability) from existing hardware, thus improving their organizations' return on capital investment and demonstrating their own engineering skills. The second edition of System Performance Tuning offers advice on where to look for bottlenecks in applications--both local and networked--that run under Unix. It also offers advice on provisioning new systems, which is to say it offers advice on deciding how much computing power is enough for a new system to be implemented. Emphasizing Solaris 8 and, to a lesser extent, Linux, the new version of this book represents a significant revision (the first came out in 1990 and was pretty badly obsolete). There's coverage of advances in hardware--multiple processors, RAID storage, faster and cheaper memory, and networked devices--as well as consideration of changes in the demands placed on machines (after all, few people were concerned about Web server performance in 1990). Administrators will get plenty of value from the authors' discussion of what goes on during, for example, a series of large store-to-disk operations, and be better able to optimize their systems. --David Wall Topics covered: How to get top performance from computer systems (those running Linux and especially Sun Solaris 8) without adding processor capacity, memory, and other resources at potentially great expense. The authors explain the ways in which operating systems and applications use processors, memory, persistent storage, and networks, and point out potential bottlenecks. They also show how to use tools--such as execution timers--that you can use to benchmark performance changes. ... Read more Reviews (7)
Many parts of this book are top-notch. It does an excellent job of drilling down the process tree, caching processes (memory and disk, and the structures of both), and bottlenecks such as latency. I learned a lot, and I've got a fair background in performance tuning. However... The "Solaris and Linux" part is a joke--they could have eliminated all of the Linux tuning instruction/reference, and the book might have lost 15 pages. Clearly the authors aren't nearly as familiar with Linux as they are with Solaris. Not a big deal, but it's misleadingly marketed. Furthermore, there are many MANY mistakes in the text--mistakes that, if read as given, run absolutely counter to the way the system behaves. Weren't there ANY proofreaders for this book? Also, the sections on disk performance and reliability (i.e. RAID arrays) were confusing and inconsistent. This is a subject I know and know well, and can only assume that the authors simply don't 'get' some of the stuff they're trying to present. Buried in all of these mistakes and shortcomings is a 5-star book just screaming to get out. If they fixed the things I've mentioned, this would be THE standard reference--the performance tuning version of Evi Nemeth (et. al)'s Unix sysadmin handbook. As it is, it's very useful, but get a second reference on anything you can't puzzle out--you might be right. ... Read more Isbn: 059600284X |
$26.37 |
|
Configuring and Tuning Databases on the Solaris Platform by Allan N. Packer, Sun Microsystems Press Average Customer Review: Paperback (15 December, 2001) list price: $49.99 -- our price: $42.80 (price subject to change: see help) US | Canada | United Kingdom | Germany | France Reviews (5)
The organization of the chapters is first-rate. You can get to the heart of the matter with a quick glance at the table of content. The indexing is excellent. I'm amazed that I can find an entry for most of the topics I'm looking up. It has become my first point of reference for configuration and tuning issues. Do yourself a favour, BUY IT! I'm already looking forward to the second edition of this masterpiece. ... Read more Isbn: 0130834173 |
$42.80 |
|
UNIX Backup and Recovery by W. Curtis Preston Average Customer Review: Paperback (15 December, 1999) list price: $39.95 -- our price: $26.37 (price subject to change: see help) US | Canada | United Kingdom | Germany | France Editorial Review The Unix file system is reliable and very well-suited to mission-critical applications in which maximum uptime is key. But it's not flawless, and that's where Unix Backup & Recovery comes in. This book details dozens of strategies for keeping Unix systems online. The strategies range from good administration practices that minimize problems to hot-restore techniques that allow you to recover from breaks as seamlessly as possible. The book also contains absolutely inclusive archive techniques that allow you to restore huge databases and file systems from backup media. Unix Backup & Recovery includes a lot of general "recommended practices" advice and lots of scary stories about lost files (and more than a few about heroic system administrators who saved the day, or at least the data). But it gets down to brass tacks too, documenting lots of backup and recovery tools that can make the administrator's job much easier when they're used properly (including cpio, tar, and AMANDA). Coverage of specific systems'backup and recovery issues (including those of Solaris, HP-UX, Oracle, Sybase, and Informix) are invaluable, as is the coverage of techniques for extracting information from ancient, obsolete backup media. The point: read this book before you have a disaster, so you can do everything required to head one off and be ready to deal with problems when they happen. --David Wall Topics covered: Strategies for protecting the contents and availability of Unix systems, particularly those running Solaris, Linux, Compaq True-64 Unix, HP-UX, IRIX, and AIX. Coverage also includes backup and recovery software (free and commercial), and the mechanics of protecting and fixing large database management systems. There's also a lot of advice on defensive administration, backup hardware, and obsolete media. ... Read more Reviews (15)
I've been using this book as a general guide for several years now. It was a book I watched work it's way through the O'Reilly system from first announcement to general release.I bought it when it first came out.I have not been disappointed in it. Many people think of computer system backups as a dry old musty topic of interest to nobody in particular.But 9/11 showed how important good disaster recovery planning and procedures could be to a business. Some of the specifics are now a little out of date, but not by leaps and bounds.It is still very good for its core reason for being - Backups.It is very much less out of date than other computer books on the market today. I have been dealing with large-scale computer system backups and disaster recovery for large employers for years... and I still consult this book regularly to make sure have not missed anything important.It covers all the topics you need.
Isbn: 1565926420 |
$26.37 |
|
sendmail, 3rd Edition by Bryan Costales, Eric Allman Average Customer Review: Paperback (December, 2002) list price: $59.95 -- our price: $37.77 (price subject to change: see help) US | Canada | United Kingdom | Germany | France Reviews (9)
I've been using sendmail for 3 years and I just tried Qmail and Postfix. I have chosen Postfix because it's so darn efficiant and configurable. Viktor Duchovni, is a great help on the online community and the online docs are just as detaild as this sendmail book. If you are stuck on sendmail then get this book. But try Qmail and Postfix if you can... BTW... RedHat lets you choose between Postfix or Sendmail. That means a lot to me.
Anyone who is serious about sendmail administration and configuration must use this book. sendmail is far to complex to be used w/o a great reference such as this. ... Read more Isbn: 1565928393 |
$37.77 |
|
sendmail Performance Tuning by Nick Christenson Average Customer Review: Paperback (12 September, 2002) list price: $34.99 US | Canada | United Kingdom | Germany | France Reviews (5)
I'd say this book provides a major strategic advantage to anyone whose business depends upon e-mail performance. ... Read more Isbn: 0321115708 |
|
|
DNS and BIND, Fourth Edition by Paul Albitz, Cricket Liu Average Customer Review: Paperback (01 April, 2001) list price: $44.95 -- our price: $44.95 (price subject to change: see help) US | Canada | United Kingdom | Germany | France Editorial Review The Domain Naming System (DNS) is a glorious thing. It takes familiar Internet network and machine names (like "amazon.com") and converts them to Internet Protocol (IP) addresses (like "208.35.218.15") that are meaningful to routers and therefore useful for identifying the machine you want to reach. What's amazing is that DNS enables someone in Germany to refer, by name, to a computer in Mongolia even if no one in Germany has ever accessed the distant machine before. It's pretty much self-configuring, too: No human effort in Germany is necessary to make the Mongolian machine reachable by name. DNS and BIND explains how DNS works better for this than any other piece of documentation, printed or otherwise. The work of Paul Albitz and Cricket Liu, now in its fourth revision, has long been considered a classic among systems administrators and network architects, particularly those with a Unix bent. The fourth edition is mainly an update: The authors have added coverage of incremental and conditional zone transfer with BIND's new NOTIFY features, as well as of Transaction Signatures (TSIG), and DNS Security Extensions (DNSSEC). Sections on firewalling and DNS for IPv6 addresses have been expanded. Throughout, Albitz and Liu maintain their impeccable style, combining text and illustrative listings into an educational whole. --David Wall Topics covered: The Domain Naming System (DNS) and how it's implemented by BIND (through versions 8.2.3 and 9.1.0), how to set up BIND, how to configure MX records for mail service, parent and child domains, NOTIFY, and DNS security. ... Read more Reviews (52)
In the first few chapter your taught how DNS servers work, sparing no detail. Concepts like negative-caching, recursive resolution, and inverse queries are explained and demonstrated with great examples and graphs. The chapters on configuring and managing BIND almost make things look too simple and easy. This is also a great book to learn how to use tools like 'nslookup' and 'dig'. When it comes to the world of DNS records it's hard to find authoritativeanswers to questions, besides a few sites like Mr.DNS, the authors of this book recognized that need and sought to help fill the gap of knowledge. ... Read more Isbn: 0596001584 |
$44.95 |
|
DNS & BIND Cookbook by Cricket Liu Average Customer Review: Paperback (October, 2002) list price: $34.95 -- our price: $23.07 (price subject to change: see help) US | Canada | United Kingdom | Germany | France Reviews (5)
Isbn: 0596004109 |
$23.07 |
|
Solaris Internals: Core Kernel Architecture by Jim Mauro, Richard McDougall, Sun Microsystems Press Average Customer Review: Hardcover (05 October, 2000) list price: $59.00 -- our price: $51.44 (price subject to change: see help) US | |