Aktualizovat ServerUbuntu.md

This commit is contained in:
David Hába 2024-12-15 01:50:03 +01:00
parent b1cf897066
commit 4cb0ab0d49

View File

@ -18,3 +18,21 @@
# Allow user maska to execute sudo without password
maska ALL=(ALL) NOPASSWD:ALL
```
1. Povolit [Qemu-guest-agent](https://pve.proxmox.com/wiki/Qemu-guest-agent)
CLI Proxmox `qm set VMID --agent 1`
1. Nainstalovat agenta do VM
```shell
apt-get install qemu-guest-agent
```
1. Spustit agenta
```shell
systemctl start qemu-guest-agent
```
1. Nastavit autostart
```shell
systemctl enable qemu-guest-agent
```