Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Dec 11, 2024Master Ansible Playbooks: Deploy Webpages and Automate Server PatchingWhat are Playbooks and How to Write Them? A playbook is a configuration file where scripts are written. It is a straightforward YAML file that looks like this: Let's consider a simple example to print the date. Create a file named show_date.yml. ...AL2
Aamir Yaqoobaamir47.hashnode.dev·Nov 21, 2024Deploying an OpenShift Lab Environment Using CodeReady Containers (CRC) and HAProxyThis blog will guide you through setting up an OpenShift lab environment using CodeReady Containers (CRC) on a Linux machine. We'll automate the process with a bash script and include user configuration steps. This environment is ideal for developers...30 readsDevops
Muhammad Irfanirfanmustafvi.hashnode.dev·Nov 15, 2024Mastering Filesystem Management in RHEL1. Introduction: Today marks another milestone in my Linux journey as I delved deep into creating, managing, and troubleshooting different filesystem types in Red Hat Enterprise Linux. Let me share some valuable insights that are crucial for enterpri...1 likeTech community
Muhammad Irfanirfanmustafvi.hashnode.dev·Nov 12, 2024Mastering the Linux Command Line: A 10-Day Journey with Red Hat LinuxDiving into the Linux command line has been an exhilarating experience! I took on a challenge to master Red Hat Enterprise Linux (RHEL) through the "Master the Linux Administration and Linux Command Line Skills" course, although it has been both chal...1 likeLinux
Christopher Ortiz Aldanacortizaldana.hashnode.dev·Oct 21, 2024Project Stellar AccessWelcome to Project Stellar Access! In this project we will get familiar with how DHCP, DNS, and FreeIPA works. The following configurations will be done on a Rocky Linux 9.4 machine. DHCP server (192.168.1.2) BIND9 server (192.168.1.3) FreeIPA ser...Open Source
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Oct 17, 2024Install a Kubernetes Cluster on CentOS 9Introduction Hey there, fellow tech enthusiasts! Are you ready to dive into the world of Kubernetes on Red Hat Enterprise Linux 9 or CentOS 9? Strap in, because we’re about to embark on an exciting journey of setting up your very own Kubernetes clust...1 like·56 readsDevOpsDevops
Abang Lazabang.hashnode.dev·Oct 10, 2024Understanding Linux Commands: Beginner to AdvanceStage 1: Beginner Level Introduction to Linux: What is Linux and how it works. Common Linux distributions. Basic Linux Commands: Navigating the filesystem. Managing files and directories. Viewing and editing files. Stage 2: Intermediate ...Linux
Gyuhang Shimplto001.hashnode.dev·Oct 10, 2024Trino (TSF) Installation and ConfigurationUnderstanding the Clear Reasons for Using Trino Since the installation and configuration methods of Trino vary depending on how you use it, it's essential to first clearly understand the reasons for using it. Determine if you need to fetch data from...ZGC
Engr. Animashaun Fisayo Michaelfmanimashaun.hashnode.dev·Oct 3, 2024Mastering WordPress Deployment on AWS: A DevOps Journey with EC2 and LVMIntroduction In today's digital landscape, creating a robust and scalable web presence is crucial for businesses and individuals alike. WordPress, being one of the most popular content management systems, offers a flexible platform for building websi...ebs
Dinesh Kumar Kblog.dineshcloud.in·Oct 3, 2024Understanding SELinux: A Comprehensive GuideWhat is SELinux? Security-Enhanced Linux (SELinux) is a powerful security module integrated into the Linux kernel that provides a robust mechanism for enforcing access control policies. Developed by the National Security Agency (NSA), SELinux enhance...LinuxLinux