24 lines
521 B
Markdown
24 lines
521 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
|
|
|
|
- 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
|
|
|
|
```
|