ubuntu 2.安装可让 windows 远端桌面登入的 xrdp 解决 蓝屏 闪退

记得先更新源

sudo apt-get update  #更新源

方法1 成功测试
wget http://www.c-nergy.be/downloads/Std-Xrdp-Install-0.5.3.zip      # 下载脚本
unzip Std-Xrdp-Install-0.5.3.zip            # 解压压缩包
chmod +x Std-Xrdp-Install-0.5.3.sh      # 赋予执行权限
./Std-Xrdp-Install-0.5.3.sh         # 执行完成后就行了

 

方法2 成功测试
wget http://www.c-nergy.be/downloads/install-xrdp-3.0.zip
unzip install-xrdp-3.0.zip
chmod 777 Install-xrdp-3.0.sh
./Install-xrdp-3.0.sh
最后重启机器 sudo shutdown -r now

 

注意:重启后千万不要用虚拟机登录,否则无法远程。