Archive
Author: Richard Bailey
-

Bash CLI Terminal Tips and Tricks: Practical Guide
In the Bash shell, there are several useful CTRL commands that can help you navigate and manage your command line environment. Here are some of the most common… Read the guide
-

How to Update Steampipe: Step-by-Step Guide
Steampipe, from Turbot, has rapidly gained recognition as an exceptional SQL-based query tool that facilitates seamless interactions with multiple cloud providers. Its versatility and robustness make it an… Read the guide
-

Linux One-Liners: Useful Commands and Tips
Here is a collection of super useful bash one-liners that resolve a hole world of issues you may encounter as a linux admin. Bash one liners are a… Read the guide
-

How to Take an EC2 Snapshot in AWS
Reliable data management in AWS starts with a clear understanding of EBS snapshots. Whether you are running a single web server or a distributed database, losing data is… Read the guide
-

Terraform Q&A: Common Questions Answered for Beginners
A practical Terraform Q&A covering HCP Terraform, AWS VPCs, providers, state, modules, Terraform vs Ansible, CloudFormation, OpenTofu, and modern installation guidance. Read the guide
-

How to Configure Terraform Remote State with S3
If you need the full overview of Terraform state, start with Terraform State Explained: Remote State, Locking, Backends and Best Practices. This page is narrower: it focuses on… Read the guide
-

How to Structure Your Terraform Code: Step-by-Step Guide
This guide walks you through how to structure your terraform code, with the practical steps that matter and the bits most likely to catch you out along the… Read the guide
-

Top 3 Terraform Best Practices
Terraform is an open-source infrastructure as a code tool created by HashiCorp. Terraform can manage your AWS, Azure, and Google Cloud resources. In addition, terraform can create, manage,… Read the guide
-

Change or Reset the Root Password in RHEL
Change or reset the root password in RHEL, Rocky, AlmaLinux, and CentOS using sudo passwd, GRUB rd.break recovery, and SELinux relabel steps. Read the guide
-

What’s so hard about Terraform?
If you’re reading this, it’s likely because you’re interested in learning more about Terraform. Terraform is a powerful tool to help you manage your infrastructure more efficiently. In… Read the guide
