From 7ceb0534b1aa1a2dc58f97cc3ceb413ed5f1ef1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=A1ba?= Date: Sun, 15 Dec 2024 01:51:43 +0100 Subject: [PATCH] Aktualizovat ServerUbuntu.md --- ServerUbuntu.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ServerUbuntu.md b/ServerUbuntu.md index d8fa0a9..8faa451 100644 --- a/ServerUbuntu.md +++ b/ServerUbuntu.md @@ -13,14 +13,15 @@ PS1='\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n$ ' alias lo='exit' ``` + 1. sudo bey hesla `sudo visudo` ``` shell # 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` +## [Qemu-guest-agent](https://pve.proxmox.com/wiki/Qemu-guest-agent) +1. Povolit pro VM agenta v GUI nebo CLI `qm set VMID --agent 1` 1. Nainstalovat agenta do VM ```shell