mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add KVM virtualization packages
This commit is contained in:
parent
5e62cd2b7f
commit
8238c415a5
|
@ -15,6 +15,16 @@ pacman:
|
|||
- zsh # shell
|
||||
- zsh-syntax-highlighting # colored zsh
|
||||
- zsh-autosuggestions # Suggestions from previous commands
|
||||
# KVM Virtualization
|
||||
- virt-manager # Frontend GUI for KVM
|
||||
- qemu # Base emulator and virtualizer
|
||||
- qemu-arch-extra # Virtualization for foregin architectures
|
||||
- ovmf # UEFI virtual machines (without it, only BIOS is possible)
|
||||
- vde2 # Networking tool
|
||||
- ebtables # Ethernet bridge filtering utilities
|
||||
- dnsmasq # Easy to configure DNS forwarder and DHCP server
|
||||
- bridge-utils # Ethernet bridge configuration (VMs should be using this bridge, not real interface)
|
||||
- openbsd-netcat # OpenBSD variant of netcat
|
||||
# Security
|
||||
- macchanger # Tool for changing MAC address
|
||||
- dnsutils # Tools for managing DNS
|
||||
|
|
Loading…
Reference in a new issue