DevOps
-
Install Terraform DevOps Beginners Guide
Terraform is a DevOps tool that everyone needs to know since it is one of the most popular ones in use today with organizations. Let’s see how to install it and get up and running so you can start getting…
-
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 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 from the Command Line
Let’s see how we can use the command line, including command prompt commands and PowerShell to kill processes. Table of contentsTask Manager may not be the best toolTasklist and TaskkillKilling a Process Using its Name (Image Name)Killing a Process Using…
-
Terragrunt vs Terraform: Battle of DevOps tools
Terraform is arguably one of the top tools used by DevOps professionals. However, there is another tool you may not have heard about called Terragrunt. What is Terragrunt? What about Terragrunt vs Terraform? Are they competing solutions? Table of contentsWhat…
-
Ansible vs Terraform: Best DevOps tool?
Ansible and Terraform are excellent DevOps tools that can provide many automation benefits in enterprise and cloud environments. However, I would say that each has its strengths in configuring and provisioning infrastructure. Look at Ansible vs Terraform and see which…
-
Terraform Import Existing Resource: Ultimate Guide
One of the commands in the Terraform command set is the terraform import command. It allows the import of existing resources. There are some challenges with the legacy terraform import command. With with the release of Terraform 1.5, Hashicorp has…
-
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: Run PowerShell Remote Commands
Enter-PSsession is an important PowerShell cmdlet that allows admins to create connections to remote computers or servers and is a great way to administer these remotely. Let’s get a good overview of Enter-PSsession and see how you can use it.…