0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (1)
  • R100 - R250 (18)
  • R250 - R500 (76)
  • R500+ (1,096)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer hardware & operating systems > Operating systems & graphical user interfaces (GUIs) > General

C++ System Programming Cookbook - Practical recipes for Linux system-level programming using the latest C++ features... C++ System Programming Cookbook - Practical recipes for Linux system-level programming using the latest C++ features (Paperback)
Onorato Vaticone
R901 Discovery Miles 9 010 Ships in 18 - 22 working days

A problem-solution-based guide to help you overcome hurdles effectively while working with kernel APIs, filesystems, networks, threads, and process communications Key Features Learn to apply the latest C++ features (from C++11, 14, 17, and 20) to facilitate systems programming Create robust and concurrent systems that make the most of the available hardware resources Delve into C++ inbuilt libraries and frameworks to design robust systems as per your business needs Book DescriptionC++ is the preferred language for system programming due to its efficient low-level computation, data abstraction, and object-oriented features. System programming is about designing and writing computer programs that interact closely with the underlying operating system and allow computer hardware to interface with the programmer and the user. The C++ System Programming Cookbook will serve as a reference for developers who want to have ready-to-use solutions for the essential aspects of system programming using the latest C++ standards wherever possible. This C++ book starts out by giving you an overview of system programming and refreshing your C++ knowledge. Moving ahead, you will learn how to deal with threads and processes, before going on to discover recipes for how to manage memory. The concluding chapters will then help you understand how processes communicate and how to interact with the console (console I/O). Finally, you will learn how to deal with time interfaces, signals, and CPU scheduling. By the end of the book, you will become adept at developing robust systems applications using C++. What you will learn Get up to speed with the fundamentals including makefile, man pages, compilation, and linking and debugging Understand how to deal with time interfaces, signals, and CPU scheduling Develop your knowledge of memory management Use processes and threads for advanced synchronizations (mutexes and condition variables) Understand interprocess communications (IPC): pipes, FIFOs, message queues, shared memory, and TCP and UDP Discover how to interact with the console (console I/O) Who this book is forThis book is for C++ developers who want to gain practical knowledge of systems programming. Though no experience of Linux system programming is assumed, intermediate knowledge of C++ is necessary.

JUNOS Automation Cookbook (Paperback): Adam Chappell JUNOS Automation Cookbook (Paperback)
Adam Chappell
R1,195 Discovery Miles 11 950 Ships in 18 - 22 working days

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

Windows 10 - (2019 Edition) The Ultimate User Guide, How to Master Windows 10 within 24 Hours (Paperback): David H Kevin Windows 10 - (2019 Edition) The Ultimate User Guide, How to Master Windows 10 within 24 Hours (Paperback)
David H Kevin
R393 Discovery Miles 3 930 Ships in 18 - 22 working days
Kali Linux - The ultimate guide to learn, execute linux programming and Hacking tools for computers (Paperback): Steve Eddison Kali Linux - The ultimate guide to learn, execute linux programming and Hacking tools for computers (Paperback)
Steve Eddison
R443 Discovery Miles 4 430 Ships in 18 - 22 working days
Operating Systems - Concepts (Paperback): G Sreehitha Reddy, K Reddy Pradeep Operating Systems - Concepts (Paperback)
G Sreehitha Reddy, K Reddy Pradeep
R484 Discovery Miles 4 840 Ships in 18 - 22 working days
Kubernetes - The Complete Guide To Master Kubernetes (March 2019 Edition) (Paperback): Joseph D Moore Kubernetes - The Complete Guide To Master Kubernetes (March 2019 Edition) (Paperback)
Joseph D Moore
R505 Discovery Miles 5 050 Ships in 18 - 22 working days
KVM Virtualization Cookbook (Paperback): Konstantin Ivanov KVM Virtualization Cookbook (Paperback)
Konstantin Ivanov
R1,421 Discovery Miles 14 210 Ships in 18 - 22 working days

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.

Windows 10 - Academy - The Stress Free Way To Learning Windows 10 Inside & Out - (Paperback): It Academy Windows 10 - Academy - The Stress Free Way To Learning Windows 10 Inside & Out - (Paperback)
It Academy
R329 Discovery Miles 3 290 Ships in 18 - 22 working days
The Power of Numbers (Paperback): Pyotr Stilovsky, Felix Schroedinger The Power of Numbers (Paperback)
Pyotr Stilovsky, Felix Schroedinger
R487 Discovery Miles 4 870 Ships in 18 - 22 working days
DevOps and Site Reliability Engineering (SRE) Handbook - Non Programmer's Guide (Paperback): Stephen Fleming DevOps and Site Reliability Engineering (SRE) Handbook - Non Programmer's Guide (Paperback)
Stephen Fleming
R444 R412 Discovery Miles 4 120 Save R32 (7%) Ships in 18 - 22 working days
Swift 3 Game Development - (Paperback, 2nd Revised edition): Stephen Haney Swift 3 Game Development - (Paperback, 2nd Revised edition)
Stephen Haney
R1,054 Discovery Miles 10 540 Ships in 18 - 22 working days

Embrace the mobile gaming revolution by creating popular iOS games with Swift 3.0 About This Book * Create and design games for iPhone and iPad using SpriteKit and Swift 3.0 * Learn the core fundamentals of SpriteKit game development and mix and match techniques to customize your game * This step-by-step practical guide will teach you to build games from scratch using little-known tips and strategies for maximum fun Who This Book Is For If you wish to create and publish fun iOS games using Swift, then this book is for you. You should be familiar with basic programming concepts. However, no prior game development or Apple ecosystem experience is required. What You Will Learn * Deliver powerful graphics, physics, and sound in your game by using SpriteKit * Set up the scene using the new capabilities of the scene editor and custom classes * Maximize gameplay with little-known tips and strategies for fun and repeatable action * Make use of animations, graphics, and particles to polish your game * Understand the current mobile monetization landscape to choose the best option for your own situation * Integrate your game with Game Center so that your players can share their high scores and achievements * Publish your game to the App Store and enjoy people playing your games In Detail Swift is the perfect choice for game development. Developers are intrigued by Swift 3.0 and want to make use of new features to develop their best games yet. Packed with best practices and easy-to-use examples, this book leads you step by step through the development of your first Swift game. This book starts by introducing SpriteKit and Swift's new features that can be used for game development. After setting up your first Swift project, you will build your first custom class, learn how to draw and animate your game, and add physics simulations. Then, you will add the player character, NPCs, and powerups. To make your game more fun and engaging, you will learn how to set up scenes and backgrounds, build fun menus, and integrate with Apple Game Center to add leaderboards and achievements. You will then make your game stand out by adding animations when game objects collide, and incorporate proven techniques such as the advanced particle system and graphics. Finally, you will explore the various options available to start down the path towards monetization and publish your finished games to the App Store. By the end of this book, you will be able to create your own iOS games using Swift and SpriteKit. Style and approach This project-based guide is engaging with a visually-rich approach rather than a text-heavy approach. With every chapter containing practical examples, you will understand how Swift programming works and make the most of the new features in version 3.0.

IOS 11, Tvos 11, and Watchos 4 for Users and Developers (Paperback): Wayne Dixon IOS 11, Tvos 11, and Watchos 4 for Users and Developers (Paperback)
Wayne Dixon
R542 Discovery Miles 5 420 Ships in 18 - 22 working days
Principles of Operating Systems (Paperback): Cesar Herrera, Darrell Hajek Principles of Operating Systems (Paperback)
Cesar Herrera, Darrell Hajek
R505 Discovery Miles 5 050 Ships in 18 - 22 working days
Windows 10 In Under 90 Minutes - The Disaster To Master Step By Step User Guide (Paperback): Matt Eleck Windows 10 In Under 90 Minutes - The Disaster To Master Step By Step User Guide (Paperback)
Matt Eleck
R252 Discovery Miles 2 520 Ships in 18 - 22 working days
Mastering Windows Server 2019 - The complete guide for IT professionals to install and manage Windows Server 2019 and deploy... Mastering Windows Server 2019 - The complete guide for IT professionals to install and manage Windows Server 2019 and deploy new capabilities, 2nd Edition (Paperback, 2nd Revised edition)
Jordan Krause
R1,362 Discovery Miles 13 620 Ships in 18 - 22 working days

Enhance and secure your datacenter with the newest Microsoft server platform Key Features Develop necessary skills to design and implement Microsoft Server 2019 in enterprise environment Provide support to your medium to large enterprise and leverage your experience in administering Microsoft Server 2019 Effectively administering Windows server 2019 with the help of practical examples Book DescriptionMastering Windows Server 2019 - Second Edition covers all of the essential information needed to implement and utilize this latest-and-greatest platform as the core of your data center computing needs. You will begin by installing and managing Windows Server 2019, and by clearing up common points of confusion surrounding the versions and licensing of this new product. Centralized management, monitoring, and configuration of servers is key to an efficient IT department, and you will discover multiple methods for quickly managing all of your servers from a single pane of glass. To this end, you will spend time inside Server Manager, PowerShell, and even the new Windows Admin Center, formerly known as Project Honolulu. Even though this book is focused on Windows Server 2019 LTSC, we will still discuss containers and Nano Server, which are more commonly related to the SAC channel of the server platform, for a well-rounded exposition of all aspects of using Windows Server in your environment. We also discuss the various remote access technologies available in this operating system, as well as guidelines for virtualizing your data center with Hyper-V. By the end of this book, you will have all the ammunition required to start planning for, implementing, and managing Windows. What you will learn Work with the updated Windows Server 2019 interface, including Server Core and Windows Admin Center Secure your network and data with new technologies in Windows Server 2019 Learn about containers and understand the appropriate situations to use Nano Server Discover new ways to integrate your data center with Microsoft Azure Harden your Windows Servers to help keep the bad guys out Virtualize your data center with Hyper-V Who this book is forIf you are a System Administrator or an IT professional interested in designing and deploying Windows Server 2019 then this book is for you. Previous experience of Windows Server operating systems and familiarity with networking concepts is required.

VMware vSphere 6.5 Cookbook - Over 140 task-oriented recipes to install, configure, manage, and orchestrate various VMware... VMware vSphere 6.5 Cookbook - Over 140 task-oriented recipes to install, configure, manage, and orchestrate various VMware vSphere 6.5 components, 3rd Edition (Paperback, 3rd Revised edition)
Abhilash Gb, Cedric Rajendran
R1,255 Discovery Miles 12 550 Ships in 18 - 22 working days

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.

Chaos to Control - How. What. Why. 3 Steps to a Cleaner Org (Paperback): Ian Gotts, Richard Parker, Adrian King Chaos to Control - How. What. Why. 3 Steps to a Cleaner Org (Paperback)
Ian Gotts, Richard Parker, Adrian King
R619 Discovery Miles 6 190 Ships in 18 - 22 working days
Hands-On Penetration Testing with Kali NetHunter - Spy on and protect vulnerable ecosystems using the power of Kali Linux for... Hands-On Penetration Testing with Kali NetHunter - Spy on and protect vulnerable ecosystems using the power of Kali Linux for pentesting on the go (Paperback)
Glen D. Singh, Sean Philip Oriyano
R1,002 Discovery Miles 10 020 Ships in 18 - 22 working days

Convert Android to a powerful pentesting platform. Key Features Get up and running with Kali Linux NetHunter Connect your Android device and gain full control over Windows, OSX, or Linux devices Crack Wi-Fi passwords and gain access to devices connected over the same network collecting intellectual data Book DescriptionKali NetHunter is a version of the popular and powerful Kali Linux pentesting platform, designed to be installed on mobile devices. Hands-On Penetration Testing with Kali NetHunter will teach you the components of NetHunter and how to install the software. You'll also learn about the different tools included and how to optimize and use a package, obtain desired results, perform tests, and make your environment more secure. Starting with an introduction to Kali NetHunter, you will delve into different phases of the pentesting process. This book will show you how to build your penetration testing environment and set up your lab. You will gain insight into gathering intellectual data, exploiting vulnerable areas, and gaining control over target systems. As you progress through the book, you will explore the NetHunter tools available for exploiting wired and wireless devices. You will work through new ways to deploy existing tools designed to reduce the chances of detection. In the concluding chapters, you will discover tips and best practices for integrating security hardening into your Android ecosystem. By the end of this book, you will have learned to successfully use a mobile penetration testing device based on Kali NetHunter and Android to accomplish the same tasks you would traditionally, but in a smaller and more mobile form factor. What you will learn Choose and configure a hardware device to use Kali NetHunter Use various tools during pentests Understand NetHunter suite components Discover tips to effectively use a compact mobile platform Create your own Kali NetHunter-enabled device and configure it for optimal results Learn to scan and gather information from a target Explore hardware adapters for testing and auditing wireless networks and Bluetooth devices Who this book is forHands-On Penetration Testing with Kali NetHunter is for pentesters, ethical hackers, and security professionals who want to learn to use Kali NetHunter for complete mobile penetration testing and are interested in venturing into the mobile domain. Some prior understanding of networking assessment and Kali Linux will be helpful.

Windows Server 2016 Administration Fundamentals (Paperback): Bekim Dauti Windows Server 2016 Administration Fundamentals (Paperback)
Bekim Dauti
R1,106 Discovery Miles 11 060 Ships in 18 - 22 working days

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.

Hands-On Continuous Integration and Delivery - Build and release quality software at scale with Jenkins, Travis CI, and... Hands-On Continuous Integration and Delivery - Build and release quality software at scale with Jenkins, Travis CI, and CircleCI (Paperback)
Jean-Marcel Belmont
R1,209 Discovery Miles 12 090 Ships in 18 - 22 working days

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.

DevOps: Continuous Delivery, Integration, and Deployment with DevOps - Dive into the core DevOps strategies (Paperback):... DevOps: Continuous Delivery, Integration, and Deployment with DevOps - Dive into the core DevOps strategies (Paperback)
Sricharan Vadapalli
R1,034 Discovery Miles 10 340 Ships in 18 - 22 working days

Explore the high-in demand core DevOps strategies with powerful DevOps tools such as Ansible, Jenkins, and Chef Key Features Get acquainted with methodologies and tools of the DevOps framework Perform continuous integration, delivery, deployment, and monitoring using DevOps tools Explore popular tools such as Git, Jenkins, Maven, Gerrit, Nexus, Selenium, and so on Embedded with assessments that will help you revise the concepts you have learned in this book Book DescriptionDevOps is the most widely used software engineering culture and practice that aim sat software development and operation. Continuous integration is a cornerstone technique of DevOps that merges software code updates from developers into a shared central mainline. This book takes a practical approach and covers the tools and strategies of DevOps. It starts with familiarizing you with DevOps framework and then shows how toper form continuous delivery, integration, and deployment with DevOps. You will explore DevOps process maturity frameworks and progression models with checklist templates for each phase of DevOps. You will also be familiar with agile terminology, methodology, and the benefits accrued by an organization by adopting it. You will also get acquainted with popular tools such as Git, Jenkins ,Maven, Gerrit, Nexus, Selenium, and so on.You will learn configuration, automation, and the implementation of infrastructure automation (Infrastructure as Code) with tools such as Chef and Ansible. This book is ideal for engineers, architects, and developers, who wish to learn the core strategies of DevOps. What you will learn Get familiar with life cycle models, maturity states, progression and best practices of DevOps frameworks Learn to set up Jenkins and integrate it with Git Know how to build jobs and perform testing with Jenkins Implement infrastructure automation (Infrastructure as Code) with tools such as Chef and Ansible Understand continuous monitoring process with tools such as Splunk and Nagios Learn how Splunk improves the code quality Who this book is forThis book is for engineers, architects, and developers, who wish to learn the core strategies of DevOps.

AWS: Security Best Practices on AWS - Learn to secure your data, servers, and applications with AWS (Paperback): Albert Anthony AWS: Security Best Practices on AWS - Learn to secure your data, servers, and applications with AWS (Paperback)
Albert Anthony
R1,025 Discovery Miles 10 250 Ships in 18 - 22 working days

Delve deep into various security aspects of AWS to build and maintain a secured environment Key Features Learn to secure your network, infrastructure, data, and applications in AWS cloud Use AWS managed security services to automate security Dive deep into various aspects such as the security model, compliance, access management and much more to build and maintain a secured environment Explore Cloud Adoption Framework (CAF) and its components Embedded with assessments that will help you revise the concepts you have learned in this book Book DescriptionWith organizations moving their workloads, applications, and infrastructure to the cloud at an unprecedented pace, security of all these resources has been a paradigm shift for all those who are responsible for security; experts, novices, and apprentices alike. This book focuses on using native AWS security features and managed AWS services to help you achieve continuous security. Starting with an introduction to Virtual Private Cloud (VPC) to secure your AWS VPC, you will quickly explore various components that make up VPC such as subnets, security groups, various gateways, and many more. You will also learn to protect data in the AWS platform for various AWS services by encrypting and decrypting data in AWS. You will also learn to secure web and mobile applications in AWS cloud. This book is ideal for all IT professionals, system administrators, security analysts, solution architects, and chief information security officers who are responsible for securing workloads in AWS for their organizations. This book is embedded with useful assessments that will help you revise the concepts you have learned in this book. What you will learn Get familiar with VPC components, features, and benefits Learn to create and secure your private network in AWS Explore encryption and decryption fundamentals Understand monitoring, logging, and auditing in AWS Ensure data security in AWS Secure your web and mobile applications in AWS Learn security best practices for IAM, VPC, shared security responsibility model, and so on Who this book is forThis book is for all IT professionals, system administrators, security analysts, solution architects, and chief information security officers who are responsible for securing workloads in AWS for their organizations.

Using MSDOS (Paperback): Mini Gulati, Munishwar Gulati Using MSDOS (Paperback)
Mini Gulati, Munishwar Gulati
R382 Discovery Miles 3 820 Ships in 18 - 22 working days
Data Center Virtualization Certification: VCP6.5-DCV Exam Guide - Everything you need to achieve 2V0-622 certification - with... Data Center Virtualization Certification: VCP6.5-DCV Exam Guide - Everything you need to achieve 2V0-622 certification - with exam tips and exercises (Paperback)
Andrea Mauro, Paolo Valsecchi
R1,271 Discovery Miles 12 710 Ships in 18 - 22 working days

Deploy and configure vSphere infrastructure and learn to effectively create and administer vSphere virtual machines Key Features Implement advanced network virtualization techniques Configure and administer vSphere high availability Enhance your data center virtualization skills with practice questions and mock tests Book DescriptionThis exam guide enables you to install, configure, and manage the vSphere 6.5 infrastructure in all its components: vCenter Server, ESXi hosts, and virtual machines, while helping you to prepare for the industry standard certification. This data center book will assist you in automating administration tasks and enhancing your environment's capabilities. You will begin with an introduction to all aspects related to security, networking, and storage in vSphere 6.5. Next, you will learn about resource management and understand how to back up and restore the vSphere 6.5 infrastructure. As you advance, you will also cover troubleshooting, deployment, availability, and virtual machine management. This is followed by two mock tests that will test your knowledge and challenge your understanding of all the topics included in the exam. By the end of this book, you will not only have learned about virtualization and its techniques, but you'll also be prepared to pass the VCP6.5-DCV (2V0-622) exam. What you will learn Deploy and configure vSphere infrastructure Create and administer vSphere virtual machines Optimize, secure, and troubleshoot all vSphere components Implement vSphere HA on a vSAN cluster Understand how to back up and restore your vSphere 6.5 infrastructure Test your understanding of key concepts required through sample questions Who this book is forIf you are interested in achieving Data Center Virtualization certification, this is the book is for you. You will also benefit from this book if you are a system administrator or network engineer. Some prior knowledge of virtualization can assist you in understanding key concepts covered in the book.

DevOps and Site Reliability Engineering (SRE) Handbook - Non-Programmer's Guide (Paperback): Stephen Fleming DevOps and Site Reliability Engineering (SRE) Handbook - Non-Programmer's Guide (Paperback)
Stephen Fleming
R323 Discovery Miles 3 230 Ships in 18 - 22 working days
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
BTEC Nationals Information Technology…
Jenny Phillips, Alan Jarvis, … Paperback R1,018 Discovery Miles 10 180
Genetic Programming and Data Structures…
William B. Langdon Hardcover R4,168 Discovery Miles 41 680
Microsoft Forefront Security…
Jesse Varsalone Paperback R1,129 R878 Discovery Miles 8 780
The Continuing Arms Race - Code-Reuse…
Per Larsen, Ahmad-Reza Sadeghi Hardcover R2,482 Discovery Miles 24 820
How to Cheat at Configuring VmWare ESX…
David Rule Paperback R1,084 R842 Discovery Miles 8 420
Intelligent Systems for Automated…
Raymond Chiong Hardcover R4,585 Discovery Miles 45 850
UC/OS-III - The Real-Time Kernel and the…
Jean J. Labrosse, Freddy Torres Hardcover R1,796 Discovery Miles 17 960
See MIPS Run
Dominic Sweetman Paperback R1,680 Discovery Miles 16 800
The Networknomicon, or SNMP Mastery
Michael W Lucas, Abdul Alhazred Hardcover R1,436 R1,247 Discovery Miles 12 470
Biometric Technologies and Verification…
John Vacca Paperback R1,586 Discovery Miles 15 860

 

Partners