サーバ関連
目次
Linuxに対してRDP接続を提供するxrdpに関する導入と設定。
標準パッケージに含まれているため、こちらを使用する。
apt update apt install xfce4 xfce4-session xrdp
systemctl start xrdp systemctl enable xrdp systemctl status xrdp
ufw allow 3389/tcp ufw reload
cd ~ echo "xfce4-session" > .xsession