documentation
This commit is contained in:
@@ -36,7 +36,6 @@ powertop --auto-tune
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## As workstation
|
## As workstation
|
||||||
|
|
||||||
[check](documentation/workstation.md) for more information how to setup proxmox instalation as workstation
|
[check](documentation/workstation.md) for more information how to setup proxmox instalation as workstation
|
||||||
|
|||||||
@@ -1,15 +1,39 @@
|
|||||||
# Proxmox as a workstation
|
# Proxmox as a workstation
|
||||||
|
|
||||||
|
|
||||||
## sources
|
## sources
|
||||||
|
https://pve.proxmox.com/wiki/Developer_Workstations_with_Proxmox_VE_and_X11
|
||||||
- https://pve.proxmox.com/wiki/Developer_Workstations_with_Proxmox_VE_and_X11
|
|
||||||
|
|
||||||
|
|
||||||
## Destop Enviroment
|
## Destop Enviroment
|
||||||
|
|
||||||
|
### lightdm
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
apt install xfce4 chromium lightdm
|
||||||
|
```
|
||||||
|
|
||||||
|
## lightdm auto login
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# /etc/lightdm/lightdm.conf
|
||||||
|
[SeatDefaults]
|
||||||
|
autologin-user=USERNAME_TO_AUToLOGIN
|
||||||
|
autologin-user-timeout=5
|
||||||
|
# Uncomment the following, if running Unity
|
||||||
|
#greeter-session=unity-greeter
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Disable ligthdm black scren idle
|
||||||
|
```bash
|
||||||
|
# /etc/lightdm/lightdm.conf
|
||||||
|
[Seat:*]
|
||||||
|
xserver-command=X -s 0 dpms
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Gnome
|
||||||
|
|
||||||
### Gnome
|
|
||||||
``` bash
|
``` bash
|
||||||
apt install gnome
|
apt install gnome
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user