connect to ubuntu from windows remotely

PHOTO EMBED

Fri Jun 02 2023 00:21:06 GMT+0000 (Coordinated Universal Time)

Saved by @vs #bash

# enable remote desktop ubuntu
sudo apt-get install xrdp
sudo systemctl start xrdp
#sudo systemctl restart xrdp # restart XRDP
#sudo systemctl enable xrdp # <- enable XRDP on system boot

# get IP and hostname
ifconfig
hostname

# windows:
# 1. open Remote Desktop Connection
# 2. enter the IP address or hostname

content_copyCOPY