閒話家常
dnf -y install xrdp
systemctl start xrdp
systemctl enable xrdp
firewall-cmd --add-port=3389/tcp --permanent
firewall-cmd --reload