0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R500 - R1,000 (5)
  • R1,000 - R2,500 (2)
  • -
Status
Brand

Showing 1 - 7 of 7 matches in All Departments

Red Hat Certified Engineer (RHCE) Study Guide - Ansible Automation for the Red Hat Enterprise Linux 8 Exam (EX294) (Paperback,... Red Hat Certified Engineer (RHCE) Study Guide - Ansible Automation for the Red Hat Enterprise Linux 8 Exam (EX294) (Paperback, 1st ed.)
Andrew Mallett
R1,073 R869 Discovery Miles 8 690 Save R204 (19%) Ships in 10 - 15 working days

Study the material in this book to prepare for the RHCE exam EX294 and to learn how using Ansible within your own environment improves system administration productivity.This book covers all of the objectives of the exam and extends further, ensuring that you know how to use Ansible to manage Linux. The book uses CentOS, a Red Hat-based distribution, and Ubuntu instead of using a single Red Hat distribution. By using the two distributions, you will understand the power of Ansible and how easily you can deal with multiple platforms, which is crucial for your understanding of Ansible in the real world. The book assumes no previous knowledge of Ansible but some knowledge of Linux system administration from the command line. You will learn how to manage Linux systems that are installed with different distributions, including CentOS Enterprise Linux 8 and Ubuntu 18.04. You will be able to manage these systems using ad hoc commands from the command line as well as creating Ansible playbooks that can be replayed reliably many times. To save on the code that you have to create, you will learn how to use Ansible Galaxy to search for and download roles and collections that are pre-written to manage elements of your Linux installations. By the end of this book, you will be able to write efficient and effective YAML playbooks to manage your entire estate. What You Will Learn Prepare systems so that password-less access can be used with Ansible remotely Use ad hoc commands to quickly configure systems Use and format YAML files correctly Create playbooks that grow in their complexity as your experience develops Ensure that services are restarted on configuration changes Who This Book Is For Those who want to prepare for the RHCE exam EX294 and readers who want to learn how to use Ansible to improve the productivity of their system administration. This book will help you prepare yourself for the exam as well as your real-life administration needs.

Salt Open - Automating Your Enterprise and Your Network (Paperback, 1st ed.): Andrew Mallett Salt Open - Automating Your Enterprise and Your Network (Paperback, 1st ed.)
Andrew Mallett
R1,278 R1,016 Discovery Miles 10 160 Save R262 (21%) Ships in 10 - 15 working days

There is a rapid growth of automation in server rooms and data centers. The days of having many administrators running around busily configuring and maintaining servers are gone and have been replaced with droves of Salt-Minions; agents beavering away on the target nodes ensuring the configuration is as specified. This book covers Salt Open (also known as SaltStack Open) from the ground up and shows you how to work with two Linux distributions. You'll see how Salt Open is duplicated with ArubaOS and IOS networking devices, which can be configured without the underlying OS. As you step through the configuration options, you'll learn how to run remote execution modules from the CLI before looking at stateful configuration using SLS files. Moving on, you'll learn how to configure the systems where you also need to monitor your devices and that is when reactors and beacons come into play. Creating beacons to alert the server when thresholds are exceeded, you will be able to create reactors to mitigate the issues identified by the beacons. By the end of this book, you will be able to deploy Salt to your servers and network infrastructure. You will be able to install the Salt-Master and Salt-Minion, executing commands from both the Master and the Minion. The networking devices you need to manage will be controlled through the Salt_Proxy Minions that you have configured. Finally, you will be able to load-balance connections to the master with Salt-Syndic. What You'll Learn Install Salt Services on Ubuntu and CentOS based systems Work with remote execution modules Format YAML files correctly Provide defined configuration using state files Use Salt-Proxy to configure network devices Automate the configuration of Linux servers and networking devices Add value for both the server and network automation team Who This Book Is For System administrators experienced in Linux administration, who desire to expand their horizons into the world of automation, moving from scripts to states.

Mastering Linux Shell Scripting, - A practical guide to Linux command-line, Bash scripting, and Shell programming, 2nd Edition... Mastering Linux Shell Scripting, - A practical guide to Linux command-line, Bash scripting, and Shell programming, 2nd Edition (Paperback, 2nd Revised edition)
Mokhtar Ebrahim, Andrew Mallett
R993 Discovery Miles 9 930 Ships in 10 - 15 working days

Master the complexities of Bash shell scripting and unlock the power of shell for your enterprise Key Features Identify high-level steps such as verifying user input Using the command line and conditional statements in creating/executing simple shell scripts Create and edit dynamic shell scripts to manage complex and repetitive tasks Leverage the command-line to bypass GUI and automate common tasks Book DescriptionIn this book, you'll discover everything you need to know to master shell scripting and make informed choices about the elements you employ. Grab your favorite editor and start writing your best Bash scripts step by step. Get to grips with the fundamentals of creating and running a script in normal mode, and in debug mode. Learn about various conditional statements' code snippets, and realize the power of repetition and loops in your shell script. You will also learn to write complex shell scripts. This book will also deep dive into file system administration, directories, and system administration like networking, process management, user authentications, and package installation and regular expressions. Towards the end of the book, you will learn how to use Python as a BASH Scripting alternative. By the end of this book, you will know shell scripts at the snap of your fingers and will be able to automate and communicate with your system with keyboard expressions. What you will learn Make, execute, and debug your first Bash script Create interactive scripts that prompt for user input Foster menu structures for operators with little command-line experience Develop scripts that dynamically edit web configuration files to produce a new virtual host Write scripts that use AWK to search and reports on log files Draft effective scripts using functions as building blocks, reducing maintenance and build time Make informed choices by comparing different script languages such as Python with BASH Who this book is forIf you are a Linux administrator or a system administrator and are interested in automating tasks in your daily lives, saving time and effort, this book is for you. Basic shell scripting and command-line experience will be required. Familiarity with the tasks you need to automate will be helpful.

Mastering Linux Shell Scripting (Paperback): Andrew Mallett Mastering Linux Shell Scripting (Paperback)
Andrew Mallett
R967 Discovery Miles 9 670 Ships in 10 - 15 working days

Master the complexities of Bash shell scripting and unlock the power of shell for your enterprise About This Book * Identify the high level steps such as verifying user input, using command lines and conditional statements in creating and executing simple shell scripts * Create and edit dynamic shell scripts to manage complex and repetitive tasks * Learn about scripting in Perl and programming in Python as a BASH scripting alternative with this practical, step-by-step guide Who This Book Is For Mastering Linux Shell Scripting has been written for Linux administrators who want to automate tasks in their daily lives, saving time and effort. You'll need to have command-line experience and be familiar with the tasks that you need to automate. What You Will Learn * Use the type command to identify the order of command evaluation * Create interactive scripts that prompt for user input * Foster menu structures for operators with little command-line experience * Develop scripts that dynamically edit web configuration files to produce a new virtual host * Write scripts that use AWK to search and reports on log files * Draft effective scripts using functions as building blocks, reducing maintenance and build time * Make informed choices by comparing different script languages such as Perl and Python with BASH In Detail Shell scripting is a quick method to prototype a complex application or a problem by automating tasks when working on Linux-based systems. Using both simple one-line commands and command sequences complex problems can be solved with ease, from text processing to backing up sysadmin tools. In this book, you'll discover everything you need to know to master shell scripting and make informed choices about the elements you employ. Get to grips with the fundamentals of creating and running a script in normal mode, and in debug mode. Learn about various conditional statements' code snippets, and realize the power of repetition and loops in your shell script. Implement functions and edit files using the Stream Editor, script in Perl, program in Python - as well as complete coverage of other scripting languages to ensure you can choose the best tool for your project. Style and approach The book will capture your attention and keep you engaged with the simplicity and clarity of each explanation. Every step is accompanied with screen captures so you can cross-check the results before moving on.

CentOS System Administration Essentials (Paperback): Andrew Mallett CentOS System Administration Essentials (Paperback)
Andrew Mallett
R746 Discovery Miles 7 460 Ships in 10 - 15 working days

If you are a Linux administrator who is looking to gain knowledge that differentiates yourself from the crowd, then this is the book for you. Beginners who have a keen interest to learn more about Linux administration will also progress quickly with this resourceful learning guide.

Learning RHEL Networking (Paperback): Andrew Mallett Learning RHEL Networking (Paperback)
Andrew Mallett
R1,308 Discovery Miles 13 080 Ships in 10 - 15 working days

0

Instant Citrix XenApp (Paperback): Andrew Mallett Instant Citrix XenApp (Paperback)
Andrew Mallett
R739 Discovery Miles 7 390 Ships in 10 - 15 working days

Get to grips with a new technology, understand what it is and what it can do for you, and then get to work with the most important features and tasks. This book is a great tool to quickly learn and explore the features offered by XenApp 6.5.Windows system administrators who want a quick lesson on how to install and configure XenApp.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Dr. Brown's Advantage Pacifier - Stage 2…
R211 R89 Discovery Miles 890
Create Your Own Candles
Hinkler Pty Ltd Kit R199 R156 Discovery Miles 1 560
Efekto Eco Rat - Rodenticide (7 x 20g…
R139 R110 Discovery Miles 1 100
Lucky Define - Plastic 3 Head…
R390 Discovery Miles 3 900
Ambulance
Jake Gyllenhaal, Yahya Abdul-Mateen II, … DVD  (1)
R93 Discovery Miles 930
Mission Impossible 7 - Dead Reckoning…
Tom Cruise Blu-ray disc R571 Discovery Miles 5 710
Peptine Pro Canine/Feline Hydrolysed…
R369 R259 Discovery Miles 2 590
Joseph Joseph Index Mini (Graphite)
R642 Discovery Miles 6 420
JBL Flip 6 Bluetooth Portable Speaker…
R2,899 R2,499 Discovery Miles 24 990
Baby Dove Soap Bar Rich Moisture 75g
R20 Discovery Miles 200

 

Partners