As a system administrator, you are likely monitoring the disk space on your Linux system all the time, to ensure you can keep on top of any disk capacity issues.…
I’ve had cause to look for the VMware Tools download a couple of times recently, so thought a quick post was in order to cover where you can download all…
I wrote a post recently about upgrading a VCSA to version 6.7 – this article will look at the next step, which is how to upgrade ESXi 6.5 to ESXi…
When working with Docker, and for the docker dca exam, it is important to understand the types of docker storage driver available and how they are used. What are Docker…
Python can be used to perform actions on a file system, for example you can rename a file in Python, copy a file or delete a file and so on.…
I recently needed to convert OVA to OVF, as I was having problems deploying a virtual appliance from the OVA it was packaged as. I kept receiving an Operation Timed…
We’re familiar with the DCUI on a VMWare ESXi host (for those who aren’t its the Black and Yellow console you use for initially configuring your ESXi host, amongst other…
You can import Azure Automation runbooks using PowerShell very easily. This saves some effort in the Azure Portal if you have a lot of runbooks you wish to import. I’ve…
Scheduling Azure Automation runbooks using the Azure Portal can be time consuming, and more than a little tedious! In this article I will show you how you can create your…
This is a short article on how to use parameters in Azure Automation PowerShell runbooks. I recently wrote about how to create a simple PowerShell Azure Automation runbook. This article…