X Window在位映射屏幕上的一个或多个窗口中运行程序。用户可以在每个窗口中同时运行多个程序,并且可以通过用鼠标在窗口之间进行切换。

x服务器的程序在本地工作站上运行,并且管理它的窗口和程序。

每个程序窗口都被称为x Client,并且与在同一个机器上运行的x Server程序以C/S进行交互。

x Server和远程X Client之间的接口是面向事件的,并且是基于X协议的。这种协议在传输控制协议/Internet协议(TCP/IP)之上运行。

X Window是QT和Gnome的幕后英雄:https://blog.csdn.net/jggyff/article/details/86607512

使用SSH的X11 Forwarding远程执行GUI程序:https://www.jianshu.com/p/24663f3491fa(Ubuntu远程桌面CentOS)

ssh Forward X11 实现远程主机GUI在本地展示 (C/S X):https://yq.aliyun.com/articles/53308(Windows远程桌面CentOS)

需要两方都有X-Window程序吧?通信通过TCP/IP协议进行传输

https://www.cnblogs.com/elmaple/p/4354814.html

Windows10远程桌面Ubuntu16.04:https://blog.csdn.net/woodcorpse/article/details/80503232

https://www.cnblogs.com/edong/p/5262162.html

https://jingyan.baidu.com/article/5225f26baf6cf3e6fa0908e5.html

https://blog.csdn.net/ww897532167/article/details/82286979

gnome:https://bbs.csdn.net/wap/topics/380066981

http://www.cnblogs.com/Jim-william/p/4154614.html

dconf-WARNING**:failed to commit changes to dconf:Cannot auto launch D-Bus without X11 $DISPLAY

https://blog.csdn.net/zhaomininternational/article/details/54576302

https://blog.csdn.net/s18022650310/article/details/54426560

Xrdp Xvnc password failed:http://www.likecs.com/show-47801.html

Windows远程mstsc连接Ubuntu,win10远程linux security level is 2(1=nonne,2=standard),error-problem connecting:https://blog.csdn.net/wang_ys121/article/details/83142302

最新文章

  1. Vue 性能优化track-by
  2. iOS 正则 检测是否为手机号
  3. CSS实时编辑显示
  4. bash中正则表达式
  5. 【Android 界面效果38】android:inputType常用取值
  6. php中的require-once
  7. asp net core 跨平台初体验
  8. HTTP的请求方法OPTIONS
  9. java读取数据写入txt文件并将读取txt文件写入另外一个表
  10. 安装VMware workstation遇到的两个问题:安装过程中的DLL问题和安装后打开需要的管理权限问题
  11. 两种设计模式和XML解析
  12. 20190429 - 如何访问 macOS 的 httpd、mysql 等服务
  13. 设计模式学习之责任链模式(Chain of Responsibility,行为型模式)(22)
  14. 读取InputStream 中的内容
  15. Hillstone设备管理-设备软件Stone-OS升级
  16. select实现简单TCP通信(ubuntu 18.04)
  17. 你可能不知道的github语法——图标
  18. 一、Django用Eclipse编写一个登录界面
  19. 用C读取json文件
  20. 转 selenium 自动下载文件

热门文章

  1. SqlServer2014导出数据库的数据字典-最新版本(字段说明也能导出)
  2. glide install失败 Update failed for golang.org/x/net: Cannot detect VCS
  3. Codeforces559C Gerald and Giant Chess
  4. Codeforces 757C. Felicity is Coming!
  5. MySQL中varchar与char区别
  6. 设计师都爱用的UI标注软件有哪些?
  7. Permutation Sequence LT60
  8. 不立flag了……
  9. python包与模块导入
  10. 【机器学习】从分类问题区别机器学习类型 与 初步介绍无监督学习算法 PAC