cotcode
One day at a time

CentOS安装桌面

# yum -y groups install "GNOME Desktop" # startx
配置源

# yum install epel* -y
安装xrdp

# yum --enablerepo=epel -y install xrdp
启动xrdp并设置开机启动

# systemctl start xrdp # systemctl enable xrdp

posted on 2021-01-24 23:29  cotcode  阅读(79)  评论(0)    收藏  举报