وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Red Hat Certified Engineer (RHCE) EX294 Exam Advanced Linux

سرفصل های دوره

Advanced Linux Administration: Preparing for the RHCE EX294 Exam in 100 lessons


1 - Introduction
  • 1 - Introduction

  • 2 - Install and configure an Ansible control node
  • 2 - Ansible terminology ansible vs ansiblecore packages
  • 3 - How to install Ansible in RedHat Enterprise Linux RHEL 92 Ansible install
  • 4 - Register a system with Red Hat SubscriptionManager Ansible module redhatsubs
  • 5 - How to install Ansible with PIP

  • 3 - Understand core components of Ansible
  • 6 - Ansible AdHoc command ansible command
  • 7 - Ansible terminology What is an Ansible Playbook
  • 8 - Ansible terminologyansiblehostname vs inventoryhostname
  • 9 - Test host availability Ansible module ping
  • 10 - Ansible Dynamic Inventory For VMware Ansible vmwarevminventory
  • 11 - Ansible modules command vs shell
  • 12 - Print a textvariable during execution Ansible module debug
  • 13 - Break a string over multiple lines Ansible Literal and Folded Block Operator
  • 14 - Ansible Playbook Dry Run check and diff mode
  • 15 - Filter A List By Its Attributes Ansible selectattr filter
  • 16 - Ansible Magic Variables Ansible Tip and Tricks
  • 17 - Current ansibleplaybook Path playbookdir Magic Variable
  • 18 - Ignore Ansible SSH Host Key Checking Ansible configuration
  • 19 - Run Immediately an Ansible Handler Ansible Playbook
  • 20 - Two Ways to Run Multiple Ansible Handlers Ansible Playbook
  • 21 - Using Date Time and Timestamp in Ansible Playbook Ansible Tip and Tricks
  • 22 - Leveraging Ansible Callback Plugins for Enhanced Performance

  • 4 - Use roles and Ansible Content Collections
  • 23 - How to Download and Use Ansible Galaxy Roles ansiblegalaxy and requirements
  • 24 - Ansible collections ansiblebuiltin vs ansiblelegacy
  • 25 - Ansible troubleshooting the role not found error
  • 26 - Download and Use Ansible Galaxy Collection ansiblegalaxy and requirementsyml
  • 27 - Build Run an Ansible Execution Environment ansiblebuilder ansiblerunner
  • 28 - Ansible terminology What is an Ansible Vault

  • 5 - Configure Ansible managed nodes
  • 29 - Configure a Windows Host for Ansible ansible winrm
  • 30 - How to Pass Variables to Ansible Playbook in the command line Ansible extra
  • 31 - An InDepth Guide to ansibleconfig Managing Ansible Configuration

  • 6 - Run playbooks with Automation content navigator
  • 32 - Three options to Safely Limit Ansible Playbooks Execution to a Single Machine
  • 33 - How to Run Only One Task in Ansible Playbook Ansible tags statement

  • 7 - Create Ansible plays and playbooks
  • 34 - Install a package in RedHat like systems Ansible module yum
  • 35 - Deploy a web server apache httpd on RedHatlike systems Ansible modules yum c
  • 36 - Rolling Update RedHat like systems Ansible module yum
  • 37 - Open firewall ports in RedHat like systems Ansible module firewalld
  • 38 - Install PostgreSQL in RedHatlike systems Ansible modules yum stat shell se
  • 39 - Install PostgreSQL in Debianlike systems Ansible modules apt stat shell se
  • 40 - Load and Unload Kernel Modules in Linux Ansible module modprobe
  • 41 - Install Google Chrome in RedHatlike systems Ansible module rpmkey yumrepos
  • 42 - NFS Server Export an NFS Share in RedHatlike systemssix Ansible modules
  • 43 - Deploy a proxy server squid on RedHatlike systems Ansible modules yum templa
  • 44 - Deploy a web server apache httpd virtual host on RedHatlike systemsAnsible

  • 8 - Automate standard RHCSA tasks using Ansible modules
  • 45 - Create an empty file Ansible module file
  • 46 - Create a text file Ansible module copy
  • 47 - Check if a file exists Ansible module stat
  • 48 - Create a directory Ansible module file
  • 49 - Check if a directory exists Ansible module stat
  • 50 - Rename file or directory Ansible module copy and file
  • 51 - Change file permission Ansible module file
  • 52 - Add Execute Permission 755 on Linux file Ansible module file
  • 53 - Delete file or directory Ansible module file
  • 54 - Create a symbolic link also symlink or soft link in Linux Ansible module file
  • 55 - Create a hard link in Linux Ansible module file
  • 56 - Download a file Ansible module geturl
  • 57 - Extract an archive Ansible module unarchive
  • 58 - Mount a Windows share in Linux SMBCIFS Ansible module mount
  • 59 - Mount an NFS share in Linux Ansible module mount
  • 60 - Concatenate multiple files in a specific order Ansible module template and YAM
  • 61 - Backup With Rsync Local to Remote Ansible module synchronize
  • 62 - Find All Files with Extension Ansible module find
  • 63 - Search for a String in a File Ansible module lineinfile
  • 64 - How to Delete Only Files Inside a Directory Ansible module find
  • 65 - Create ISO image from Files and Folders Ansible module isocreate
  • 66 - Create a New LVM Partition Ansible module parted
  • 67 - Set the SELinux Policy States and Modes on Linux Ansible module selinux
  • 68 - Enable or Disable Permissive Domain in SELinux policy on Linux Ansible module
  • 69 - Enable or Disable SELinux Boolean on Linux Ansible module seboolean
  • 70 - Run a Python Script on Remote Machines Ansible module script
  • 71 - Create a user account Ansible module user
  • 72 - Remove user account Ansible module user
  • 73 - Change user password Ansible module user
  • 74 - Disable user account Ansible module user
  • 75 - Enable user account Ansible module user
  • 76 - User password expiration Ansible module user
  • 77 - Create a group in Linux Ansible module group
  • 78 - Delete a group Ansible module group
  • 79 - Add a User to a Second Group on Linux Ansible module user
  • 80 - Change the User Primary Group on Linux Ansible module user

  • 9 - Ansible Automation Platform
  • 81 - Installer Download Online vs Bundle
  • 82 - Single Node Installation on x86 architecture
  • 83 - Single Node Installation on ARM architecture
  • 84 - EventDriven Ansible Controller Installation
  • 85 - Kubernetes installation via Red Hat Ansible OpenShift Platform Operator OCP
  • 86 - Automation Hub Installation
  • 87 - Containerized Ansible Automation Platform
  • 88 - Backup Ansible Automation Platform
  • 89 - Restore Ansible Automation Platform
  • 90 - Integrate Private Automation Hub with Automation Controller
  • 91 - Integrate Splunk with Ansible Automation Controller Enhancing Monitoring
  • 92 - Integrate Automation Controller Prometheus and Grafana to Elevate IT Monitor
  • 93 - Profiling Troubleshooting and Optimizing Resources Ansible Automation Platform
  • 94 - Executing Custom Lookup Plugins in the Ansible Automation Platform

  • 10 - Manage content
  • 95 - How to install ansiblelint in macOS
  • 96 - Streamline Your Ansible Development with AutoFixing of FCQN Rule Violations usi
  • 97 - Creating a Custom Ansible Lookup Plugin in Python for retrieving API token
  • 98 - Creating a Custom Ansible Lookup Plugin in Python for Reading a File
  • 99 - Crafting and Publishing Your Custom Ansible Collection on Automation Hub

  • 11 - Thank You
  • 100 - Thank You
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 27746
    حجم: 7715 مگابایت
    مدت زمان: 958 دقیقه
    تاریخ انتشار: 28 آذر 1402
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید