/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

techbrainblog.com
| | www.vhersey.com
6.1 parsecs away

Travel
| | This post covers Section 3, Configure and Administer Advanced vSphere Storage, Objective 3.2, Configure Software-defined Storage, of the VCP6-DCV Delta Beta Exam.
| | williamlam.com
4.1 parsecs away

Travel
| | I had a customer that recently reached out asking how they could easily audit their entire ESXi infrastructure to determine which hosts was still booting using the legacy BIOS firmware, which has b...
| | rvdnieuwendijk.com
1.8 parsecs away

Travel
| | In "Virtual machine failed to power on" Monique Vanmeulebrouk describes a problem where in one stage she needed to find an ESX server that has a certain MAC address. Of course you can log in to all your ESX servers and issue the "ifconfig | grep -i hw" command as described in the VMware Knowledge...
| | ericlathrop.com
21.1 parsecs away

Travel
| I often need to view a bunch of static HTML files in my browser locally, and I often need to open them with http:// rather than file:// URLs so related CSS or JavaScript files load correctly. Luckily, Python provides a simple web server, and most Linux distros include Python.