diff --git a/README.md b/README.md index 7362ef8..9c23aa5 100644 --- a/README.md +++ b/README.md @@ -339,4 +339,22 @@ definire con quale kernel fare il boot anche se รจ sempre possibile usare un alt lista dei kernel installati - dpkg -l | grep linux-image \ No newline at end of file + 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 \ No newline at end of file