Monthly Archives: November 2010

VMtools @ Mandriva 2010.1

urpmi gcc kernel-devel mount vmtools cd unpack tar.gz to /tmp enter /tmp as root execute /tmp/vmware-tools/vmtools-install.pl no – no – no – no

Posted in Uncategorized | Leave a comment

vConverter esx kernel panic

So I’ve had to migrate a couple of machines from physical Linux hosts, to VMware powered guests. Pretty straight forward, no? Kinda – the conversion itself; getting the machine configured and the data from the disks pushed into the image … Continue reading

Posted in esx, linux, vmware | Leave a comment

oneliner for clearing your outlook image cache

FOR /F %B IN (‘DIR/B “%USERPROFILE%\AppData\Local\Microsoft\Windows\Temporary Internet Files\OLK*”‘) DO DEL/S/F/Q “%USERPROFILE%\AppData\Local\Microsoft\Windows\Temporary Internet Files\%B\*.*”

Posted in Uncategorized | Leave a comment