Wow! eBook: Hyper-V Replica Essentials - 6 new eBooks |
- Hyper-V Replica Essentials
- Microsoft DirectAccess Best Practices and Troubleshooting
- The Complete Guide to DAZ Studio 4
- LÖVE for Lua Game Programming
- jQuery Mobile Web Development Essentials, 2nd Edition
- Learning Cython Programming
Posted: 04 Mar 2014 08:53 AM PST Book DescriptionEnterprises need to make sure that their systems are always up and running no matter what happens. Hyper-V Replica is a free disaster recovery tool in Hyper-V 3.0 that creates and maintains copies of virtual machines (VMs). In the event of a catastrophic loss, an administrator can failover to the replica VMs and provide business continuity. Hyper-V Replica Essentials is a step by step guide to configuring Hyper-V Replica in various deployment scenarios. This book will give you an overview of Hyper-V Replica before taking you through the prerequisites required to properly configure Hyper-V Replica. Then, through a series of practical steps, this book will enable you to take advantage of this highly beneficial disaster recovery tool. Hyper-V Replica Essentials starts by introducing you to Hyper-V Replica and will help you understand what it does and where you can apply it. We will then move onto learning how to configure a server environment with failover capabilities based on Microsoft Hyper-V and also how to use features including Live Storage Migration. Finally, you learn how to configure Hyper-V Replica authentication, and to troubleshoot problems with Hyper-V Replica as well as solving different types of problems. What you will learn from this book
Approach Who this book is written for Book Details
Related Books
The post Hyper-V Replica Essentials appeared first on Wow! eBook. |
Microsoft DirectAccess Best Practices and Troubleshooting Posted: 04 Mar 2014 08:50 AM PST Book DescriptionDirectAccess is an amazing Microsoft technology that is truly the evolution of VPN; any Microsoft-centric shop needs this technology. DirectAccess is an automatic remote access solution that takes care of everything from planning to deployment. Microsoft DirectAccess Best Practices and Troubleshooting will provide you with the precise steps you need to take for the very best possible implementation of DirectAccess in your network. You will find answers to some of the most frequently asked questions from administrators and explore unique troubleshooting scenarios that you will want to understand in case they happen to you. Microsoft DirectAccess Best Practices and Troubleshooting outlines best practices for configuring DirectAccess in any network. You will learn how to configure Manage Out capabilities to plan, administer, and deploy DirectAccess client computers from inside the corporate network. You will also learn about a couple of the lesser-known capabilities within a DirectAccess environment and the log information that is available on the client machines. This book also focuses on some specific cases that portray unique or interesting troubleshooting scenarios that DirectAccess administrators may encounter. By describing the problem, the symptoms, and the fixes to these problems, the reader will be able to gain a deeper understanding of the way DirectAccess works and why these external influences are important to the overall solution. What you will learn from this book
Approach Who this book is written for Book Details
Related Books
The post Microsoft DirectAccess Best Practices and Troubleshooting appeared first on Wow! eBook. |
The Complete Guide to DAZ Studio 4 Posted: 04 Mar 2014 08:46 AM PST Book DescriptionWhile 3D technology can be intimidating, DAZ Studio provides a perfect entry point for anybody interested in it. DAZ Studio is designed to empower the readers with tools to manipulate “ready to use” models and figures. With DAZ Studio, you can use thousands of pre-made 3D models and create fantastic scenes without any hassle. Embark on a journey through the amazing world of 3D designing and create great 3D art with DAZ Studio. This book will show you the way! The Complete Guide to DAZ Studio 4 shows you how to effectively use DAZ Studio 4 from start to finish. This guide takes you on a fun journey into the world of 3D art with DAZ Studio. Using everyday situations and practical examples, this book leads you from understanding the basics of 3D to the exploration of all the relevant topics, including posing, lighting, rendering, and content installation. You will follow step-by-step examples that will show you how to create great 3D art with fun and ease. With a free download code for Dawn: the brand new and hugely anticipated 3D figure by Hivewire3D and two free environments by renowned 3D artist Jack Tomalin, this book is a must-read for all aspiring 3D artists. What you will learn from this book
Approach Who this book is written for Book Details
Related Books
The post The Complete Guide to DAZ Studio 4 appeared first on Wow! eBook. |
Posted: 04 Mar 2014 08:43 AM PST Book DescriptionLÖVE is a game development framework for making 2D games using the Lua programming language. LÖVE is totally free, and can be used in anything from friendly open-source hobby projects, to closed-source commercial ones. Using the Lua programming framework, one can use LÖVE2D to make any sort of interesting games. LÖVE for Lua Game Programming will quickly and efficiently guide you through how to develop a video game from idea to prototype. Even if you are new to game programming, with this book, you will soon be able to create as many game titles as you wish without stress. The LÖVE framework is the quickest and easiest way to build fully-functional 2D video games. It leverages the Lua programming language, which is known to be one of the easiest game development languages to learn and use. With this book, you will master how to develop multi-platform games for Windows, Linux, and Mac OS X. After downloading and installing LÖVE, you will learn by example how to draw 2D objects, animate characters using sprites, and how to create game physics and game world maps. LÖVE for Lua Game Programming makes it easier and quicker for you to learn everything you need to know about game programming. If you're interested in game programming, then this book is exactly what you've been looking for. What you will learn from this book
Approach Who this book is written for Book Details
Related Books
The post LÖVE for Lua Game Programming appeared first on Wow! eBook. |
jQuery Mobile Web Development Essentials, 2nd Edition Posted: 04 Mar 2014 08:41 AM PST Book DescriptionjQuery Mobile is a unified, HTML5-based user interface system for all popular mobile device platforms. It is the most practical HTML/JavaScript framework available today. In this tutorial, you will learn how to use jQuery Mobile with your HTML pages, and create mobile friendly websites in no time. jQuery Mobile Web Development Essentials – Second Edition will explain how to add the framework to your HTML pages to create rich, mobile optimized web pages with minimal effort. By using simple data attributes, you can quickly create mobile pages and other widgets. You’ll see how each widget works, with the help of detailed examples and screenshots. jQuery Mobile Web Development Essentials – Second Edition is packed with examples that will help you become a pro at mobile web development. We will begin with simple HTML, and quickly enhance it using jQuery Mobile for incredible mobile optimized sites. We start off by learning the building blocks of jQuery Mobile's component driven design. We then dig into forms, events, and styling. You’ll see how jQuery Mobile automatically enhances content, and learn how to use the JavaScript API for building complex sites. Along the way, we will leverage all these concepts, and build three sample mobile applications. What you will learn from this book
Approach Who this book is written for Book Details
Related Books
The post jQuery Mobile Web Development Essentials, 2nd Edition appeared first on Wow! eBook. |
Posted: 04 Mar 2014 08:39 AM PST Book DescriptionCython is a very powerful combination of Python and C. Using Cython, you can write Python code that calls back and forth from and to C or C++ code natively at any point. It is a language with extra syntax allowing for optional static type declarations. It is also a very popular language as it can be used for multicore programming. Learning Cython Programming will provide you with a detailed guide to extending your native applications in pure Python; imagine embedding a twisted web server into your native application with pure Python code. You will also learn how to get your new applications up and running by reusing Python's extensive libraries such as Logging and Config Parser to name a few. With Learning Cython Programming, you will learn that writing your own Python module in C from scratch is not only hard, but is also unsafe. Cython will automatically handle all type-conversion issues as well as garbage collection on your code. You can also still write all your code in Python but have it compiled and called directly in C as if it was just another function or data. This book also demonstrates how you can take the open source project Tmux and extend it to add new commands directly in pure Python. With this book, you will learn everything you need to know to get up and running with Cython and how you can reuse examples in a practical way. What you will learn from this book
Approach Who this book is written for Book Details
Related Books
The post Learning Cython Programming appeared first on Wow! eBook. |
You are subscribed to email updates from Wow! eBook To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
Tidak ada komentar:
Posting Komentar