DevOps

  • Devops guide install terraform

    Install Terraform DevOps Beginners Guide

    Getting started with DevOps is a great way to introduce yourself to the more modern way of controlling infrastructure as code with tools that treat building infrastructure by its definition in infrastructure code. In this way, you can provision infrastructure…

  • Gitlab ci cd pipeline for home lab

    GitLab CI CD Pipelines for Home Lab: A Step-by-Step Guide

    If you are like me, for years, you have used scheduled tasks in the home lab and production to accomplish various tasks. However, delving into the world of CI CD opens many opportunities to learn how to use this instead…

  • Top 10 devops containers

    Top 10 DevOps Containers in 2023

    If you want to learn more about DevOps and building an effective DevOps stack, several containerized solutions are commonly found in production DevOps stacks. I have been working on a deployment in my home lab of DevOps containers that allows…

  • Powershell kill a process quickly

    PowerShell Kill a Process from the Command Line

    Killing processes in Windows has long been the easiest way to deal with unresponsive programs that won’t close using the usual means by clicking the “X” in the top right-hand corner. Generally speaking, using the Windows Task Manager is the…

  • Terragrunt vs Terraform

    Terragrunt vs Terraform: Battle of DevOps tools

    Infrastructure as Code (IaC) has become widely adopted by many, including in production environments, development labs, and by home lab enthusiasts to deploy infrastructure. Terraform is arguably one of the top tools used by DevOps professionals. However, there is another…

  • Ansible vs Terraform Best DevOps tool

    Ansible vs Terraform: Best DevOps tool?

    Ansible and Terraform are excellent DevOps tools that can provide many automation benefits in enterprise and cloud environments. Both of them have capabilities that can overlap with each other. However, I would say that each has its strengths in configuring…

  • Ansible Copy Module automated file copies

    Ansible Copy: Automated file copy module

    There is no doubt that Ansible is an excellent tool in the home lab, production, and any other environment you want to automate. It provides configuration management capabilities, and the learning curve isn’t too steep. There is a module, in…

  • Terraform Import Existing Resource

    Terraform Import Existing Resource: Ultimate Guide

    Infrastructure as code (IaC) has become a standard for managing complex IT infrastructures. Terraform, a key player in the IaC sphere, is quite familiar to DevOps engineers and developers alike. One of the essential commands within the Terraform toolset is…

  • PowerShell Get Registry

    PowerShell Get Registry Value

    The Windows Registry and registry editor have long been tools Windows admins have used to resolve issues, apply settings, etc. However, PowerShell makes automating registry changes or programmatically getting registry keys and their values very easy. PowerShell can interact with…

  • Enter PSSession Running PowerShell Remote Commands

    Enter-PSsession: Run PowerShell Remote Commands

    Windows PowerShell has switched up the Windows Server game. Think of PowerShell remoting like a remote control, reaching out to run commands on a distant computer. At the center of this sits Enter-PSSession, a key player that sets up a…