> For the complete documentation index, see [llms.txt](https://ploegert.gitbook.io/til/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ploegert.gitbook.io/til/general/virtualization.md).

# Virtualization

- [Ubuntu](https://ploegert.gitbook.io/til/general/virtualization/ubuntu.md)
- [Ubuntu Quick Install](https://ploegert.gitbook.io/til/general/virtualization/ubuntu/ubuntu-quick-install.md)
- [Hyper-V - Setup an Ubuntu 20.04 vm](https://ploegert.gitbook.io/til/general/virtualization/ubuntu/hyper-v-setup-an-ubuntu-20.04-vm.md)
- [Virtual Box - Setup an Ubuntu 20.04 vm](https://ploegert.gitbook.io/til/general/virtualization/ubuntu/virtual-box-setup-an-ubuntu-20.04-vm.md): This setup calls out how to setup an Ubuntu 20.04 vm in virtual box (6.1.30) around the time frame of early 2022 running on a windows 10 host with Hyper-V configured.
- [Virtual Box - Setup an Ubuntu 22.04 vm](https://ploegert.gitbook.io/til/general/virtualization/ubuntu/virtual-box-setup-an-ubuntu-22.04-vm.md): This setup calls out how to setup an Ubuntu 22.04 vm in virtual box (6.1.36) around the time frame of late 2022 running on a windows 11 host with Hyper-V configured.
- [RedHat](https://ploegert.gitbook.io/til/general/virtualization/redhat.md)
- [Setup RHEL 9.2 Linux vm](https://ploegert.gitbook.io/til/general/virtualization/redhat/setup-rhel-9.2-linux-vm.md): This tutorial illustrates the screens required to setup a Red Hat Enterprise Linux in VMware player.
- [Fedora](https://ploegert.gitbook.io/til/general/virtualization/fedora.md)
- [Setup Fedora 38 Linux vm](https://ploegert.gitbook.io/til/general/virtualization/fedora/setup-fedora-38-linux-vm.md)
- [Hyper-V Enhanced mode with Linux](https://ploegert.gitbook.io/til/general/virtualization/hyper-v-enhanced-mode-with-linux.md)
- [Transfer files from Windows to Linux VM](https://ploegert.gitbook.io/til/general/virtualization/transfer-files-from-windows-to-ubuntu-vm.md): Need to copy a file from a windows hope to a linux vm? We got you!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ploegert.gitbook.io/til/general/virtualization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
