Aggiorna README.md
This commit is contained in:
parent
72704fce4c
commit
961a902383
1 changed files with 19 additions and 1 deletions
18
README.md
18
README.md
|
@ -340,3 +340,21 @@ definire con quale kernel fare il boot anche se è sempre possibile usare un alt
|
|||
lista dei kernel installati
|
||||
|
||||
dpkg -l | grep linux-image
|
||||
|
||||
### Remote desktop installando XRDP su Gnome o LSDE
|
||||
|
||||
[orig link](https://wiki.crowncloud.net/?How_to_Install_XRDP_on_Debian_12_with_using_GNOME_or_LXDE_GUI)
|
||||
|
||||
aggiornare il sitema
|
||||
|
||||
sudo apt update -y && sudo apt upgrade -y
|
||||
|
||||
installare XRDP
|
||||
|
||||
sudo apt install xrdp
|
||||
sudo systemctl start xrdp
|
||||
sudo systemctl enable xrdp
|
||||
|
||||
riavviare
|
||||
|
||||
sudo reboot
|
Loading…
Reference in a new issue