2012
I installed the VMware vSphere 5 Client in French on my Windows 7 virtual machine. Since I wanted to take screenshots, I had to start it in English. Even when not installed in English, you can still run the English version.Continue reading...
Since I upgraded my iPhone to iOS 6, I get weird issues with the SOGo Calendar. Looking at the ChangeLog, it seems it’s time to upgrade. Here are the (really simple) directions to upgrade from SOGo 1.3.14 to 2.0.2 on Debian 6.0.2 (aka Squeeze).Continue reading...
It is possible to run Windows Server 2012 Hyper-V inside a VMware ESXi 5.1, free edition. Using a “nested” hypervisor is not straight forward. Still it is quite simple.Continue reading...
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...