From 726ccbc52a98822800b3f7da060a90d077b849f8 Mon Sep 17 00:00:00 2001 From: sotiris Date: Fri, 5 Mar 2021 22:09:47 +0000 Subject: [PATCH] Add 'docs/windows_use_vm.md' --- docs/windows_use_vm.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/windows_use_vm.md diff --git a/docs/windows_use_vm.md b/docs/windows_use_vm.md new file mode 100644 index 0000000..e8b1c5b --- /dev/null +++ b/docs/windows_use_vm.md @@ -0,0 +1,23 @@ +# Using the provided image + +## Getting VirtualBox + +To use the image we have to have installed Virtual Box. You can do that here. + +## Adding a new machine and using the image + +:warning: Before following the steps bellow if unsure of what youre doing please copy the image to a secure location for backup!!! + +After installing virtualbox, on the main page at the top we have the contol icons. +Right next to "run", "stop" etc we will find create (Carefull NOT ADD). + +Upon clicking on that there will be a searies of questions about the vm. + +We will choose a Name, linux as the type and Ubuntu 64 bit as the operating system. + +When prompted for the disk we will choose to use an existing image and then select the one we downloaded. +If the image is not visible you might have to add it using the icon on the top left. + +Once youre done click next and your vm should be ready to run. + +Have fun!!!! \ No newline at end of file