Update 'README.md'

This commit is contained in:
2023-04-07 11:56:56 +00:00
parent ddf3680a42
commit 4789c8f64c

View File

@@ -6,3 +6,18 @@
- [Setup and official Information](https://www.proxmox.com/en/proxmox-ve/get-started) - [Setup and official Information](https://www.proxmox.com/en/proxmox-ve/get-started)
- [System Administration](https://pve.proxmox.com/pve-docs/chapter-sysadmin.html) - [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
```