24 lines
293 B
Markdown
24 lines
293 B
Markdown
---
|
|
host: Proxmox
|
|
guestname: Linux-Main
|
|
ipadress:
|
|
tags:
|
|
- Linux
|
|
---
|
|
# Commands before Setup
|
|
|
|
|
|
# Custom Commands
|
|
### Install Guest Agent
|
|
```
|
|
apt-get install qemu-guest-agent
|
|
systemctl start qemu-guest-agent
|
|
systemctl enable qemu-guest-agent
|
|
```
|
|
|
|
|
|
# Storage Setup
|
|
Volume for Home Directory
|
|
|
|
|