What could be just another sunday, might be a special one. It will be a long day with a flight to Las Vegas with a 4-hour stop in Boston. Hopefully it is worth the travel, but honestly I don’t have a doubt about that. Why GTS? I think it is an amazing event with (almost)…
In the first releases of AHV, the virtual switch was present on the AHV host, but not integrated within the Prism UI. By then, it was quite obscure what the settings on the host were. Nowadays it is really important to maintain identical settings on your host for the bridge br0 en de bond br0-up.…
Terraform is built of several providers. Providers are a logical abstraction of an upstream API. They are responsible for understanding API interactions and exposing resources. On the website of hashicorp, you can find all providers. Just click this link to check for more. On this page, you will notice the well-known public cloud providers, as…
How do we configure Terraform and GCP to create resources in the Google cloud. You can also read this on the site of Hashicorp. Make sure your GCP project is ready! To use terraform on GCP, you have to create a project. This is easily done on the cloud console of GCP. I simply create…
How to update terraform on Ubuntu using CLI… Why updating? ubuntu@terraform:~$ terraform –versionTerraform v1.3.1on linux_arm64 Your version of Terraform is out of date! The latest versionis 1.3.9. You can update by downloading from https://www.terraform.io/downloads.html Downloading and unzipping the update ubuntu@terraform:~$ curl https://releases.hashicorp.com/terraform/1.3.9/terraform_1.3.9_linux_arm64.zip –output terraform_1.3.9_linux_arm64.zip% Total % Received % Xferd Average Speed Time Time Time CurrentDload…
Virtualization is not a new technology. It has been used for decades and I can’t imagine any organization that doesn’t use virtualization nowadays. IT administrators are even using virtualization on their notebook. Popular virtualization tools Tools that are widely used for virtualization on personal systems are VMware Workstation, Oracle Virtualbox, maybe even Hyper-V virtualization. On…