Posts with "rdp" Tag
Gnome Remote Desktop
by Dan Aukes
```bash sudo apt install -y winpr-utils
sudo systemctl restart gnome-remote-desktop.service sudo grdctl --system rdp enable
sudo rm -rf ~gnome-remote-desktop/rdp-tls* sudo ...
RDP to another computer
by Dan Aukes
sudo apt update
sudo apt install -y xrdp
sudo systemctl enable --now xrdp
sudo ufw allow 3389
```bash sudo ...