26 lines
622 B
Markdown
26 lines
622 B
Markdown
# proxmox
|
|
|
|
## Setup
|
|
|
|
- [Download](https://www.proxmox.com/en/downloads/category/iso-images-pve)
|
|
- [Setup and official Information](https://www.proxmox.com/en/proxmox-ve/get-started)
|
|
- [System Administration](https://pve.proxmox.com/pve-docs/chapter-sysadmin.html)
|
|
|
|
## Workstation UI
|
|
|
|
[Setup as Workstation](https://pve.proxmox.com/wiki/Developer_Workstations_with_Proxmox_VE_and_X11)
|
|
|
|
- Testing with Gnome
|
|
- Power idle problems
|
|
|
|
```
|
|
#disable
|
|
|
|
systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
|
|
|
|
#enable
|
|
|
|
systemctl unmask sleep.target suspend.target hibernate.target hybrid-sleep.target
|
|
|
|
```
|