Select Ubuntu Emulator as the plugin then select an option for Mode and Replace Existing Image within the Application Parameters.
Modes:
Replace Existing Image (Yes/No):
The Ubuntu Web Shell will launch in a browser. (username:ubuntu; password:ubuntu),
How to make a larger /tmp dir
In order to make a larger /tmp dir, run the following commands on the HPC. Note: replace 10 in the seek command with desired number of gigs.
cd ~/.vmdd if=/dev/zero of=tmp.img count=1 bs=1 seek=$((10 * 1024 * 1024 * 1024 - 1))mkfs.ext4 tmp.imgFor more information on how to use Ubuntu Emulator, please contact InfiniteTactics.