Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
d9470ab980 |
6 changed files with 26 additions and 2 deletions
|
@ -119,6 +119,7 @@ rev: 2024-12-10
|
|||
- [Wildcard](utilities/Wildcard.md)
|
||||
- [Textpieces](utilities/Textpieces.md)
|
||||
- [ImHex](utilities/ImHex.md)
|
||||
- [VirtManager](utilities/virt-manager.md)
|
||||
|
||||
# Mobile
|
||||
- [Aegis](./utilities/Aegis.md)
|
||||
|
|
8
technology/applications/utilities/virt-manager.md
Normal file
8
technology/applications/utilities/virt-manager.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
obj: application
|
||||
repo: https://github.com/virt-manager/virt-manager
|
||||
website: https://virt-manager.org
|
||||
---
|
||||
|
||||
# Virt Manager
|
||||
#wip
|
11
technology/libvirt.md
Normal file
11
technology/libvirt.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
obj: application
|
||||
repo: https://gitlab.com/libvirt
|
||||
website: https://libvirt.org
|
||||
arch-wiki: https://wiki.archlinux.org/title/Libvirt
|
||||
---
|
||||
|
||||
# libvirt
|
||||
#wip
|
||||
|
||||
libvirt has a GUI frontend with [virt-manager](./applications/utilities/virt-manager.md).
|
|
@ -5,6 +5,8 @@ repo: https://github.com/qemu/qemu
|
|||
rev: 2024-05-02
|
||||
---
|
||||
|
||||
#refactor -> https://wiki.archlinux.org/title/QEMU
|
||||
|
||||
# QEMU
|
||||
QEMU is an open-source emulator and virtualizer that enables running operating systems and various software applications on different hardware architectures. It supports [emulation](../emulation/Emulation.md) of various CPU architectures, including x86, ARM, PowerPC, and SPARC, among others. It allows running [virtual machines](../tools/Virtual%20Machine.md).
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ aliases: ["VM"]
|
|||
obj: concept
|
||||
wiki: https://en.wikipedia.org/wiki/Virtual_machine
|
||||
---
|
||||
|
||||
# Virtual Machine
|
||||
In computing, a virtual machine (VM) is the virtualization or [emulation](../emulation/Emulation.md) of a computer system. Virtual machines are based on computer architectures and provide the functionality of a physical computer.
|
||||
|
||||
|
@ -11,3 +12,4 @@ Virtual Machine can be used to run operating systems in an isolated environment.
|
|||
## Virtual Machine Software
|
||||
- [qemu](../linux/qemu.md)
|
||||
- [Proxmox](../linux/Proxmox.md)
|
||||
- [libvirt](../libvirt.md)
|
||||
|
|
Loading…
Reference in a new issue