Category: Virtualization

Fix lost keymaps after using VMware Workstation under Ubuntu

9 July, 2010 (08:15) | Virtualization | By: Mathieu Dallaire

Sometime when using VMware Workstation on Ubuntu I lose the use of some of my keys (Shift,Ctrl,Caps Lock, etc). I have use the followingl script to restore those keys. #!/bin/sh xmodmap – << XXX clear shift add shift = Shift_L Shift_R clear lock add lock = Caps_Lock clear control add control = Control_L Control_R clear [...]

How to : Convert Jumbox to OVF

3 July, 2010 (23:35) | How to, Virtualization | By: Mathieu Dallaire

Extract your previously downloaded Jumbox to a folder Download VMware OVF Tool from here : http://communities.vmware.com/community/vmtn/vsphere/automationtools/ovf Install the OVF tool Run the OVF tool with the following options ovftool /yourjumbox/JumpBox.vmx /folder/foryourovf Just wait for the transfer to be done and you will be ready to import your Jumbox in vSphere or VirtualBox. To see all [...]