Following the idea that ESXi can be updated without vCenter or Update Manager , I upgraded my ESXi from 5.0 to 5.1. As I don’t own a vCenter, I did it using the console and esxcli.Continue reading...
Can’t remember why, but I needed to transfer files from my MacBook using FTP. There is no way to enable FTP from the System Preferences. But you can enable/disable it from the console:
# sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist # netstat -na | grep LISTEN tcp6 0 0 *.21 *.* LISTEN tcp4 0 0 *.21 *.* LISTEN (...) Once enabled, you can log in using the usual user account.
To disable the daemon, simply:Continue reading...
VMware provides a vCenter (Linux) Appliance since vSphere 5. Unfortunately, the one shipping with 5.0 was a bit low on features. I am giving a try on v5.1 and it is far better. Except that SNMP in not enabled…
I’ll keep the quick&dirty directions here. The source link is already quite complete.Continue reading...
Windows Server 2012 is the best Windows Server system ever released… Yada yada yeepee teepee hey! Nevertheless, things have changed ; quite a few. And here’s a summary of what I keep in mind regarding Edition and Licensing.Continue reading...
I had to install an HP HDX18 laptop for a friend. It ships with Vista and two internal disks. The challenge was to get rid of Vista, install Windows 7 on it, keep system and programs on the first disk and user’s documents on the other disk.
I found a really nice tutorial on some Win7 forum that explains how to do it. This will just sums up the directions to achieve it but one really should read the whole document.Continue reading...