Archive for the ‘Things I Like’ Category
VMware Acronyms
So I’ve been working with VMware quite a bit for the past few years and I just learned what the “ESX” in VMware ESX stands for:
- ESX = Elastic Sky X
- GSX = Ground Storm X (VMware GSX was the predecessor to VMware server, their host-based server virtualization product)
So the next time somebody talks about “Enterprise” or “Groupware”, you’ll know that info is incorrect.
Another cool acronym: TWAIN = Technology Without An Interesting Name
Posted under Computer Stuff, Things I Like, VMwareHow to convert a .dmg file to a .iso file
As always, googling found the answer to my problem, and to save myself having to look for it again, I figured I’d document it here.
Open a terminal window and:
hdiutil convert /path/to/mac_image_file.dmg -format UDTO -o /path/to/standard_image.iso
Posted under Computer Stuff, Things I LikeHow to use a Netgear WGR614 wireless router as a bridge
The short answer, don’t plug your uplink into the internet slot, instead plug it into one of the four internal ports. This page on Netgear’s web site does a so-so job explaining, but the diagram is pretty good.
Before you do this, make sure you’ve configured the LAN IP of your WGR614 to be a member of your IP network, preferably with a Static IP rather than as a DHCP client, so you can find the device later should you want to admin its setup. Technically though, that’s not really necessary as a network bridge will simply pass the traffic regardless if it is addressable or not! This can make your Access Point very secure by only being addressable on another logical IP network (although security through obscurity is probably not the only thing you should rely on). Also, don’t forget to deactivate the built-in DHCP server, unless you actually want to use it in which case make sure your DHCP scope is consistent with your existing network and doesn’t overlap with the scopes of other DHCP servers… but if you’ve read this far and know what I’m talking about, you probably knew that. We can simply ignore the WAN setup since it’s not at all used.
If you’re at all curious why I did this, here’s the full story…
Posted under Computer Stuff, Information Security, Things I LikeThe Vendor / Client relationship
Thanks to Mike Laverick at RTFM Education for this one.
…ahhh the joys of freelancing
