Main steps
Select USB stick as booting device. Depending on boot manager it may look differently, e.g. (go through images, if necessary):
enter: sudo mousepad /etc/hosts and add lines in file, that the look is like following:
where val-vit is your computer and bcserver is name of the Java Bootcamp Server.
check that ping bcserver command returns response times
check that /etc/hostname has the same name e.g. val-vit as /etc/hosts, e.g. val-vit
open terminal and enter command:
remove hash and space (# ) for remote repository entries (lines which start with # deb) and save file.
Update repo metadata, upgrade system, and clean up unneeded packages with command in terminal:
press Enter to confirm operations (and similarly for other tasks)
Install JDK and Maven building tool with command (and implicitly Java Development Kit as Maven dependency):
Check that java -version command returns info about java
Check that mvn -version command returns info about maven
Install git command line and git GTK GUI:
Remove update manager, to not get annoyed with updating messages:
To enable copy-paste between host system and virtual machine you need additional drivers installed in virtual machine.
In terminal execute command:
Execute command
and wait for installer to finish and press Enter