Thursday, April 11, 2013

VMWare Tools : WinMount & VMWare Converter





[1] Montar archivoa VMDK http://www.winmount.com/mount_vmdk.html

[2] Virtualizar servidor físico a VMWare http://www.bujarra.com/ProcedimientoVMWareConverter.html

No comments:

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...