码迷,mamicode.com
首页 > Windows程序 > 详细

ubuntu windows mutual remote control

时间:2019-11-30 19:16:12      阅读:107      评论:0      收藏:0      [点我收藏+]

标签:info   sdn   javascrip   rsh   pos   tools   组件   har   csdn   

Win10 remote control Ubuntu18

Part1.ubuntu settings

1.安装所需组件

sudo apt-get update
//若没有desktop sharing,则需要安装vino
sudo apt-get install vino
//若有desktopsharing,则执行接下来的命令
sudo apt-get install tightvncserver xrdp
sudo apt-get install dconf-tools

2.设置

dconf write /org/gnome/desktop/remote-access/require-encryption false

打开dconf Editor
技术图片
将require-encryption设置为off
技术图片
设置screen sharing允许控制并设置密码
技术图片

Part2.win10 settings

win+R open command run, run commmand:mstsc or open mstsc directly input the ip of ubuntu.
技术图片
press connect and enter information just like followings:
技术图片

Ubuntu remote control Win10

Part1.win10 settings

在被登陆的电脑上做一个设置允许被远程连接,右键点击“此电脑”打开系统,然后点击“远程设置”; 在远程设置界面勾选,“允许远程挟制连接这台计算机“。
### Part2.ubuntu settings
1.下载安装remmina软件
官方安装教程:https://remmina.org/how-to-install-remmina/
或者直接执行安装命令:

sudo apt-add-repository ppa:remmina-ppa-team/remmina-next
sudo apt update
sudo apt install remmina remmina-plugin-rdp remmina-plugin-secret remmina-plugin-spice

安装完之后直接打开remmina:
技术图片
建立新的连接:
技术图片

ubuntu windows mutual remote control

标签:info   sdn   javascrip   rsh   pos   tools   组件   har   csdn   

原文地址:https://www.cnblogs.com/molkt/p/11963533.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!