How to create a completely FREE VPS Ubuntu Cloud PC on Oracle Cloud using xRDP

THE FIVE CONFIGURATION COMMANDS :

  1. sudo apt update && sudo apt upgrade -y
  2. sudo apt-get install ubuntu-desktop xrdp stacer -y
  3. sudo cp /etc/iptables/rules.v4 /etc/iptables/rules.v4.bak && sudo truncate -s 0 /etc/iptables/rules.v4
  4. sudo rm /usr/share/polkit-1/actions/org.freedesktop.color.policy
  5. sudo passwd ubuntu Example password : t6y1x9n6h7j1 so long,complex and not in a dictionary

then

sudo reboot

Install xRDP with Ubuntu Desktop on Oracle ARM VM ( xRDP Sound Support)

https://blog.51sec.org/2022/01/install-xrdp-with-ubuntu-desktop-on.html

最后修改日期: 2023年12月24日