linux下远程桌面的工具还是有很多的,这个方法主要是解决Ubuntu自带的 Remmina无法远程 Deepin 桌面。

 

1、安装vncserver的基础服务,输入以下命令:  

sudo apt-get install xrdp vnc4server xbase-clients

 

2、安装x11vnc服务
sudo apt-get update
sudo apt-get install 

 

3、配置密码

x11vnc -storepasswd

 

4、启动服务
nohup x11vnc -auth guess -once -loop -noxdamage -repeat -rfbauth ~/.vnc/passwd -rfbport 5900 -shared &

 

相关文章:

  • 2021-09-25
  • 2021-09-18
  • 2021-12-05
  • 2021-10-19
  • 2021-12-20
  • 2021-10-29
  • 2021-10-19
猜你喜欢
  • 2021-11-17
  • 2022-01-02
  • 2021-12-10
  • 2021-12-15
  • 2022-02-08
  • 2021-11-14
  • 2021-10-19
相关资源
相似解决方案