|
|
Books > Computing & IT > Computer hardware & operating systems > Operating systems & graphical user interfaces (GUIs) > General
Start building your very own mobile apps with this comprehensive
introduction to Swift and object-oriented programming Key Features
A complete beginner's guide to Swift programming language
Understand core Swift programming concepts and techniques for
creating popular iOS apps Start your journey toward building mobile
app development with this practical guide Book DescriptionSwift
Language is now more powerful than ever; it has introduced new ways
to solve old problems and has gone on to become one of the fastest
growing popular languages. It is now a de-facto choice for iOS
developers and it powers most of the newly released and popular
apps. This practical guide will help you to begin your journey with
Swift programming through learning how to build iOS apps. You will
learn all about basic variables, if clauses, functions, loops, and
other core concepts; then structures, classes, and inheritance will
be discussed. Next, you'll dive into developing a weather app that
consumes data from the internet and presents information to the
user. The final project is more complex, involving creating an
Instagram like app that integrates different external libraries.
The app also uses CocoaPods as its package dependency manager, to
give you a cutting-edge tool to add to your skillset. By the end of
the book, you will have learned how to model real-world apps in
Swift. What you will learn Become a pro at iOS development by
creating simple-to-complex iOS mobile applications Master
Playgrounds, a unique and intuitive approach to teaching Xcode
Tackle the basics, including variables, if clauses, functions,
loops and structures, classes, and inheritance Model real-world
objects in Swift and have an in-depth understanding of the data
structures used, along with OOP concepts and protocols Use
CocoaPods, an open source Swift package manager to ease your
everyday developer requirements Develop a wide range of apps, from
a simple weather app to an Instagram-like social app Get ahead in
the industry by learning how to use third-party libraries
efficiently in your apps Who this book is forThis book is for
beginners who are new to Swift or may have some preliminary
knowledge of Objective-C. If you are interested in learning and
mastering Swift in Apple's ecosystem, namely mobile development,
then this book is for you.
Extend the power of your infrastructure and applications with Salt
modules About This Book * Get the most up-to-date practical
resource on writing new Salt modules and extending Salt * Learn
through use cases and encounter both commonly-used modules as well
as advanced ones * Effectively troubleshoot problems and hiccups
encountered while building and putting modules to work Who This
Book Is For This book is for both new and existing Salt developers
who are looking to build and write new Salt modules. Some prior
Python development experience is expected. What You Will Learn *
Understand the working of Salt's Loader system * Write several of
the most common types of Salt modules * Interact between different
kinds of modules and build new ones * Submit open source modules
upstream to the Salt project * Make Salt interact with third-party
services and applications In Detail Salt already ships with a very
powerful set of tools, but that doesn't mean that they all suit
your needs perfectly. By adding your own modules and enhancing
existing ones, you can bring the functionality that you need to
increase your productivity. Extending SaltStack follows a
tutorial-based approach to explain different types of modules, from
fundamentals to complete and full-functioning modules. Starting
with the Loader system that drives Salt, this book will guide you
through the most common types of modules. First you will learn how
to write execution modules. Then you will extend the configuration
using the grain, pillar, and SDB modules. Next up will be state
modules and then the renderers that can be used with them. This
will be followed with returner and output modules, which increase
your options to manage return data. After that, there will be
modules for external file servers, clouds, beacons, and finally
external authentication and wheel modules to manage the master.
With this guide in hand, you will be prepared to create,
troubleshoot, and manage the most common types of Salt modules and
take your infrastructure to new heights! Style and approach This
book follows a step-by-step tutorial-based approach explaining the
different types of modules, from fundamentals to complete and
full-functioning modules.
Your one-stop guide for building, configuring, maintaining, and
deploying one of the world's fastest growing OSes About This Book *
Understand the features of CoreOS and learn to administrate and
secure a CoreOS environment * Develop, test, and deploy cloud
services and applications more quickly and efficiently inside
lightweight containers using CoreOS * This is a complete tutorial
on CoreOS, which is the preferred OS for cloud computing as it
contains components that facilitate cloud management Who This Book
Is For This book is for cloud or enterprise administrators and
application developers who would like to gain knowledge about
CoreOS to deploy a cloud application or micro-services on a cluster
of cloud servers. It is also aimed at administrators with basic
networking experience. You do not need to have any knowledge of
CoreOS. What You Will Learn * Understand the benefits of CoreOS as
a cloud orchestration platform * Learn about lightweight containers
and various container frameworks such as Docker and RKT in CoreOS *
Manage services and containers across cluster using Fleet and
systemd * Set up a CoreOS environment using Vagrant * Create and
manage CoreOS clusters * Discover the service parameters using etcd
* Find out about chaining services running on the cluster using
Flannel / Rudder and Weave * Create a virtual tenant network and
service chaining using OVS In Detail CoreOS is an open source
operating system developed upon the Linux kernel. The rise of
CoreOS is directly related to the rise of Docker (a Linux container
management system). It is a minimal operating system layer and
takes a different approach to automating the deployment of
containers. The major difference between CoreOS and other Linux
distributions is that CoreOS was designed to deploy hundreds of
servers. CoreOS immensely helps the users to create systems, which
are easy to scale and manage, making life easier for all, be it
developer, QA, or deployer. This book is all about setting up,
deploying, and using CoreOS to manage clusters and clouds. It will
help you understand what CoreOS is and its benefits as a cloud
orchestration platform. First, we'll show you how to set up a
simple CoreOS instance with single node in the cluster and how to
run a Docker container inside the CoreOS instance. Next, you'll be
introduced to Fleet and systemd, and will deploy and distribute
Docker services across different nodes in cluster using Fleet.
Later, you'll be briefed about running services in a cluster with
constraints, publishing the services already running on the cluster
to new services, and making your services interact with each other.
We conclude by teaching you about advanced container networking. By
the end of the book, you will know the salient features of CoreOS
and will be able to deploy, administrate, and secure a CoreOS
environment. Style and approach This practical guide covers the
basics and advanced topics related to CoreOS and lightweight
containers. The topics are covered in an easy-to-follow manner with
each feature explained in detail, beginning with a brief overview
and followed by an explanation of its corresponding configuration
files.
As human activities moved to the digital domain, so did all the
well-known malicious behaviors including fraud, theft, and other
trickery. There is no silver bullet, and each security threat calls
for a specific answer. One specific threat is that applications
accept malformed inputs, and in many cases it is possible to craft
inputs that let an intruder take full control over the target
computer system. The nature of systems programming languages lies
at the heart of the problem. Rather than rewriting decades of
well-tested functionality, this book examines ways to live with the
(programming) sins of the past while shoring up security in the
most efficient manner possible. We explore a range of different
options, each making significant progress towards securing legacy
programs from malicious inputs. The solutions explored include
enforcement-type defenses, which excludes certain program
executions because they never arise during normal operation.
Another strand explores the idea of presenting adversaries with a
moving target that unpredictably changes its attack surface thanks
to randomization. We also cover tandem execution ideas where the
compromise of one executing clone causes it to diverge from another
thus revealing adversarial activities. The main purpose of this
book is to provide readers with some of the most influential works
on run-time exploits and defenses. We hope that the material in
this book will inspire readers and generate new ideas and
paradigms.
Practical data design tips from a data visualization expert of the
modern age
Data doesn't decrease; it is ever-increasing and can be
overwhelming to organize in a way that makes sense to its intended
audience. Wouldn't it be wonderful if we could actually visualize
data in such a way that we could maximize its potential and tell a
story in a clear, concise manner? Thanks to the creative genius of
Nathan Yau, we can. With this full-color book, data visualization
guru and author Nathan Yau uses step-by-step tutorials to show you
how to visualize and tell stories with data. He explains how to
gather, parse, and format data and then design high quality
graphics that help you explore and present patterns, outliers, and
relationships.Presents a unique approach to visualizing and telling
stories with data, from a data visualization expert and the creator
of flowingdata.com, Nathan YauOffers step-by-step tutorials and
practical design tips for creating statistical graphics,
geographical maps, and information design to find meaning in the
numbersDetails tools that can be used to visualize data-native
graphics for the Web, such as ActionScript, Flash libraries, PHP,
and JavaScript and tools to design graphics for print, such as R
and IllustratorContains numerous examples and descriptions of
patterns and outliers and explains how to show them
Visualize This demonstrates how to explain data visually so that
you can present your information in a way that is easy to
understand and appealing.
Over 50 recipes to drive IoT innovation with Microsoft Azure About
This Book * Build secure and scalable IoT solutions with Azure IoT
platform * Learn techniques to build end to end IoT solutions
leveraging the Azure IoT platform * Filled with practical recipes
to help you increase connectivity and automation across IoT devices
Who This Book Is For If you are an application developer and want
to build robust and secure IoT solution for your organization using
Azure IoT, then this book is for you. What You Will Learn * Build
IoT Solutions using Azure IoT & Services * Learn device
configuration and communication protocols * Understand IoT Suite
and Pre-configured solutions * Manage Secure Device communications
* Understand Device management, alerts * Introduction with IoT
Analytics, reference IoT Architectures * Reference Architectures
from Industry * Pre-Configured IoT Suite solutions In Detail
Microsoft's end-to-end IoT platform is the most complete IoT
offering, empowering enterprises to build and realize value from
IoT solutions efficiently. It is important to develop robust and
reliable solutions for your organization to leverage IoT services.
This book focuses on how to start building custom solutions using
the IoT hub or the preconfigured solution of Azure IoT suite. As a
developer, you will be taught how to connect multiple devices to
the Azure IoT hub, develop, manage the IoT hub service and
integrate the hub with cloud. We will be covering REST APIs along
with HTTP, MQTT and AMQP protocols. It also helps you learn
Pre-Configured IoT Suite solution. Moving ahead we will be covering
topics like:-Process device-to-cloud messages and cloud-to-device
messages using .Net-Direct methods and device management-Query
Language, Azure IoT SDK for .Net-Creating and managing, Securing
IoT hub, IoT Suite and many more. We will be using windows 10 IoT
core, Visual Studio, universal Windows platform. At the end, we
will take you through IoT analytics and provide a demo of
connecting real device with Azure IoT. Style and approach A set of
exciting recipes of using Microsoft Azure IoT more effectively.
Over 50 recipes to help you build applications hosted on Serverless
architecture using Azure Functions. About This Book * Enhance Azure
Functions with continuous deployment using Visual Studio Team
Services * Learn to deploy and manage cost-effective and highly
available serverless applications using Azure Functions * This
recipe-based guide will teach you to build a robust serverless
environment Who This Book Is For If you are a Cloud administrator,
architect, or developer who wants to build scalable systems and
deploy serverless applications with Azure functions, then this book
is for you. Prior knowledge and hands-on experience with core
services of Microsoft Azure is required. What You Will Learn *
Develop different event-based handlers supported by serverless
architecture supported by Microsoft Cloud Platform - Azure *
Integrate Azure Functions with different Azure Services to develop
Enterprise-level applications * Get to know the best practices in
organizing and refactoring the code within the Azure functions *
Test, troubleshoot, and monitor the Azure functions to deliver
high-quality, reliable, and robust cloud-centric applications *
Automate mundane tasks at various levels right from development to
deployment and maintenance * Learn how to develop
statefulserverless applications and also self-healing jobs using
DurableFunctions In Detail Microsoft provides a solution to easily
run small segment of code in the Cloud with Azure Functions. Azure
Functions provides solutions for processing data, integrating
systems, and building simple APIs and microservices. The book
starts with intermediate-level recipes on serverless computing
along with some use cases on benefits and key features of Azure
Functions. Then, we'll deep dive into the core aspects of Azure
Functions such as the services it provides, how you can develop and
write Azure functions, and how to monitor and troubleshoot them.
Moving on, you'll get practical recipes on integrating DevOps with
Azure functions, and providing continuous integration and continous
deployment with Visual Studio Team Services. It also provides
hands-on steps and tutorials based on real-world serverless use
cases, to guide you through configuring and setting up your
serverless environments with ease. Finally, you'll see how to
manage Azure functions, providing enterprise-level security and
compliance to your serverless code architecture. By the end of this
book, you will have all the skills required to work with serverless
code architecture, providing continuous delivery to your users.
Style and approach This recipe-based guide explains the different
features of Azure Function by taking a real-world application
related to a specific domain. You will learn how to implement
automation and DevOps and discover industry best practices to
develop applications hosted on serverless architecture using Azure
functions.
Explore Implementation of core kernel subsystems About This Book *
Master the design, components, and structures of core kernel
subsystems * Explore kernel programming interfaces and related
algorithms under the hood * Completely updated material for the
4.12.10 kernel Who This Book Is For If you are a kernel programmer
with a knowledge of kernel APIs and are looking to build a
comprehensive understanding, and eager to explore the
implementation, of kernel subsystems, this book is for you. It sets
out to unravel the underlying details of kernel APIs and data
structures, piercing through the complex kernel layers and gives
you the edge you need to take your skills to the next level. What
You Will Learn * Comprehend processes and fles-the core abstraction
mechanisms of the Linux kernel that promote effective
simplification and dynamism * Decipher process scheduling and
understand effective capacity utilization under general and
real-time dispositions * Simplify and learn more about process
communication techniques through signals and IPC mechanisms *
Capture the rudiments of memory by grasping the key concepts and
principles of physical and virtual memory management * Take a sharp
and precise look at all the key aspects of interrupt management and
the clock subsystem * Understand concurrent execution on SMP
platforms through kernel synchronization and locking techniques In
Detail Mastering Linux Kernel Development looks at the Linux
kernel, its internal arrangement and design, and various core
subsystems, helping you to gain significant understanding of this
open source marvel. You will look at how the Linux kernel, which
possesses a kind of collective intelligence thanks to its scores of
contributors, remains so elegant owing to its great design. This
book also looks at all the key kernel code, core data structures,
functions, and macros, giving you a comprehensive foundation of the
implementation details of the kernel's core services and
mechanisms. You will also look at the Linux kernel as well-designed
software, which gives us insights into software design in general
that are easily scalable yet fundamentally strong and safe. By the
end of this book, you will have considerable understanding of and
appreciation for the Linux kernel. Style and approach Each chapter
begins with the basic conceptual know-how for a subsystem and
extends into the details of its implementation. We use appropriate
code excerpts of critical routines and data structures for
subsystems.
A fast-paced administrator's guide to Alfresco from the
administration, managing, and high-level design perspectives About
This Book * Understand system capabilities in order to make
informed and appropriate decisions about its administration *
Manage users, groups, email, file systems, and transformer
availability using Alfresco * Use Alfresco to capture and
efficiently manage information about repositories, servers, and
statistics Who This Book Is For The target audience would be users
with a basic knowledge of Content Management System, and also users
who want to understand Alfresco from the administration and
high-level design perspectives. What You Will Learn * Understand
Alfresco's architecture and important building blocks * Learn to
install Alfresco on various application servers such as Tomcat ,
JBoss, and WebLogic. * Become familiar with various configurations
in Alfresco such as databases, filesystems, email, and audits *
Administrate Alfresco using the Explorer Admin Console, Share Admin
Console, and Workflow Admin Console * Understand how to integrate
LDAP and Active Directory with Alfresco for centralized user
management * Learn how Alfresco environments can be clustered for
high availability * Fully understand how Alfresco stores content
and easily retrieve any information from Alfresco * Monitor and
manage Alfresco systems in production In Detail Alfresco is an open
source Enterprise Content Management (ECM) system for Windows and
Linux-like operating systems. The year-on-year growth of business
connections, contacts, and communications is expanding enterprise
boundaries more than ever before. Alfresco enables organizations to
collaborate more effectively, improve business process efficiency,
and ensure information governance. The basic purpose of Alfresco is
to help users to capture and manage information in a better way. It
helps you capture, organize, and share binary files. This book will
cover the basic building blocks of an Alfresco system, how the
components fit together, and the information required to build a
system architecture. This book will also focus on security aspects
of Alfresco. such as authentication, troubleshooting, managing
permissions, and so on. It will also focus on managing content and
storage, indexing and searches, setting up clustering for high
availability, and so forth. Style and approach A step-by-step guide
to understanding the Alfresco system and making informed and
appropriate decisions about administration.
Viktor Farcic's latest book, The DevOps 2.1 Toolkit: Docker Swarm,
shows you how to successfully integrate Docker Swarm into your
DevOps toolset. About This Book * Expand your DevOps Toolkit with
the DevOps thought leader, Viktor Farcic * Build, test, deploy, and
monitor services inside Docker Swarm clusters * Translate your
understanding to different hosting providers like AWS, Azure, and
DigitalOcean * Go beyond simple deployment to explore how to create
a continuous deployment process * Extend the deep understanding you
gained from Viktor's DevOps 2.0 Toolkit book Who This Book Is For
This book is for professionals interested in the full microservices
life cycle combined with continuous deployment and containers.
Target audience could be architects who want to know how to design
their systems around microservices. It could be DevOps wanting to
know how to apply modern configuration management practices and
continuously deploy applications packed in containers. It is for
developers who would like to take the process back into their hands
as well as for managers who would like to gain a better
understanding of the process used to deliver software from the
beginning to the end. This book is for everyone wanting to know
more about the software development life cycle starting from
requirements and design, through the development and testing all
the way until deployment and post-deployment phases. We'll create
the processes taking into account the best practices developed by
and for some of the biggest companies. What You Will Learn * Learn
all aspects of Docker Swarm from building, testing, deploying, and
monitoring services inside Docker Swarm clusters, available since
Docker 1.12. * Master the deeper logic of DevOps with Viktor, so
that you can successfully apply that logic across any specific set
of tools you're working with. * Translate a deep understanding to
different hosting providers like AWS, Azure, DigitalOcean, among
others. * You'll go beyond simple deployment: you will explore with
Viktor how to create a continuous deployment process. Accomplish
zero-downtime deployments, and what to do in case of a failover. *
Know how to run services at scale, how to monitor the systems, and
how to make it heal itself. In Detail Viktor Farcic's latest book,
The DevOps 2.1 Toolkit: Docker Swarm, takes you deeper into one of
the major subjects of his international best seller, The DevOps 2.0
Toolkit, and shows you how to successfully integrate Docker Swarm
into your DevOps toolset. Viktor shares with you his expert
knowledge in all aspects of building, testing, deploying, and
monitoring services inside Docker Swarm clusters. You'll go through
all the tools required for running a cluster. You'll travel through
the whole process with clusters running locally on a laptop. Once
you're confident with that outcome, Viktor shows you how to
translate your experience to different hosting providers like AWS,
Azure, and DigitalOcean. Viktor has updated his DevOps 2.0
framework in this book to use the latest and greatest features and
techniques introduced in Docker. We'll go through many practices
and even more tools. While there will be a lot of theory, this is a
hands-on book. You won't be able to complete it by reading it on
the metro on your way to work. You'll have to read this book while
in front of the computer and get your hands dirty. Style and
approach We'll go through many practices and even more tools. While
there will be a lot of theory, this is a hands-on book. You'll have
to read this book while in front of the computer and get your hands
dirty. The goal is not to master one particular set of tools, but
to learn the logic behind them so that you can apply it to your job
in various contexts.
Design, build, and automate 10 real-world OpenStack administrative
tasks with Ansible About This Book * Automate real-world OpenStack
cloud operator administrative tasks * Construct a collection of
automation code to save time on managing your OpenStack cloud * Use
this step-by-step tutorial to automate such tasks with Ansible Who
This Book Is For If you are an OpenStack-based cloud operator
and/or infrastructure administrator and are interested in
automating administrative functions, then this book is exactly what
you are looking for. Having a functioning OpenStack environment is
helpful, but most certainly not necessary. What You Will Learn *
Efficiently execute OpenStack administrative tasks * Familiarize
yourself with how Ansible works and assess the defined best
practices * Create Ansible playbooks and roles * Automate tasks to
customize your OpenStack cloud * Review OpenStack automation
considerations when automating administrative tasks * Examine and
automate advanced OpenStack tasks and designated use cases * Get a
high-level overview of OpenStack and the current production-ready
projects * Deep dive into OpenStack CLI tools and find out how to
use them In Detail Most organizations are seeking methods to
improve business agility because they have realized just having a
cloud is not enough. Being able to improve application deployments,
reduce infrastructure downtime, and eliminate daily manual tasks
can only be accomplished through some sort of automation. Packed
with real-world OpenStack administrative tasks, this book will walk
you through working examples and explain how these tasks can be
automated using one of the most popular open source automation
tools-Ansible. We will start with a brief overview of OpenStack and
Ansible and highlight some best practices. Each chapter will
provide an introduction to handling various Cloud Operator
administration tasks such as creating multiple users/tenants,
setting up Multi-Tenant Isolation, customizing your clouds quotas,
taking instance snapshots, evacuating compute hosts for
maintenance, and running cloud health checks, and a step-by-step
tutorial on how to automate these tasks with Ansible. Style and
approach This easy-to-follow reference guide is packed with
examples of real-world OpenStack administration tasks; each task is
explained in detail and then subsequently turned into automation
code.
Plan, design, and deploy System Center Configuration Manager 1706
like never before, regardless of how complex your infrastructure is
About This Book * The most up-to-date resource on deploying or
migrating to System Center Configuration Manager 1706 within your
IT infrastructure * Plan, design, and deploy ConfigMgr 1706 with
ease, both on primary and multiple-hierarchy sites * Master the new
features of ConfigMgr 1706, including Windows 10 support Who This
Book Is For If you are a system engineer or an administrator
planning to deploy Microsoft System Center Configuration Manager
1706, then this book is for you. This book will also benefit system
administrators who are responsible for designing and deploying one
or more System CenterConfiguration Manager 1706 sites in their new
or existing systems. What You Will Learn * Install ConfigMgr
servers and the necessary roles * Design and scale ConfigMgr
environments * Configure and administrate essential ConfigMgr roles
and features * Create software packages using .msi and .exe files *
Deliver detailed reports with an automatic patching process * Apply
proper hardening on your deployment and secure workstations *
Deploy operating systems and updates leveraging ConfigMgr
mechanisms * Create high-availability components using the built-in
mechanism for backup and recovery In Detail It becomes important to
plan, design, and deploy configurations when administrators know
that Configuration Manager interacts with a number of
infrastructure components such as Active Directory Domain Services,
network protocols, Windows Server services, and so on. Via
real-world-world deployment scenarios, this book will help you
implement a single primary site or multiples sites. You will be
able to efficiently plan and deploy a multiple-site hierarchy such
as central administration site. Next, you will learn various
methods to plan and deploy Configuration Manager clients, secure
them and make the most of new features offered through ConfigMgr
1706 like compliance, deploying updates operating systems to the
endpoints. Then, this book will show you how to install, configure,
and run SQL reports to extract information. Lastly, you will also
learn how to create and manage users access in an ConfigMgr
environment By the end of this book, you will have learned to use
the built-in mechanism to back up and restore data and also design
maintenance plan. Style and approach This step-by-step guide
teaches you cool ways to plan, deploy, and configure ConfigMgr
1706. This tutorial, which complements the release of ConfigMgr
1706 with a refreshing new approach and expert guidance, will teach
you everything you need to know about the essentials of server.
Discover over 100 practical recipes to help you master the art of
IT service management for your organization About This Book *
Unleash the capabilities of Microsoft System Center 2016 Service
Manager * Master the skills of configuring, deploying, managing,
and troubleshooting your Service Manager 2016 * This book contains
practical recipes that leverage the key and newly added features
and functionalities of Microsoft System Center 2016 Service Manager
Who This Book Is For This book will be useful to IT professionals
including SCSM administrators who want to configure and administer
System Center Service Manager 2016 and understand how to solve
specific problems and scenarios that arise. It will also be useful
to users of Service Manager 2012 who want to learn about the new
features and capabilities of the Service Manager 2016 release. It
will be ideal if you have Service Manager experience as well as
experience with other System Center products. What You Will Learn *
See a practical implementation of the ITSM framework and processes
based on ITIL * Deploy and configure the new Service Manager HTML5
Self-Service Portal along with Service Catalog design and
configuration * Get to know about Incident, Problem, and Change
Management processes and configuration * Get to grips with
performing advanced personalization in Service Manager * Discover
how to set up and use automation with and within Service Manager
2016 * Work with Service Manager Data Warehouse * Find out what
Security Roles are and how to implement them * Learn how to upgrade
from SCSM 2012 R2 to SCSM 2016 In Detail System Center Service
Manager (SCSM) is an integrated platform that offers a simplified
data center management experience by implementing best practices
such as Incident Management, Service Request, and Change Control to
achieve efficient service delivery across your organization. This
book provides you with real-world recipes that can be used
immediately and will show you how to configure and administer SCSM
2016. You'll also find out how to solve particular problems and
scenarios to take this tool further. You'll start with recipes on
implementing ITSM frameworks and processes and configuring Service
Level Agreements (SLAs). Then, you'll work through deploying and
configuring the HTML5 Self-Service Portal, configuring Incident and
Problem Management, and designing and configuring Change and
Release Management. You'll also learn about security roles and
overall Microsoft SCSM 2016 administration. Toward the end of the
book, we'll look at advanced topics, such as presenting the wealth
of information stored within the Service Manager Data Warehouse,
standardizing SCSM deployments, and implementing automation. Style
and approach This book will enlighten you on Microsoft System
Center 2016 Service Manager through recipes that can be implemented
directly in any enterprise. You can read the book from start to end
if you're a beginner, or just open up any chapter and start
following the recipes as a reference for advanced users. This book
consists of a pool of step-by-step recipes on how to perform
activities in Service Manager.
Deliver applications to virtual desktop environments in seconds and
at scale with the click of a button About This Book * Learn how can
you deliver a great user experience and drive down storage and
management costs * Discover hidden gems to deliver applications to
virtual desktop environments in seconds * This book will help you
fully utilize the true potential of VMware App Volumes and design
and build a complete production environment Who This Book Is For
This book is for administrators and IT teams who would like to take
full advantage of App Volumes to deal with application workloads.
It will also be useful for virtualization professionals and teams
who are working on VDI deployments and VMware end user computing
solutions. What You Will Learn * Find out how the VMware App
Volumes solution can enhance the management and delivery of
applications in your desktop environment * Design a real-life App
Volumes solution using best practices and following the recommended
sizing guides * Install, configure, and deploy App Volumes so it is
ready to start delivering applications * Create and prepare
applications ready to be delivered to end users * Discover how App
Volumes can enhance other desktop solutions by looking at how it
integrates with VMware Horizon View, VMware ThinApp, RDSH, and
Citrix XenDesktop/XenApp * Understand how to configure the advanced
options within App Volumes In Detail App Volumes provides a
virtualized, real-time application delivery engine for virtual
desktop infrastructure and is designed to enable VDI deployments to
ensure greater flexibility, agility, and cost reduction. This book
starts with an in-depth overview of the architecture and components
used to design an optimized solution. We then show you how to
install and configure App Volumes for different use cases such as
VMware View integration, using VMware ThinApp, Citrix XenApp, and
more. Throughout the chapters, we provide hints, tips, and tricks
as well as best practices. By the end of the book, you will have
built a working App Volumes environment and acquired the skills to
build and run a production environment. Style and approach This
book comprises of the theoretical explanations that will help you
perform a complete App Volumes deployment through step-by-step
instructions
|
You may like...
See MIPS Run
Dominic Sweetman
Paperback
R1,680
Discovery Miles 16 800
|