Petah

Petah

RHSA: Managing Files

RHCSA File System and File Management Mastery This guide consolidates the core concepts of the Linux filesystem hierarchy, file manipulation, permission management, and data processing tools that are fundamental to the RHCSA exam and real-world administration. Part 1: Understanding the…

RHSA: Advanced Command Line Techniques

RHCSA Command-Line Mastery: Efficiency and Data Processing This guide consolidates advanced command-line techniques that are crucial for RHCSA exam success and real-world system administration efficiency. Part 1: Recalling and Reusing Commands 1.1 The history Command Your terminal session maintains a list of…

RHSA Command Line Essentials

RHCSA Foundational Skills: The Complete Primer This guide consolidates core concepts and practical skills required to begin your RHCSA journey, from basic command-line operation to advanced system recovery. Part 1: The Command Line – 1.1 Why the Command Line is…

Introduction to Red Hat Enterprise Linux 

RHCSA Certification Overview Skills Covered in RHCSA RHEL 8 vs RHEL 9 RHCSA RHCSA Career Relevance Open Source Fundamentals Benefits of Open Source Popular Open Source Projects Getting Involved in Open Source What is Linux? Origin of Linux Linux Distributions…

CentOS Stream 10 repo issue

Repo issue encountered while running ‘dnf update -y’ (SSL certificate errors). On CentOS Stream 10, running dnf update -y may fail with SSL or repository errors such as:dnf update -y These errors typically appear when: This KB provides a step-by-step…

Esxi commands

1. missing SDDC Manager Service account on an ESXi host – List accounts: esxcli system account list Create the service account: esxcli system account add –id svc-vcf-esxi_shortname –password ‘{password}’ –password-confirmation ‘{password}’ Add the required permission: esxcli system permission set…

GitOps Tools Comparison: FluxCD vs. ArgoCD vs. Jenkins X

1. Introduction to GitOps What is GitOps? A methodology where Git is the single source of truth for infrastructure and application deployments. Core Principles: Declarative Configuration (YAML manifests stored in Git). Automated Synchronization (changes in Git trigger deployments). Continuous Reconciliation (ensures cluster state matches Git).…

Using GPUs with VMs on vSphere

Using GPUs with Virtual Machines on vSphere 🎯 Purpose of the Article This article introduces the foundational concepts and options for integrating GPU acceleration into VMware vSphere environments, particularly for machine learning (ML) and compute-intensive workloads. As organizations increasingly adopt machine learning (ML), artificial intelligence (AI), and…