博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
putty xming gnome-session
阅读量:6232 次
发布时间:2019-06-21

本文共 675 字,大约阅读时间需要 2 分钟。

在windows里远程连接linux的最好方法。 比VNC方式好多了

1) xming启动一个窗口

2) putty 设置完X11 forwarding之后,远程登录

3) 在putty 里启动 gnome-session.

 

putty方式好像有bug, 现在都是用修改GDM配置文件, 然后用GDM方式连接了。

 

To enable XDMCP Support add the following in custom.conf file

[xdmcp]
Enable=true
[security]
DisallowTCP=false
AllowRemoteRoot=true

[daemon]

KillInitClients=false

 

Restart X Windows using the command gdm-restart

参考:

http://blog.nth-design.com/2010/05/19/x11-putty-xming/

http://dev-faqs.blogspot.sg/2009/04/gnome-display-manager-gdm-and-x-display.html

http://www.linuxquestions.org/questions/linux-software-2/xming-problem-cannot-copy-and-paste-from-windows-519544/

转载于:https://www.cnblogs.com/johnsonshu/p/3309837.html

你可能感兴趣的文章
基于http协议使用protobuf进行前后端交互
查看>>
bash腳本編程之三 条件判断及算数运算
查看>>
php cookie
查看>>
linux下redis安装
查看>>
弃 Java 而使用 Kotlin 的你后悔了吗?| kotlin将会是最好的开发语言
查看>>
JavaScript 数据类型
查看>>
量子通信和大数据最有市场突破前景
查看>>
对‘初学者应该选择哪种编程语言’的回答——计算机达人成长之路(38)
查看>>
如何申请开通微信多客服功能
查看>>
Sr_C++_Engineer_(LBS_Engine@Global Map Dept.)
查看>>
非监督学习算法:异常检测
查看>>
jquery的checkbox,radio,select等方法总结
查看>>
Linux coredump
查看>>
Ubuntu 10.04安装水晶(Mercury)无线网卡驱动
查看>>
我的友情链接
查看>>
nginx在reload时候报错invalid PID number
查看>>
ElasticSearch 2 (32) - 信息聚合系列之范围限定
查看>>
VS2010远程调试C#程序
查看>>
[MicroPython]TurniBit开发板DIY自动窗帘模拟系统
查看>>
Python3.4 12306 2015年3月验证码识别
查看>>