Update 'README.md'

This commit is contained in:
2023-04-24 15:30:45 +00:00
parent f64eec93a3
commit a3b873f254

View File

@@ -5,38 +5,19 @@
- [Download](https://www.proxmox.com/en/downloads/category/iso-images-pve) - [Download](https://www.proxmox.com/en/downloads/category/iso-images-pve)
- [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)
- source list
```bash ```bash
#/etc/apt/sources.list #/etc/apt/sources.list
deb http://ftp.pt.debian.org/debian bullseye main contrib
deb http://ftp.pt.debian.org/debian bullseye main contrib non-free deb http://ftp.pt.debian.org/debian bullseye-updates main contrib
deb http://ftp.pt.debian.org/debian bullseye-updates main contrib non-free
deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription
# security updates # security updates
deb http://security.debian.org bullseye-security main contrib non-free deb http://security.debian.org bullseye-security main contrib
``` ```
add to all packages ## As workstation
non-free
## Workstation UI
``` bash [check](documentation/wokstations.md) for more information how to setup proxmox instalation as workstation
apt install gnome
apt install lightdm
```
### 5700G Amd
apt-get install firmware-amd-graphics libgl1-mesa-dri libglx-mesa0 mesa-vulkan-drivers xserver-xorg-video-all
#disable
systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
#enable
systemctl unmask sleep.target suspend.target hibernate.target hybrid-sleep.target
```