24 lines
315 B
Markdown
24 lines
315 B
Markdown
# Proxmox as a workstation
|
|
|
|
|
|
## sources
|
|
|
|
- https://pve.proxmox.com/wiki/Developer_Workstations_with_Proxmox_VE_and_X11
|
|
|
|
|
|
## Destop Enviroment
|
|
|
|
|
|
### Gnome
|
|
``` bash
|
|
apt install gnome
|
|
|
|
# Problems with suspend on login screen
|
|
gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout 0
|
|
```
|
|
|
|
|
|
|
|
|
|
|