1. How to change the UUID for a vdi (Disk Image) file? [vbox@myhost HardDisks]$ VBoxManage internalcommands setvdiuuid mydisk.vdi VirtualBox Command Line Management Interface Version 3.0.2 (C) 2005-2009 Sun Microsystems, Inc. All rights reserved. UUID changed to: ee32ff3a-1e86-4387-a753-a51d1528a0fe 2. How to delete eth0, eth1, eth2…? (1) Edit /etc/udev/rules.d/rules.d/70-persistent-net.rules delete lines, like eth0, eht1, eth2… (2) In [...]