Zenity IT Asset Request Tool – The Ultimate Linux Automation (2025)
Automating IT Asset Requests Using Bash, Zenity, and Python I built this tool to Zenity make it easier for people to request IT gear without sending … Continuous Reading →
Automating IT Asset Requests Using Bash, Zenity, and Python I built this tool to Zenity make it easier for people to request IT gear without sending … Continuous Reading →
Shell Script to Detect Missing Mount Points on Linux Mount points are critical for ensuring proper access to filesystems in any Linux environment. Whether you’re working … Continuous Reading →
Understanding Containers and Virtualization Today, many companies use two popular technologies to run applications: virtualization and Containers. Both allow you to run multiple applications on a … Continuous Reading →
Migrated MySQL from EC2 System to Docker with Data and Volume Storage Migrated a working MySQL setup (installed directly on an EC2 server) into a Docker … Continuous Reading →
Beginner’s Guide to Kubernetes Services: ClusterIP, NodePort, LoadBalancer Kubernetes is a tool to run and manage apps in containers.To connect apps inside and outside the cluster, … Continuous Reading →
3-Tier Web Application with Docker on AWS EC2 and terraform Overview: Now we are building a 3-Tier Web Application using Docker on a single EC2 instance (t3.micro) within the … Continuous Reading →
Flask + MySQL Docker Project Deploy on EC2 with Terraform This is a 2-tier application Flask MySQL Docker Project architecture using Docker, Terraform, Git, and GitHub, … Continuous Reading →
To Build Reusable Terraform Modules to Launch EC2 Instances on AWS Introduction: Terraform project in which I developed reusable modules to start AWS EC2 instances. This … Continuous Reading →
Automating AWS VPC and EC2 Deployment with Terraform Introduction : Terraform is an advanced Infrastructure as Code (IaC) tool that allows efficient cloud resource AWS VPC … Continuous Reading →
Setting Up AWS VPC Manually: A Step-by-Step Guide Objective: The fundamentals of AWS VPC, or AWS Virtual Private Cloud (VPC), are through manual creation and configuration. … Continuous Reading →