Aktualizovat ServerUbuntu.md

This commit is contained in:
David Hába 2024-12-15 01:51:43 +01:00
parent 4cb0ab0d49
commit 7ceb0534b1

View File

@ -13,14 +13,15 @@
PS1='\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n$ ' PS1='\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n$ '
alias lo='exit' alias lo='exit'
``` ```
1. sudo bey hesla `sudo visudo` 1. sudo bey hesla `sudo visudo`
``` shell ``` shell
# Allow user maska to execute sudo without password # Allow user maska to execute sudo without password
maska ALL=(ALL) NOPASSWD:ALL maska ALL=(ALL) NOPASSWD:ALL
``` ```
1. Povolit [Qemu-guest-agent](https://pve.proxmox.com/wiki/Qemu-guest-agent) ## [Qemu-guest-agent](https://pve.proxmox.com/wiki/Qemu-guest-agent)
CLI Proxmox `qm set VMID --agent 1` 1. Povolit pro VM agenta v GUI nebo CLI `qm set VMID --agent 1`
1. Nainstalovat agenta do VM 1. Nainstalovat agenta do VM
```shell ```shell