From 3f0e181d219ad6fbfd603ac2dc0f607031f8450a Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Fri, 12 Aug 2022 23:15:49 -0500 Subject: [PATCH] Convert ### headings into ## --- Virtual-machines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Virtual-machines.md b/Virtual-machines.md index 49f6fd4..f512e64 100644 --- a/Virtual-machines.md +++ b/Virtual-machines.md @@ -2,12 +2,12 @@ We offer high-performance **virtual machines** (VMs) with the [QEMU/KVM](https:/ For a more lightweight alternative to a full-blown virtual machine, see [containers](Containers). **We recommend using containers if possible since they are much more performant than VMs and you can even install a [desktop environment](Window-managers) inside the container.** -### Setup +## Setup The easiest way to get started is to open up the **Virtual Machine Manager** app in [exodesk](https://desk.exozy.me). The default connection requires root permissions to connect to, so you can close any password prompts and delete that connection. Now click on `File > Add Connection` and select the `QEMU/KVM user session` hypervisor. You're ready to start creating VMs! Alternatively, you can use the graphical web interface in [exoportal](https://portal.exozy.me). -### Usage +## Usage You can create a new VM by clicking on the icon in the top left corner of the Virtual Machine Manager app. You will also need an ISO disk image for the OS that you would like to install. You should download your ISO disk image to `/tmp` which speeds up the installation. The app will guide you through configuring the VM and once it boots up, follow the installation instructions for your ISO's OS. It shouldn't take more than 10 minutes to finish. Remember to delete the ISO installation image after you're done. Enjoy your new VM! \ No newline at end of file