2021年9月23日 星期四

Ubuntu 20.04 Remote Desktop from Windows 10 in 2021

 https://linuxize.com/post/how-to-install-xrdp-on-ubuntu-20-04/


Install Ubuntu Desktop (skipped)

sudo apt update
sudo apt install ubuntu-desktop
or
sudo apt install xubuntu-desktop

XRDP
sudo apt install xrdp
sudo systemctl status xrdp
sudo adduser xrdp ssl-cert  
sudo systemctl restart xrdp

Xrdp Config (use default ok)
/etc/xrdp

ufw Firewall
echo allow 1 ip address
sudo ufw allow from 10.20.11.123 to any port 3389
# echo allow range
# sudo ufw allow from 10.20.11.0/24 to any port 3389
# echo allow anyone
# sudo ufw allow 3389
# sudo ufw status


VNC
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-20-04
  1. sudo apt update
  2. sudo apt install xfce4 xfce4-goodies
  3. Select anyone display managers
  4. sudo apt install tightvncserver

  5. ...
  6. // Failed!!! (2022)


2023 Promox on Morefine N6000 16GB 512GB

2023 Promox on Morefine N6000 16GB 512GB Software Etcher 100MB (not but can be rufus-4.3.exe 1.4MB) Proxmox VE 7.4 ISO Installer (1st ISO re...