Contact our friendly team to get started.

All HowTo's

Sudo is Mean

If you are tired of the normal error messages that come from typing your password wrong when you sudo then why not have it insult you instead, great idea. echo “Defaults insults” >> /etc/sudoers Why, Because why not?

Read more
All HowTo's Virtualization

Extend a KVM Disk

A simple one liner to extend the disk of a virtual machine running in KVM. qemu-img resize vmdisk.img +10G The disk will be extended by 10GB, it may take a reboot of the guest machine to pickup the change and you will also need to extend your partitions inside of

Read more
Virtualization

No Space on RAM Disk

Ran into an issue lately with a VMware cluster that would not play nice when scanned with the update manager in Vcenter. The error that it was returning was something along the lines of “Not enough space on RAM disk”. Turns out someone had configured the logging incorrectly and the

Read more
Virtualization

Error Adding Storage to ESX Host

If you have spent any time configuring VMware ESX you would probably have encountered the dreaded “Hard Disk is Blank” error when trying to add storage to your host. This error is more likely to occur when you are reusing a hard disk or if you are writing over existing

Read more