Compare commits

...

1 commit

Author SHA1 Message Date
d9470ab980
update 2024-12-23 08:58:46 +01:00
6 changed files with 26 additions and 2 deletions

View file

@ -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)

View 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
View 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).

View file

@ -17,4 +17,4 @@ Proxmox Virtual Environment (Proxmox VE) is an open-source virtualization platfo
### 4. **Storage Options:**
- Proxmox VE offers various storage options, including local storage, networked storage (Ceph, NFS, iSCSI), and [ZFS](filesystems/ZFS.md) (Zettabyte File System) support. This allows users to choose the storage solution that best fits their requirements.
### 5. **Backup and Restore:**
- The built-in backup and restore features simplify data protection in Proxmox VE. Users can create scheduled backups of VMs and containers, allowing for quick recovery in case of data loss or system failures.
- The built-in backup and restore features simplify data protection in Proxmox VE. Users can create scheduled backups of VMs and containers, allowing for quick recovery in case of data loss or system failures.

View file

@ -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).

View file

@ -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.
@ -10,4 +11,5 @@ Virtual Machine can be used to run operating systems in an isolated environment.
## Virtual Machine Software
- [qemu](../linux/qemu.md)
- [Proxmox](../linux/Proxmox.md)
- [Proxmox](../linux/Proxmox.md)
- [libvirt](../libvirt.md)