From d264b4b213eae72a1e689bf9577116d98ca695c8 Mon Sep 17 00:00:00 2001 From: marcel-dempers Date: Fri, 13 Dec 2024 07:06:26 +1100 Subject: [PATCH] chapter 2 updates --- .../virtualization/README.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/course/content/operating-systems/virtualization/README.md b/course/content/operating-systems/virtualization/README.md index e89e700..7f44667 100644 --- a/course/content/operating-systems/virtualization/README.md +++ b/course/content/operating-systems/virtualization/README.md @@ -212,6 +212,30 @@ Then we press `Finish` to create the virtual server
Now before starting the virtual server, we need to add it to our network we created.
We can do this from the settings page
+### Server Settings Summary + +Here are some of the settings we used in this module when creating our Virtual Machine: + +| Property | Value | +| -------- | ------- | +| name | my-website-1 | +| directory | C:\temp\vms | +| memory | 4096MB | +| cpu | 4 cores | +| disk | 25GB | + +During the installation we also provided some Operating system settings. I've recorded those below: + +| Property | Value | +| -------- | ------- | +| computer name | my-website-1 | +| your name | devopsguy | +| username | devopsguy | +| password (for simplicity of this demo i kept it simple) | devopsguy | + + + + ## Setup Server Access Now Virtual Box allows us to access our server by giving us a screen interface.