diff --git a/technology/applications/Applications.md b/technology/applications/Applications.md index 010685c..38e6c49 100644 --- a/technology/applications/Applications.md +++ b/technology/applications/Applications.md @@ -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) diff --git a/technology/applications/utilities/virt-manager.md b/technology/applications/utilities/virt-manager.md new file mode 100644 index 0000000..00aa38a --- /dev/null +++ b/technology/applications/utilities/virt-manager.md @@ -0,0 +1,8 @@ +--- +obj: application +repo: https://github.com/virt-manager/virt-manager +website: https://virt-manager.org +--- + +# Virt Manager +#wip diff --git a/technology/libvirt.md b/technology/libvirt.md new file mode 100644 index 0000000..12460e9 --- /dev/null +++ b/technology/libvirt.md @@ -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). diff --git a/technology/linux/Proxmox.md b/technology/linux/Proxmox.md index 2e04be4..4909efb 100644 --- a/technology/linux/Proxmox.md +++ b/technology/linux/Proxmox.md @@ -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. \ No newline at end of file +- 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. diff --git a/technology/linux/qemu.md b/technology/linux/qemu.md index f4f3ea0..bceb283 100644 --- a/technology/linux/qemu.md +++ b/technology/linux/qemu.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). diff --git a/technology/tools/Virtual Machine.md b/technology/tools/Virtual Machine.md index ee4d410..e733233 100644 --- a/technology/tools/Virtual Machine.md +++ b/technology/tools/Virtual Machine.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. @@ -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) \ No newline at end of file +- [Proxmox](../linux/Proxmox.md) +- [libvirt](../libvirt.md)