From 4789c8f64c8bcbe6f34caa78744d6acbfe0193f0 Mon Sep 17 00:00:00 2001 From: "marcio.fernandes" Date: Fri, 7 Apr 2023 11:56:56 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 682b110..3dfbbac 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,18 @@ - [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 + +```