Alphanumeric is a description of characters that is both letters and numbers. Typically you will see this term when setting a username on a website or elsewhere- when there is a restriction…
The Terraform taint and untaint commands are important to be aware of if you are a regular user of Terraform. The Terraform Taint command allows you to manually flag a…
The Advanced package tool, commonly known as APT, is a application which allows for the management, installation and removal of software packages on Debian-based Linux distributions such as Ubuntu. Apt…
cURL (Client URL Library) is a command-line tool for transferring data using various network protocols, typically HTTP/s, though it supports many more including ftp, scp and smb. Curl has been around…
It’s a quick and easy process to change a user password on a system using the Linux Operating System. That is, it’s straight forward if you know the commands, which…
The Docker exec command is a very useful command for interacting with your running docker containers. When working with Docker you will likely have the need to access the shell…
The latest versions of PowerCLI work very well on systems that have PowerShell Core installed. This is great as it allows us to work with VMware PowerShell cmdlets from a…
As of Terraform 0.13 you can create dependencies between your Terraform modules easily. Version 0.13 of Terraform has been available since August 2020, and introduced some enhancements to Terrafrom modules…