Added Wiki for Linux Proxmox and div. Software-installs

This commit is contained in:
ZennDev1337 2023-12-21 13:00:56 +01:00
parent d47f1dc602
commit 741584446c
17 changed files with 4537 additions and 0 deletions

36
Linux/Qemu.md Normal file
View file

@ -0,0 +1,36 @@
# QEMU install
install these packages
```
qemu virt-manager virt-viewer dnsmasq vde2 bridge-utils openbsd-netcat
```
start the services
edit this file
```
/etc/libvirt/libvirtd.conf
```
for windows you need also the Virt IO Driver
<https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.215-2/>
for windows delete 2 lines in the xml config
```
<timer name="rtc" tickpolicy="catchup"/>
<timer name="pit" tickpolicy="delay"/>
```
and put this on yes
```
<timer name="hpet" present="no"/>
```