|
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.
Write custom plugins for Puppet, including facts, providers, and
functions Key Features Grasp recipes that work with centralized and
decentralized deployments Explore language differences and
enhancements anticipated in Puppet version 5.x Gain expert
understanding of Puppet's latest and most advanced features Book
DescriptionPuppet is a configuration management system that
automates all your IT configurations, giving you control of
managing each node. Puppet 5 Cookbook will take you through
Puppet's latest and most advanced features, including Docker
containers, Hiera, and AWS Cloud Orchestration. Updated with the
latest advancements and best practices, this book delves into
various aspects of writing good Puppet code, which includes using
Puppet community style, checking your manifests with puppet-lint,
and learning community best practices with an emphasis on
real-world implementation. You will learn to set up, install, and
create your first manifests with version control, and also learn
about various sysadmin tasks, including managing configuration
files, using Augeas, and generating files from snippets and
templates. As the book progresses, you'll explore virtual resources
and use Puppet's resource scheduling and auditing features. In the
concluding chapters, you'll walk through managing applications and
writing your own resource types, providers, and external node
classifiers. By the end of this book, you will have learned to
report, log, and debug your system. What you will learn Discover
the latest and most advanced features of Puppet Master techniques
to deal with centralized and decentralized Puppet deployments Use
exported resources and forge modules to configure and deploy
applications Create efficient manifests to streamline your
deployments Automate deployment of puppet environment using
git-hooks Deploy AWS instances and Docker containers with Puppet
Make Puppet reliable, performant, and scalable Who this book is
forPuppet 5 Cookbook is for anyone who builds and administers
servers, especially in a web operations context. You'll need some
experience of Linux systems administration, including familiarity
with the command line, filesystem, and text editing. No prior
programming experience is required.
Understand various tools and practices for building a continuous
integration and delivery pipeline effectively Key Features Get up
and running with the patterns of continuous integration Learn
Jenkins UI for developing plugins and build an effective Jenkins
pipeline Automate CI/CD with command-line tools and scripts Book
DescriptionHands-On Continuous Integration and Delivery starts with
the fundamentals of continuous integration (CI) and continuous
delivery (CD) and where it fits in the DevOps ecosystem. You will
explore the importance of stakeholder collaboration as part of
CI/CD. As you make your way through the chapters, you will get to
grips with Jenkins UI, and learn to install Jenkins on different
platforms, add plugins, and write freestyle scripts. Next, you will
gain hands-on experience of developing plugins with Jenkins UI,
building the Jenkins 2.0 pipeline, and performing Docker
integration. In the concluding chapters, you will install Travis CI
and Circle CI and carry out scripting, logging, and debugging,
helping you to acquire a broad knowledge of CI/CD with Travis CI
and CircleCI. By the end of this book, you will have a detailed
understanding of best practices for CI/CD systems and be able to
implement them with confidence. What you will learn Install Jenkins
on multiple operating systems Work with Jenkins freestyle scripts,
pipeline syntax, and methodology Explore Travis CI build life cycle
events and multiple build languages Master the Travis CI CLI
(command-line interface) and automate tasks with the CLI Use
CircleCI CLI jobs and work with pipelines Automate tasks using
CircleCI CLI and learn to debug and troubleshoot Learn open source
tooling such as Git and GitHub Install Docker and learn concepts in
shell scripting Who this book is forHands-On Continuous Integration
and Delivery is for system administrators, DevOps engineers, and
build and release engineers who want to understand the concept of
CI and gain hands-on experience working with prominent tools in the
CI ecosystem. Basic knowledge of software delivery is an added
advantage.
Administer, configure, and monitor Junos in your organization About
This Book * Get well acquainted with security and routing policies
to identify the use of firewall filters. * Learn to provide
end-user authentication and protect each layer in an enterprise
network. * A recipe-based guide that will help you configure and
monitor Junos OS and basic device operations. Who This Book Is For
This book targets network engineers, developers, support personals,
and administrators who are working on devices running Junos OS and
are looking at automating their organisation's operations. Some
understanding about Junos would be necessary What You Will Learn *
Start using NETCONF RPC standard and understand its usefulness in
programming JUNOS * Write SLAX scripts to respond to events in the
JUNOS environment * Automate JUNOS with PyEZ * Deal with events in
the JUNOS environment, and writing response handlers to deal with
them * Make the most of automation technologies to help with
maintenance and monitoring of JUNOS * Use the Ansible framework to
extend the automation functionality of Junos In Detail The JUNOS
Automation Cookbook is a companion guide for the complex field of
automating tasks on JUNOS devices. With a foundation in
industry-standrd XML, JUNOS provides an ideal environment for
programmatic interation, allowing you to build upon the
capabilities provided by Juniper, with your own original code. You
will begin by learning about, and setting up, the industry-standard
NETCONF remote procedure call mechanisms on your device. After
initial setup, you'll walk through SLAX - Juniper's foundation
scripting language - for manipulating XML representations of JUNOS
concepts and elements. You'll learn how to write your own SLAX
scripts to customise the operating environment, and also how to
write proactive event handlers that deal with situations as they
happen. You'll then delve into PyEZ - Juniper's bridging framework
to make automation accessible to Python code - allowing you to
build automation applications in the popular scripting language.
You'll witness some examples of how to write applications that can
monitor configuration changes, implement BGP security policies and
implement ad-hoc routing protocols, for those really tricky
situations. You'll also leaarn how asynchronous I/O frameworks like
Node.js can be used to implement automation applications that
present an acceptable web interface. Along with way, you'll explore
how to make use of the latest RESTful APIs that JUNOS provides, how
to visualize aspects of your JUNOS network, and how to integrate
your automation capabilities with enterprise-wide orchestration
systems like Ansible. By the end of the book, you'll be able to
tackle JUNOS automation challenges with confidence and
understanding, and without hassle. Style and Approach A guide that
will cover all the automation tools along with steps on leveraging
these tools
|
PAM Mastery
(Paperback)
Michael W Lucas
|
R599
R527
Discovery Miles 5 270
Save R72 (12%)
|
Ships in 10 - 15 working days
|
|
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.
Learn how to automate and manage your containers and reduce the
overall operation burden on your system. Key Features Use
containers to manage, scale and orchestrate apps in your
organization Transform the latest concept of Kubernetes 1.10 into
examples Expert techniques for orchestrating containers effectively
Book DescriptionKubernetes is an open source orchestration platform
to manage containers in a cluster environment. With Kubernetes, you
can configure and deploy containerized applications easily. This
book gives you a quick brush up on how Kubernetes works with
containers, and an overview of main Kubernetes concepts, such as
Pods, Deployments, Services and etc. This book explains how to
create Kubernetes clusters and run applications with proper
authentication and authorization configurations. With real-world
recipes, you'll learn how to create high availability Kubernetes
clusters on AWS, GCP and in on-premise datacenters with proper
logging and monitoring setup. You'll also learn some useful tips
about how to build a continuous delivery pipeline for your
application. Upon completion of this book, you will be able to use
Kubernetes in production and will have a better understanding of
how to manage containers using Kubernetes. What you will learn
Build your own container cluster Deploy and manage highly scalable,
containerized applications with Kubernetes Build high-availability
Kubernetes clusters Build a continuous delivery pipeline for your
application Track metrics and logs for every container running in
your cluster Streamline the way you deploy and manage your
applications with large-scale container orchestration Who this book
is forThis book is for system administrators, developers, DevOps
engineers, or any stakeholder who wants to understand how
Kubernetes works using a recipe-based approach. Basic knowledge of
Kubernetes and Containers is required.
Your one stop guide to making the most out of Bash programming
About This Book * From roots to leaves, learn how to program in
Bash and automate daily tasks, pouring some spice in your scripts *
Daemonize a script and make a real service of it, ensuring it's
available at any time to process user-fed data or commands * This
book provides functional examples that show you practical
applications of commands Who This Book Is For If you're a power
user or system administrator involved in writing Bash scripts to
automate tasks, then this book is for you. This book is also ideal
for advanced users who are engaged in complex daily tasks. What You
Will Learn * Understand Bash right from the basics and progress to
an advanced level * Customise your environment and automate system
routine tasks * Write structured scripts and create a command-line
interface for your scripts * Understand arrays, menus, and
functions * Securely execute remote commands using ssh * Write
Nagios plugins to automate your infrastructure checks * Interact
with web services, and a Slack notification script * Find out how
to execute subshells and take advantage of parallelism * Explore
inter-process communication and write your own daemon In Detail
System administration is an everyday effort that involves a lot of
tedious tasks, and devious pits. Knowing your environment is the
key to unleashing the most powerful solution that will make your
life easy as an administrator, and show you the path to new
heights. Bash is your Swiss army knife to set up your working or
home environment as you want, when you want. This book will enable
you to customize your system step by step, making your own real,
virtual, home out of it. The journey will take you swiftly through
the basis of the shell programming in Bash to more interesting and
challenging tasks. You will be introduced to one of the most famous
open source monitoring systems-Nagios, and write complex programs
with it in any languages. You'll see how to perform checks on your
sites and applications. Moving on, you'll discover how to write
your own daemons so you can create your services and take advantage
of inter-process communication to let your scripts talk to each
other. So, despite these being everyday tasks, you'll have a lot of
fun on the way. By the end of the book, you will have gained
advanced knowledge of Bash that will help you automate routine
tasks and manage your systems. Style and approach This book
presents step-by-step instructions and expert advice on working
with Bash and writing scripts. Starting from the basics, this book
serves as a reference manual where you can find handy solutions and
advice to make your scripts flexible and powerful.
Deploy, manage, and scale virtual instances using Kernel-based
Virtual Machines About This Book * Build, manage and scale virtual
machines with practical step-by-step examples * Leverage the
libvirt user-space tools and libraries to manage the life-cycle of
KVM instances * Deploy and scale applications inside KVM virtual
machines with OpenStack Who This Book Is For If you are a system
administrator working KVM virtualization, this book will help you
grow on your expertise of working with the infrastructure to manage
things in a better way. You should have a knowledge of working with
Linux based systems. What You Will Learn * Deploy different
workloads in isolation with KVM virtualization and better utilize
the available compute resources * Explore the benefits of running
applications with KVM and learn to prevent the "bad-neighbor"
effect * Leveraging various networking technologies in the context
of virtualization with Open vSwitch and the Linux bridge. * Create
KVM instances using Python and inspect running KVM instances *
Understand Kernel Tuning for enhanced KVM performance and better
memory utilization In Detail Virtualization technologies such as
KVM allow for better control over the available server resources,
by deploying multiple virtual instances on the same physical host,
or clusters of compute resources. With KVM it is possible to run
various workloads in isolation with the hypervisor layer providing
better tenant isolation and higher degree of security. This book
will provide a deep dive into deploying KVM virtual machines using
qemu and libvirt and will demonstrate practical examples on how to
run, scale, monitor, migrate and backup such instances. You will
also discover real production ready recipes on deploying KVM
instances with OpenStack and how to programatically manage the life
cycle of KVM virtual machines using Python. You will learn numerous
tips and techniques which will help you deploy & plan the KVM
infrastructure. Next, you will be introduced to the working of
libvirt libraries and the iPython development environment. Finally,
you will be able to tune your Linux kernel for high throughput and
better performance. By the end of this book, you will gain all the
knowledge needed to be an expert in working with the KVM
virtualization infrastructure. Style and approach This book takes a
complete practical approach with many step-by-step example recipes
on how to use KVM in production. The book assumes certain level of
expertise with Linux systems and virtualization in general. Some
knowledge of Python programming is encouraged, to fully take
advantage of the code recipes.
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.
Deploy and manage VMware vSphere 6.5 components with ease. Key
Features Simplified and to-the-point theory and practical recipes
to deploy and manage vSphere 6.5 Discover the best ways to deploy
stateless and stateful ESXi hosts and upgrade them Storage and
network resource management Certificate management using VMCA
Monitor the performance of a vSphere environment. Book
DescriptionVMware vSphere is a complete and robust virtualization
product suite that helps transform data centers into simplified
on-premises cloud infrastructures, providing for the automation and
orchestration of workload deployment and life cycle management of
the infrastructure. This book focuses on the latest release of
VMware vSphere and follows a recipe-based approach, giving you
hands-on instructions required to deploy and manage a vSphere
environment. The book starts with the procedures involved in
upgrading your existing vSphere infrastructure to vSphere 6.5,
followed by deploying a new vSphere 6.5 environment. Then the book
delves further into the procedures involved in managing storage and
network access to the ESXi hosts and the virtual machines running
on them. Moving on, the book covers high availability and fair
distribution/utilization of clustered compute and storage
resources. Finally, the book covers patching and upgrading the
vSphere infrastructure using VUM, certificate management using
VMCA, and finishes with a chapter covering the tools that can be
used to monitor the performance of a vSphere infrastructure. What
you will learn Upgrade your existing vSphere environment or perform
a fresh deployment Automate the deployment and management of large
sets of ESXi hosts in your vSphere Environment Configure and manage
FC, iSCSI, and NAS storage, and get more control over how storage
resources are allocated and managed Configure vSphere networking by
deploying host-wide and data center-wide switches in your vSphere
environment Configure high availability on a host cluster and learn
how to enable the fair distribution and utilization of compute
resources Patch and upgrade the vSphere environment Handle
certificate request generation and renew component certificates
Monitor performance of a vSphere environment Who this book is forIf
you are a system administrator, support professional, or anyone
interested in learning how to install, configure, and manage a
vSphere environment, then this book is for you. This task-oriented
reference guide will also benefit consultants or infrastructure
architects who design and deploy vSphere 6.5 environments.
Say goodbye to unproductive Linux habits and switch to the express
lane About This Book * Improve your terminal and command-line
productivity by using powerful tools * Sharpen your existing
command-line skills and achieve complex tasks faster * Save time
and money by creating customized commands that automate day-to-day
tasks Who This Book Is For This book is for system administrators
and developers who know the basics of Linux and want to brush up
and sharpen their skills. Prior experience with Linux shell is
required. What You Will Learn * Optimize the power of Guake by
integrating it with ClipIt * Deep dive into the workings of the
console editor-Vim * Explore the advanced concepts and best
practices of shell scripting * Edit large amounts of data quickly
using Sed * Use pipes and subshells to create customized commands *
Get to know how you can speed up the software development and make
the terminal a handy companion In Detail Websites, online services,
databases, and pretty much every other computer that offers public
services runs on Linux. From small servers to clusters, Linux is
anywhere and everywhere. With such a broad usage, the demand for
Linux specialists is ever growing. For the engineers out there,
this means being able to develop, interconnect, and maintain Linux
environments. This book will help you increase your terminal
productivity by using Terminator, Guake and other tools. It will
start by installing Ubuntu and will explore tools and techniques
that will help you to achieve more work with less effort. Next, it
will then focus on Terminator, the ultimate terminal, and vim, one
of the most intelligent console editors. Futhermore, the readers
will see how they can increase their command line productivity by
using sed, find, tmux, network, autoenv. The readers will also see
how they can edit files without leaving the terminal and use the
screen space efficiently and copy-paste like a pro. Towards the
end, we focus on network settings, Git hacks, and creating portable
environments for development and production using Docker. Through
this book, you will improve your terminal productivity by seeing
how to use different tools. Style and Approach This book takes a
step-by-step approach using examples that show you how to automate
tasks using terminal commands. You'll work through easy-to-follow
instructions so you learn to use the various Linux commands and
tools such as Terminator, Guake, and others.
Manage and administer your environment with ease About This Book *
Get your hands on learning the fundamentals to managing and
administering Windows Server 2016. * A step-by-step guide that will
help you develop necessary skills and knowledge to manage an
enterprise environment. * Learn to implement strong networking and
security practices into your Windows Server environment. Who This
Book Is For If you are a System administrator or an IT professional
interested in configuring and deploying Windows Server 2016 then,
this book is for you. This book will also help readers clear the
MTA: Windows Server Administration Fundamentals: 98-365 exam. What
You Will Learn * Become familiar with Windows Server OS concepts *
Learn how to install Windows Server 2016 * Learn how to install
device drivers and run services in Windows Server 2016 * Learn how
to add and install roles in Windows Server 2016 * Learn how to
apply GPO to your Windows Server 2016 environment * Learn how to
tune, maintain, update, and troubleshoot Windows Server 2016 *
Prepare for the MTA 98-365 exam In Detail Windows Server 2016 is
the server operating system developed by Microsoft as part of the
Windows NT family of operating systems, developed concurrently with
Windows 10. This book is designed to get you started with Windows
Server 2016. It will prepare you for your MTA 98-365 exam. With
step-by-step instructions driven by targeted, easy-to-understand
graphics, you will be able to understand the roles, features,
functions, and quirks of Windows Server 2016. The book begins with
the basics of Windows Server 2016, which includes the installation
process and basic configuration. You will then move on to roles and
features such as Active Directory, Hyper-V, Remote Access, Storage,
and Printer. With the help of real-world examples, you will get to
grips with the fundamentals of Windows Server 2016, which will help
you solve difficult tasks the easy way. Later, the book also shows
you maintenance and troubleshooting tasks, where with the help of
best practices you will be able to manage Windows Server 2016 with
ease. Each chapter ends with a questionnaire to ensure you make the
best use of the content provided. By the end of this book, you will
have the knowledge required to administer and manage Windows Server
environments. Style and approach With step-by-step instructions
driven by targeted, easy-to-understand graphics, this book explains
and shows you how to use the roles and features, functions, and
quirks of the Windows Server 2016. The chapters are presented in a
step by step format accompanied by graphics wherever applicable.
Get hands-on recipes to make the most of Ubuntu Server, CentOS 7
Linux Server and RHEL 7 Server About This Book * Get Linux servers
up and running in seconds, * In-depth guide to explore new features
and solutions in server administration * Maintain performance and
security of your server solution by deploying expert configuration
advice Who This Book Is For This Learning Path is intended for
system administrators with a basic understanding of Linux operating
systems and written with the novice-to-intermediate Linux user in
mind. To get the most of this Learning Path, you should have a
working knowledge of basic system administration and management
tools. What You Will Learn * Set up high performance, scalable, and
fault-tolerant back ends with web and database servers * Facilitate
team communication with a real-time chat service and collaboration
tools * Monitor, manage and develop your server's file system to
maintain a stable performance * Gain best practice methods on
sharing files and resources through a network * Install and
configure common standard services such as web, mail, FTP, database
and domain name server technologies * Create kickstart scripts to
automatically deploy RHEL 7 systems * Use Orchestration and
configuration management tools to manage your environment In Detail
Linux servers are frequently selected over other server operating
systems for their stability, security and flexibility
advantages.This Learning Path will teach you how to get up and
running with three of the most popular Linux server distros: Ubuntu
Server, CentOS 7 Server, and RHEL 7 Server. We will begin with the
Ubuntu Server and show you how to make the most of Ubuntu's
advanced functionalities. Moving on, we will provide you with all
the knowledge that will give you access to the inner workings of
the latest CentOS version 7. Finally, touching RHEL 7, we will
provide you with solutions to common RHEL 7 Server challenges.This
Learning Path combines some of the best that Packt has to offer in
one complete, curated package. It includes content from the
following Packt products: 1)Ubuntu Server Cookbook 2)CentOS 7 Linux
Server Cookbook, Second Edition 3)Red Hat Enterprise Linux Server
Cookbook Style and approach This easy-to-follow practical guide
contains hands on examples and solutions to real word
administration problems and problems faced when building your RHEL
7 system from scratch using orchestration tools.
|
You may like...
SNMP Mastery
Michael W Lucas
Hardcover
R973
R842
Discovery Miles 8 420
|