Aktualizovat ServerUbuntu.md
This commit is contained in:
parent
b1cf897066
commit
4cb0ab0d49
@ -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
|
||||
```
|
||||
Loading…
Reference in New Issue
Block a user