方方长长

方方长长

centos7安装xrdp远程桌面服务

更新 epel
yum -y install epel-release
安装 Xrdp
yum -y install xrdp
安装完成之后,设置开机启动并启动 xrdp
systemctl start xrdp && systemctl enable xrdp

连接时闪退
将 anaconda 环境变量的顺序往后移动

修改前#

export PATH=/opt/anaconda3/bin:$PATH

修改后#

export PATH=$PATH:/opt/anaconda3/bin

修改前#

export PATH=/usr/local/cuda/bin/:$PATH

修改后#

export PATH=$PATH:/usr/local/cuda/bin/
和 vnc 不一样,这个多人使用的话,给每个人建立一个用户。

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.