ubuntu windows mutual remote control

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:

建立新的连接:

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

时间: 2024-10-17 16:27:05

ubuntu windows mutual remote control的相关文章

十几个remote control software

5 alternatives to LogMeIn Free for remote PC access VNC VNC, or Virtual Network Computing, isn’t itself a product, but an open-source remote-control and display technology that’s implemented by Tight VNC (free), Ultra VNC (free) and RealVNC (free and

Mac /Ubuntu/Windows 下安装nodejs

Mac If you're using the excellent homebrew package manager, you can install node with one command: brew install node. Otherwise, follow the below steps: Install Xcode. Install git. Run the following commands: darwin_setup.sh git clone git://github.co

ubuntu windows 双系统 磁盘乱搞 grub 导致 error:no such partition grub rescue>

乱搞分区磁盘什么的导致开机和这位仁兄一样:http://zhidao.baidu.com/question/495602654256708364.html?ssid=0&from=1001874a&uid=0&pu=usm%401%2Csz%401320_1002&bd_page_type=1&baiduid=7072D7CC851F02903DD10EABC3E63223&tj=www_zhidao_normal_5_0_10_title 然后每次到可以通

Install the IIS 6.0 Management Compatibility Components in Windows 7 or in Windows Vista from Control Panel

https://technet.microsoft.com/en-us/library/bb397374(v=exchg.80).aspx Install the IIS 6.0 Management Compatibility Components in Windows 7 or in Windows Vista from Control Panel Click Start, click Control Panel, click Programs and Features, and then

windows下dbca删除OracleserviceXXX时遇到错误:dim-00014 Cannot open the Windows NT Service Control Manager

windows下dbca删除OracleserviceXXX时遇到错误:dim-00014 Cannot open the Windows NT Service Control Manager  O/S-Error: (OS 5) Access is denied. 截图如下: 经过查询mos,发现如下文章与该报错匹配: How To Create a Service using oradim in Windows Vista (文档 ID 432713.1) 下面截取该mos文章的内容: Ap

Dameware?Mini?Remote?Control?连接记录恢复

简介:Dameware?Mini?Remote?Control?是一款不错的局域网远程控制管理软件.?如果重做了系统或其他情况下,需要重装此程序,那么原来的连接记录都要重建,下面详细介绍怎么解决这个问题.?本文使用的是Dameware?Mini?Remote?Control?v7.5?版,64位win7系统. 一.原始数据备份1.连接数据?如图这个位置的这个MRCCv2.db文件就是连接的数据(IP地址).C:\Users\Administrator\AppData\Roaming\DameWa

ubuntu.windows桌面远程ubuntu的方法(附带安装图形桌面--可选)

(1)首先通过Windows系统下连接Linux系统的命令行工具连接Ubuntu服务器,(工具:xshell,securecrt,putty等). (2)通过Windows下工具连接到Linux操作系统,之后打开命令窗口,切换到root权限. (3)先安装更新: sudo apt-get upate -y (4)安装xrdp:输入 sudo apt-get install xrdp -y (xrdp: An open source remote desktop protocol(rdp) ser

[ubuntu]windows重装以后,恢复grub引导

前几天重装了windows,window在重装过程中会自动把grub引导擦去,现在提供一个可行的最简单的最安全的恢复grub引导的方案: 准备: Ubuntu14.04 (U盘或光盘均可) 1.插入U盘或者光盘,进入bios更改启动方式,设置相应的启动方式. 2.选择试用Ubuntu,ctrl+alt+T调出terminal.首先进入root模式: sudo su root 3.列出磁盘信息,找到Linux的分区号sdaX并且记住. # fdisk -l 4.挂载Linux所在的硬盘分区 # m

System.Windows.Forms.ListView : Control

#region 程序集 System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 // C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Windows.Forms.dll #endregion using System.Collections; using System.ComponentModel; using Syst