Book picks similar to
Cisco IOS Cookbook (Cookbooks (O'Reilly)) by Kevin Dooley
technical
networking
do-not-ebook
network
Slender Slow Cooker Cookbook
Maryanne Madden - 2016
Slender Slow Cooker CookbookLow Calorie Recipes for Slow Cooking under 200, 300 and 400 calories.This book is for you if: You're looking for easy low calorie slow cooker recipes, which keep an eye on your calorie intake.You're looking for a slow cooker cookbook thats full of flavour.You don’t want to spend all your time in the kitchen. The slow cooker recipes are easy to put together in the morning, leaving you free to come home to a delicious meal in the evening.Including the following low calorie slow cooker recipes, and many many more: Pork Chops with Apricot.Potato & Sweetcorn Casserole.Lamb Korma.Lamb with Pears and Potatoes.Sausage Casserole.Slow Cooker Beef.Vegetable Goulash.Vegetable Stew & Dumplings.Lancashire Hotpot.Happy Slow Cooking!
Hacking Linux Exposed: Linux Security Secrets & Solutions
Brian Hatch - 2001
Hacking Exposed Linux provides the most up-to-date coverage available from a large team of topic-focused experts. The book is based on the latest security research and shows you, in full detail, how to lock out intruders and defend your Linux systems against catastrophic attacks.Secure Linux by using attacks and countermeasures from the latest OSSTMM researchFollow attack techniques of PSTN, ISDN, and PSDN over LinuxHarden VoIP, Bluetooth, RF, RFID, and IR devices on LinuxBlock Linux signal jamming, cloning, and eavesdropping attacksApply Trusted Computing and cryptography tools for your best defenseFix vulnerabilities in DNS, SMTP, and Web 2.0 servicesPrevent SPAM, Trojan, phishing, DoS, and DDoS exploitsFind and repair errors in C code with static analysis and Hoare Logic
Familiar Quotations
Various - 2006
The object of this work is to show, to some extent, the obligations our language owes to various authors for numerous phrases and familiar quotations which have become "household words." This Collection, originally made without any view of publication, has been considerably enlarged by additions from an English work on a similar plan, and is now sent forth with the hope that it may be found a convenient book of reference.
Practical Object Oriented Design in Ruby
Sandi Metz - 2012
The Web is awash in Ruby code that is now virtually impossible to change or extend. This text helps you solve that problem by using powerful real-world object-oriented design techniques, which it thoroughly explains using simple and practical Ruby examples. Sandi Metz has distilled a lifetime of conversations and presentations about object-oriented design into a set of Ruby-focused practices for crafting manageable, extensible, and pleasing code. She shows you how to build new applications that can survive success and repair existing applications that have become impossible to change. Each technique is illustrated with extended examples, all downloadable from the companion Web site, poodr.info. The first title to focus squarely on object-oriented Ruby application design,
Practical Object-Oriented Design in Ruby
will guide you to superior outcomes, whatever your previous Ruby experience. Novice Ruby programmers will find specific rules to live by; intermediate Ruby programmers will find valuable principles they can flexibly interpret and apply; and advanced Ruby programmers will find a common language they can use to lead development and guide their colleagues. This guide will help you Understand how object-oriented programming can help you craft Ruby code that is easier to maintain and upgrade Decide what belongs in a single Ruby class Avoid entangling objects that should be kept separate Define flexible interfaces among objects Reduce programming overhead costs with duck typing Successfully apply inheritance Build objects via composition Design cost-effective tests Solve common problems associated with poorly designed Ruby code