- Table View
- List View
DNS and BIND, 4th Edition
by Cricket Liu Paul AlbitzThe fourth edition of DNS and BIND covers the new 9.1.0 and 8.2.3 versions of BIND as well as the older 4.9 version. There's also more extensive coverage of NOTIFY, IPv6 forward and reverse mapping, transaction signatures, and the new DNS Security Extensions; and a section on accommodating Windows 2000 clients, servers and Domain Controllers.
DNS and BIND, 5th Edition
by Cricket Liu Paul AlbitzDNS and BIND tells you everything you need to work with one of the Internet's fundamental building blocks: the distributed host information database that's responsible for translating names into addresses, routing mail to its proper destination, and even listing phone numbers with the new ENUM standard. This book brings you up-to-date with the latest changes in this crucial service. The fifth edition covers BIND 9.3.2, the most recent release of the BIND 9 series, as well as BIND 8.4.7. BIND 9.3.2 contains further improvements in security and IPv6 support, and important new features such as internationalized domain names, ENUM (electronic numbering), and SPF (the Sender Policy Framework). Whether you're an administrator involved with DNS on a daily basis or a user who wants to be more informed about the Internet and how it works, you'll find that this book is essential reading. What DNS does, how it works, and when you need to use it How to find your own place in the Internet's namespace Setting up name servers Using MX records to route mail Configuring hosts to use DNS name servers Subdividing domains (parenting) Securing your name server: restricting who can query your server, preventing unauthorized zone transfers, avoiding bogus servers, etc. The DNS Security Extensions (DNSSEC) and Transaction Signatures (TSIG) Mapping one name to several servers for load sharing Dynamic updates, asynchronous notification of change to a zone, and incremental zone transfers Troubleshooting: using nslookup and dig, reading debugging output, common problems DNS programming using the resolver library and Perl's Net::DNS module Topics include:
DNS and BIND: Help for System Administrators
by Cricket Liu Paul AlbitzDNS and BIND tells you everything you need to work with one of the Internet's fundamental building blocks: the distributed host information database that's responsible for translating names into addresses, routing mail to its proper destination, and even listing phone numbers with the new ENUM standard. This book brings you up-to-date with the latest changes in this crucial service. The fifth edition covers BIND 9.3.2, the most recent release of the BIND 9 series, as well as BIND 8.4.7. BIND 9.3.2 contains further improvements in security and IPv6 support, and important new features such as internationalized domain names, ENUM (electronic numbering), and SPF (the Sender Policy Framework). Whether you're an administrator involved with DNS on a daily basis or a user who wants to be more informed about the Internet and how it works, you'll find that this book is essential reading. Topics include:What DNS does, how it works, and when you need to use itHow to find your own place in the Internet's namespaceSetting up name serversUsing MX records to route mailConfiguring hosts to use DNS name serversSubdividing domains (parenting)Securing your name server: restricting who can query your server, preventing unauthorized zone transfers, avoiding bogus servers, etc.The DNS Security Extensions (DNSSEC) and Transaction Signatures (TSIG)Mapping one name to several servers for load sharingDynamic updates, asynchronous notification of change to a zone, and incremental zone transfersTroubleshooting: using nslookup and dig, reading debugging output, common problemsDNS programming using the resolver library and Perl's Net::DNS module
DNS in Action
by Alena Kabelová Libor DostálekThis book is for system administrators and network architects who need to learn how to run and configure DNS servers. A working knowledge of TCP/IP protocols is presumed.
DNS on Windows 2000, 2nd Edition
by Cricket Liu Matt LarsonDNS on Windows 2000 is a special Windows-oriented edition of the classic DNS and BIND. The Domain Name System (DNS) is one of the Internet's fundamental building blocks: the distributed host information database that's responsible for translating names into addresses, routing mail to its proper destination, and many other services. As the preface says, if you're using the Internet, you're already using DNS--even if you don't know it. Besides covering general issues like installing, setting up, and maintaining the server, DNS on Windows 2000 tackles those specific to the Windows environment: integration between DNS and Active Directory, conversion from BIND to the Microsoft DNS server, and registry settings. You'll also acquire a grounding in: Security issues System tuning Caching Zone change notification Troubleshooting Planning for growth What DNS does, how it works, and when you need to use it How to find your own place in the Internet's namespace Setting up name servers Integrating Active Directory with DNS Dynamic updates, storing zone information in Active Directory, and incremental zone transfers Using MX records to route mail Configuring hosts to use name servers Subdividing domains (parenting) Securing your name server: preventing unauthorized zone transfers Mapping one name to several servers for load sharing Troubleshooting: using nslookup, diagnosing common problems If you're a Windows administrator, DNS on Windows 2000 is the operations manual you need for working with DNS every day; if you're a Windows user who simply wants to take the mystery out of the Internet, this book is a readable introduction to the Internet's architecture and inner workings. Topics include:
DNS on Windows Server 2003: Mastering the Domain Name System
by Cricket Liu Robbie Allen Matt LarsonWhile computers and other devices identify each other on networks or the Internet by using unique addresses made up of numbers, humans rely on the Domain Name System (DNS), the distributed database that allows us to identify machines by name. DNS does the work of translating domain names into numerical IP addresses, routing mail to its proper destination, and many other services, so that users require little or no knowledge of the system. If you're a network or system administrator, however, configuring, implementing, and maintaining DNS zones can be a formidable challenge. And now, with Windows Server 2003, an understanding of the workings of DNS is even more critical.DNS on Windows Server 20003 is a special Windows-oriented edition of the classic DNS and BIND, updated to document the many changes to DNS, large and small, found in Windows Server 2003. Veteran O'Reilly authors, Cricket Liu, Matt Larson, and Robbie Allen explain the whole system in terms of the new Windows Server 2003, from starting and stopping a DNS service to establishing an organization's namespace in the global hierarchy. Besides covering general issues like installing, setting up, and maintaining the server, DNS on Windows Server 2003 tackles the many issues specific to the new Windows environment, including the use of the dnscmd program to manage the Microsoft DNS Server from the command line and development using the WMI DNS provider to manage the name server programmatically. The book also documents new features of the Microsoft DNS Server in Windows Server 2003, including conditional forwarding and zone storage in Active Directory (AD) application partitions.DNS on Windows Server 2003 provides grounding in:Security issuesSystem tuningCachingZone change notificationTroubleshootingPlanning for growthIf you're a Windows administrator, DNS on Windows Server 2003 is the operations manual you need for working with DNS every day. If you're a Windows user who simply wants to take the mystery out of the Internet, this book is a readable introduction to the Internet's architecture and inner workings.
DOM Enlightenment: Exploring JavaScript and the Modern DOM
by Cody LindleyWith DOM Enlightenment, you’ll learn how to manipulate HTML more efficiently by scripting the Document Object Model (DOM) without a DOM library. Using code examples in cookbook style, author Cody Lindley (jQuery Cookbook) walks you through modern DOM concepts to demonstrate how various node objects work.Over the past decade, developers have buried the DOM under frameworks that simplify its use. This book brings these tools back into focus, using concepts and code native to modern browsers. If you have JavaScript experience, you’ll understand the role jQuery plays in DOM scripting, and learn how to use the DOM directly in applications for mobile devices and specific browsers that require low overhead.Understand JavaScript node objects and their relationship to the DOMLearn the properties and methods of document, element, text, and DocumentFragment objectsDelve into element node selecting, geometry, and inline stylesAdd CSS style sheets to an HTML document and use CSSStyleRule objectsSet up DOM events by using different code patternsLearn the author’s vision for dom.js, a jQuery-inspired DOM Library for modern browsers
DOS For Dummies
by Dan GookinWindows may rule the world of popular computing on PCs around theglobe, but DOS still has a place in the hearts and minds ofcomputer users who vaguely remember what a C prompt looks like.Even if DOS (with all its arcane commands and its drab, boringlook) isn't your idea of the best way to get things done on a PC,you'll find plenty of fast and friendly help on hand with the thirdedition of DOS For Dummies. Here's a plain-speaking reference guide to all the command-linestuff and nonsense that makes DOS work, whether you're a native DOSuser or are an occasional dabbler who needs the operating system torun all those cool games under Windows. DOS For Dummies, 3rd Edition, avoids all the technicaljargon to cut to the heart of things with clear, easy-to-understandexplanations and step-by-step help for * Changing disks and drives * Dealing with the DOS prompt * Managing files * Running DOS inside Windows * Installing and running DOS-based software programs * Working with the printer and serial ports * Using the mouse and keyboard * Troubleshooting problems * Understanding DOS error messages All the basic DOS commands, from APPEND to XCOPY, aredemystified to make life in DOS much more bearable. This handyguide has plenty of helpful tips and tricks for bending DOS to yourwill, without having to dedicate your life (and all your free time)to mastering this little corner of the PC. Author Dan Gookin's first edition of DOS For Dummiesbecame an international best-seller. He considers himself acomputer "guru" whose job it is to remind everyone that computersare not to be taken too seriously. His approach to computers islight and humorous, yet very informative. Gookin mixes hisknowledge of computers with a unique, dry sense of humor that keepsyou informed - and awake.
DSLs in Action
by Debasish GhoshYour success—and sanity—are closer at hand when you work at a higher level of abstraction, allowing your attention to be on the business problem rather than the details of the programming platform. Domain Specific Languages—"little languages" implemented on top of conventional programming languages—give you a way to do this because they model the domain of your business problem.DSLs in Action introduces the concepts and definitions a developer needs to build high-quality domain specific languages. It provides a solid foundation to the usage as well as implementation aspects of a DSL, focusing on the necessity of applications speaking the language of the domain. After reading this book, a programmer will be able to design APIs that make better domain models. For experienced developers, the book addresses the intricacies of domain language design without the pain of writing parsers by hand.The book discusses DSL usage and implementations in the real world based on a suite of JVM languages like Java, Ruby, Scala, and Groovy. It contains code snippets that implement real world DSL designs and discusses the pros and cons of each implementation. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book. What's InsideTested, real-world examplesHow to find the right level of abstractionUsing language features to build internal DSLsDesigning parser/combinator-based little languages
DSLs in Boo: Domain Specific Languages in .NET
by Oren EiniA general-purpose language like C# is designed to handle all programming tasks. By contrast, the structure and syntax of a Domain-Specific Language are designed to match a particular applications area. A DSL is designed for readability and easy programming of repeating problems. Using the innovative Boo language, it's a breeze to create a DSL for your application domain that works on .NET and does not sacrifice performance. DSLs in Boo shows you how to design, extend, and evolve DSLs for .NET by focusing on approaches and patterns. You learn to define an app in terms that match the domain, and to use Boo to build DSLs that generate efficient executables. And you won't deal with the awkward XML-laden syntax many DSLs require. The book concentrates on writing internal (textual) DSLs that allow easy extensibility of the application and framework. And if you don't know Boo, don't worry-you'll learn right here all the techniques you need. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
DSP 320F28335 Programming
by Majid PakdelThis book provides a comprehensive, practical approach to understanding and implementing the programming concepts of the DSP 320F28335 microcontroller. It is an indispensable guide for both seasoned professionals and beginners interested in mastering the complexities of programmable digital signal processors (DSPs).Inside, you will embark on a journey through the world of DSPs, exploring various programming techniques and strategies tailored specifically for the 320F28335 microcontroller. From the fundamentals of DSP programming to advanced signal processing algorithms, this book covers it all. Each chapter is carefully crafted, offering clear explanations, step-by-step examples, and hands-on exercises to reinforce your learning. You will learn how to harness the power of the 320F28335 microcontroller to develop real-time applications.Whether you are a seasoned programmer looking to expand your knowledge or a beginner ready to dive into the world of DSPs, "DSP 320F28335 Programming"" will be your ultimate companion. With its comprehensive coverage, insightful explanations, and practical examples, this book is a must-have resource for anyone aiming to excel in the realm of digital signal processing programming.
DVD Studio Pro 3: In the Studio
by Marc LoyApple's DVD Studio Pro, released in 2001, provided a low-cost, professional solution for home and small business DVD authoring. Today, the highly sophisticated yet easy-to-use DVD Studio Pro 3 allows independent filmmakers, video producers, trainers, event videographers, and enthusiasts to create professional-grade DVDs on the Macintosh platform. Pair the program with DVD Studio Pro 3: In the Studio, and you've got everything you need to embrace the digital video revolution. This indispensable book gives you the tools and know-how to master DVD Studio Pro 3. Oversized and in full color, the highly visual DVD Studio Pro 3: In the Studio is ideal for Macintosh ProApps developers--those who use Final Cut Pro 4 and Shake 3--as well as for prosumer and professional filmmakers who wish to transfer their projects to DVDs. The book goes well beyond the program's features list to demystify the entire process of DVD design and authoring. Author Marc Loy, who has been using DVD Studio Pro since its inception, goes beyond a simple discussion about the DVD Studio Pro 3 interface and entices readers to experience the program's powerful capabilities as they create eye-catching, innovative DVD designs. He covers the actual protocols involved with the DVD files and filesystems, pixel aspect ratio issues, and common "gotchas" using both still and motion media. He also delivers plenty of tips and tricks for using dynamic buttons. DVD Studio Pro 3: In the Studio explores most everything you need and want to know, including importing from Photoshop and Final Cut Pro, making motion video menus available, effective looping of video and audio, adding multilingual menus and subtitles, encoding rules for DVDs, scripting, and mass duplication hunts. DVD Studio Pro 3: In the Studio is a professional-level book for anyone who's serious about creating high-impact, professional-level DVDs to make your unique vision a digital video reality.
DWR Java AJAX Applications
by Sami SalkosuoThe initial part guides the reader through the features of DWR and how it works to make the developer ready for practical implementation. The later part contains plenty of code (with explanations) and graphical interface-driven step-by-step examples, which the reader can try out while surfing through the book to learn by doing. This book is written for competent Java developers and assumes that you are a professional rather than hobbyist. You should be familiar with the concepts of programming, Web 2.0, and AJAX.
Dad Jokes: The Laugh-out-loud edition: THE NEW COLLECTION FROM THE SUNDAY TIMES BESTSELLERS (Dad Jokes #6)
by Dad Says JokesThe iconic Instagram page @DadSaysJokes returns with a fresh batch of dad jokes to share with your nearest and dearest. With cringeworthy gags for every occasion, Dad Jokes: The Laugh-out-loud Edition is the perfect gift for Father's Day, birthdays, Christmastime and beyond. @DadSaysJokes is a community-run Dad jokes network on Instagram, Facebook and Twitter, with over 5.5 million followers, inspired by the daily jokes of author Kit Chilvers' dad, Andrew. Every day, followers submit their jokes and the team picks their favourites - or Dad just drops in his own zinger! Kit, a young social networking influencer, started his career at the tender age of 14 when he created his original platform, Football.Newz. He has since added another fourteen platforms, including @PubityPets and monster meme Instagram page @Pubity with over 31 million followers. This is his fifth book.
Dad Jokes: The Laugh-out-loud edition: THE NEW COLLECTION FROM THE SUNDAY TIMES BESTSELLERS (Dad Jokes #6)
by Dad Says JokesThe iconic Instagram page @DadSaysJokes returns with a fresh batch of dad jokes to share with your nearest and dearest. With cringeworthy gags for every occasion, Dad Jokes: The Laugh-out-loud Edition is the perfect gift for Father's Day, birthdays, Christmastime and beyond. @DadSaysJokes is a community-run Dad jokes network on Instagram, Facebook and Twitter, with over 5.5 million followers, inspired by the daily jokes of author Kit Chilvers' dad, Andrew. Every day, followers submit their jokes and the team picks their favourites - or Dad just drops in his own zinger! Kit, a young social networking influencer, started his career at the tender age of 14 when he created his original platform, Football.Newz. He has since added another fourteen platforms, including @PubityPets and monster meme Instagram page @Pubity with over 31 million followers. This is his fifth book.
Dad Jokes: The Priceless Edition (Dad Jokes #5)
by Dad Says JokesTHE NEW COLLECTION FROM THE SUNDAY TIMES BESTSELLERS @DADSAYSJOKESQ: What do cars spread on their toast?A: Traffic jam.The hit Instagram page @DadSaysJokes returns with an all-new batch of hilarious dad jokes to share with friends and family. Back by popular demand, with hundreds of gags for every occasion, Dad Jokes: The Priceless Edition is the perfect gift for Father's Day, birthdays, Christmastime and beyond.@DadSaysJokes is a community-run Dad jokes network on Instagram, Facebook and Twitter, with over 5 million followers, inspired by the daily jokes of author Kit Chilvers' dad, Andrew. Every day, followers submit their jokes and the team picks their favourites - or Dad just drops in his own zinger! Kit, a young social networking influencer, started his career at the tender age of 14 when he created his original platform, Football.Newz. He has since added another fourteen platforms, including @PubityPets and monster meme Instagram page @Pubity with its 31 million followers. This is his fifth book.
Dad Jokes: The Priceless Edition (Dad Jokes #5)
by Dad Says JokesTHE NEW COLLECTION FROM THE SUNDAY TIMES BESTSELLERS @DADSAYSJOKESQ: What do cars spread on their toast?A: Traffic jam.The hit Instagram page @DadSaysJokes returns with an all-new batch of hilarious dad jokes to share with friends and family. Back by popular demand, with hundreds of gags for every occasion, Dad Jokes: The Priceless Edition is the perfect gift for Father's Day, birthdays, Christmastime and beyond.@DadSaysJokes is a community-run Dad jokes network on Instagram, Facebook and Twitter, with over 5 million followers, inspired by the daily jokes of author Kit Chilvers' dad, Andrew. Every day, followers submit their jokes and the team picks their favourites - or Dad just drops in his own zinger! Kit, a young social networking influencer, started his career at the tender age of 14 when he created his original platform, Football.Newz. He has since added another fourteen platforms, including @PubityPets and monster meme Instagram page @Pubity with its 31 million followers. This is his fifth book.
Dad Jokes: The newest collection from the Instagram sensation @DadSaysJokes (Dad Jokes #7)
by Dad Says JokesThe must-have joke collection from the Instagram sensation @DadSaysJokesQ: How can you tell a pig is hot? A: It's bacon. The iconic Instagram page @DadSaysJokes returns with a fresh batch of dad jokes to share with your nearest and dearest. Packed with jokes so bad that they're good, Dad Jokes: The Funniest Yet is the perfect gift for every occasion. @DadSaysJokes is a community-run Dad jokes network on Instagram, Facebook and Twitter, with more than 8 million followers, inspired by the daily jokes of author Kit Chilvers' dad, Andrew. Every day, followers submit their jokes and the team picks their favourites - or Dad just drops in his own zinger! Kit, a young social networking influencer, started his career at the tender age of 14 when he created his original platform, Football.Newz. He has since added another fourteen platforms, including @PubityPets and monster meme Instagram page @Pubity with over 40 million followers. This is his seventh book.
Dad Jokes: The newest collection from the Instagram sensation @DadSaysJokes (Dad Jokes #7)
by Dad Says JokesThe must-have joke collection from the Instagram sensation @DadSaysJokesQ: How can you tell a pig is hot? A: It's bacon. The iconic Instagram page @DadSaysJokes returns with a fresh batch of dad jokes to share with your nearest and dearest. Packed with jokes so bad that they're good, Dad Jokes: The Funniest Yet is the perfect gift for every occasion. @DadSaysJokes is a community-run Dad jokes network on Instagram, Facebook and Twitter, with more than 8 million followers, inspired by the daily jokes of author Kit Chilvers' dad, Andrew. Every day, followers submit their jokes and the team picks their favourites - or Dad just drops in his own zinger! Kit, a young social networking influencer, started his career at the tender age of 14 when he created his original platform, Football.Newz. He has since added another fourteen platforms, including @PubityPets and monster meme Instagram page @Pubity with over 40 million followers. This is his seventh book.
Dad Jokes: The perfect gift from the Instagram sensation @DadSaysJokes
by Dad Says JokesTHE NEW BOOK IN THE BESTSELLING SERIESThe most followed dad jokes page on Instagram, @DadSaysJokes, returns with another collection of hilariously cringe-inducing gags for you to share with friends and family.@DadSaysJokes is a community-run Dad jokes network on Instagram, Facebook and Twitter, with over 3 million followers, inspired by the daily jokes of author Kit Chilvers' dad, Andrew. Every day, followers submit their jokes and the team picks their favourites - or Dad just drops in his own zinger! Kit, a young social networking influencer, started his career at the tender age of 14 when he created his original platform, Football.Newz. He has since added another nine platforms, including @PubityPets and monster meme page @Pubity with its 25 million followers. This is his third book.I TOLD MY WIFE SHE SHOULD EMBRACE HER MISTAKES.SHE GAVE ME A HUG.
Dad Jokes: The perfect gift from the Instagram sensation @DadSaysJokes
by Dad Says JokesTHE NEW BOOK IN THE BESTSELLING SERIESThe most followed dad jokes page on Instagram, @DadSaysJokes, returns with another collection of hilariously cringe-inducing gags for you to share with friends and family.@DadSaysJokes is a community-run Dad jokes network on Instagram, Facebook and Twitter, with over 3 million followers, inspired by the daily jokes of author Kit Chilvers' dad, Andrew. Every day, followers submit their jokes and the team picks their favourites - or Dad just drops in his own zinger! Kit, a young social networking influencer, started his career at the tender age of 14 when he created his original platform, Football.Newz. He has since added another nine platforms, including @PubityPets and monster meme page @Pubity with its 25 million followers. This is his third book.I TOLD MY WIFE SHE SHOULD EMBRACE HER MISTAKES.SHE GAVE ME A HUG.
Dad Jokes: The very best of @DadSaysJokes
by Dad Says JokesFrom the most-followed dad jokes page on Instagram, @dadsaysjokes, comes a collection of hilariously cheesy jokes that will leave your friends and family laughing and groaning in equal measure.This is the perfect gift for dads who want to expand their repertoire and anyone who fancies reminiscing about a childhood full of these no-nonsense 'bad' puns.Here are a couple of tasters:Q: Why do cows have hooves instead of feet?A: Because they lactose.Q: Are you today's date?A: Cuz you're 10/10.
Dad Jokes: The very best of @DadSaysJokes
by Dad Says JokesFrom the most-followed dad jokes page on Instagram, @dadsaysjokes, comes a collection of hilariously cheesy jokes that will leave your friends and family laughing and groaning in equal measure.This is the perfect gift for dads who want to expand their repertoire and anyone who fancies reminiscing about a childhood full of these no-nonsense 'bad' puns.Here are a couple of tasters:Q: Why do cows have hooves instead of feet?A: Because they lactose.Q: Are you today's date?A: Cuz you're 10/10.
Dads Are the Original Hipsters
by Brad GettyFrom the beloved blog comes this hilarious vintage photo collection of the OG hipsters, real dads in their glory days looking cooler than you’ll ever be.He listened to vinyl before you did. He drank whiskey before you did. He had a mustache before you did. Admit it: your dad was a hipster before you were! Based on the blog phenomenon of the same name, this book celebrates dads as the original hipsters. Vintage photos of real dads back in the day—in their short shorts and tight tees playing arcade games—accompany snarky captions that at once tip a cap to Dad’s glory days and poke fun at modern hipsters. Featuring tons of never-before-seen content, this book is perfect for dads, hipsters, and those who love to tease them!
Daemon
by Daniel SuarezEXPERIENCE THE NEW WORLD ORDER. It controls almost everything in our modern world, from remote entry on our cars and the flight controls of our airplanes to the movements of the entire world economy. Thousands of simple and autonomous computer programs, or daemons, make our networked world possible, running constantly in the background of our lives. Daemons traffic e-mail. Daemons transfer money. Daemons monitor power grids. These daemons are pervasive and, for the most part, benign. But the same can't always be said for the people who design them. Matthew Sobol was a legendary computer game designer-- the billionaire architect behind half a dozen popular online games. His premature death depressed millions of gamers around the world. But Sobol's fans aren't the only ones to note his passing. When his obituary is posted online, a previously dormant daemon activates, initiating a chain of events that may unravel the fabric of the hyperefficient, interconnected world Sobol left behind. With Sobol's secrets buried along with him, and as new layers of his daemon are unleashed at every turn, it's up to an unlikely alliance to decipher his intricate plans and wrest the world from the grasp of a nameless, faceless enemy--or learn to live in a society in which we are no longer in control.