Posts

Showing posts with the label Configuration

NGINX Directory Browse Configuration on Windows

Image
NGINX is a great web engine and very easy to get started with. In case you need to share files or make them available trough a web interface, all you need to do this, download the latest version of nginx and run it! It's that simple... For a particular case, I needed to make some folders on my windows machine available so I could share these folder structures on the network (usually I use SMB shares with specific permissions but this was a particular case, don't ask why :) ) The Nginx configuration sits in the "conf" folder when

Get-VMHostFirmware Internal Error - Can't Backup Hypervisor Configuration

If you're getting an internal error while trying to run the Get-VMHostFirmware command with vSphere PowerCli, chances are the problem comes from a corrupt scratch directory on the hypervisor. The Get-VMHostFirmware command is one of my favorites if I'm doing any maintenance on the hosts. It saved me hours of configuration multiple times... Very handy! But recently, I needed to run the command on one of my hosts and I was getting an internal error! Nothing more... Even after a reboot and trying all the other methods of configuration backup mentioned here, still no luck!