Mar 1 · 4 min read · In this guide, we'll install Rocky Linux on VMware Workstation Pro to use it in a DevOps home lab environment. What is Rocky Linux, and why is it in this series? Rocky Linux is a community-driven ente
Join discussionJun 29, 2025 · 4 min read · Whether you're a DevOps beginner or a curious developer diving into APIs and backend services, this guide is your anvil and hammer. We'll shape a simple Node.js REST API and deploy it on Rocky Linux, a robust Red Hat-based distro, and even go a step ...
Join discussion
May 19, 2025 · 3 min read · Are you a beginner looking to level up your DevOps and cloud skills by deploying a Node.js app in Docker on an AWS EC2 instance — but using only vi editor and no SSH key pair? This hands-on tutorial walks you through everything from launching your EC...
Join discussion
Oct 2, 2024 · 2 min read · xen-netfront, xen-blkfront cause issues during compilation (they are missing) so if the contents of the file /etc/dracut.conf.d/xen.conf is add_drivers+=" xen-netfront xen-blkfront " remove it: sudo rm /etc/dracut.conf.d/xen.conf sudo dnf update -y P...
Join discussionJul 12, 2024 · 3 min read · AlmaLinux vs. Rocky Linux: A Thorough Analysis As the enterprise Linux landscape continues to evolve, AlmaLinux and Rocky Linux have become significant contenders. These community-driven projects provide a free, open-source alternative to CentOS foll...
Join discussion
Jan 18, 2024 · 3 min read · Pre-Setup: I am assuming that you have Configured the yum client and EPEL repository on the machine. Hostname Proper Network Internet connection for package installation Install Apache Web Server httpd packages for the web-server # yum ins...
Join discussion
Aug 31, 2023 · 3 min read · The vibrant open-source landscape is teeming with innovation, community-driven initiatives, and a passion for creating robust and sustainable software solutions. It's a realm where collaboration is key, and where projects converge and diverge, someti...
Join discussion
Jun 28, 2023 · 4 min read · Red Hat has recently announced that it will be limiting public access to Red Hat Enterprise Linux (RHEL) source code to CentOS Stream. moreThis move will make CentOS Stream the sole repository for public RHEL-related source code releases, according t...
Join discussion
Mar 24, 2023 · 2 min read · Create Proxmox Template (Rocky 8) Prepare Proxmox node for Template creation process Update/Upgrade all packages. And install libguestfs-tools package sudo apt update sudo apt upgrade -y sudo apt install libguestfs-tools -y Add current user to kvm g...
Join discussion