If you are running Kali Linux on VMware Workstation or on a ESXi host you should ensure that the VMtools package is installed and working correctly. Having the vmtools package…
For Terraform 0.12 and later, you can use the join() function, to allow you to join or concatenate strings in your Terraform plans. The terraform join function has two inputs, the separator…
First of all, what are Git tags? Tags are labels or ref’s that point to specific points in your Git history. They are generally used to mark or highlight a…
This is a quick article to share a couple of ways in which you can quickly find and create .gitignore files for which ever technology or language you are working…
Knowing how to transfer files securely between Linux hosts is a useful skill to have if you are regularly working with Linux servers. You may just need to transfer a…
Sometimes it’s nice to be able to change the text, or foreground, color when working with shell scripts or the Linux command line. This is a useful trick as it…
This short article will should you a number of ways in which you can list the version of PowerShell installed on your loca system and on remote hosts. How to…
In this article we will take a look at how to deploy a Kubernetes cluster on Ubuntu 18.04 using Ansible Playbooks. I have found Ansible to be a fantastic tool…