--
您收到此邮件是因为您订阅了 Google 网上论坛的“广州 GNU/Linux 用户组”论坛。
要向此网上论坛发帖,请发送电子邮件至 gz...@googlegroups.com。
要取消订阅此网上论坛,请发送电子邮件至 gzlug+un...@googlegroups.com。
若有更多问题,请通过 http://groups.google.com/group/gzlug?hl=zh-CN 访问此网上论坛。
--
您收到此邮件是因为您订阅了 Google 网上论坛的“广州 GNU/Linux 用户组”论坛。
要向此网上论坛发帖,请发送电子邮件至 gz...@googlegroups.com。
要取消订阅此网上论坛,请发送电子邮件至 gzlug+un...@googlegroups.com。
若有更多问题,请通过 http://groups.google.com/group/gzlug?hl=zh-CN 访问此网上论坛。
假如远程主机连Xserver都没有怎么办呢?1. 今天无意中看到的一则技巧:在ssh连接的时候,加上参数 -Y ,就可以用本地的Xserver显示出远程主机上的图形界面程序:man ssh-Y Enables trusted X11 forwarding. Trusted X11 forwardings are notsubjected to the X11 SECURITY extension controls.$ ssh -Y -l testuser testhost这时候,远程主机甚至不必运行Xserver
在ssh连接的时候,加上参数 -Y ,就可以用本地的Xserver显示出远程主机上的图形界面程序:man ssh-Y Enables trusted X11 forwarding. Trusted X11 forwardings are notsubjected to the X11 SECURITY extension controls.$ ssh -Y -l testuser testhost这时候,远程主机甚至不必运行Xserver
如果我的本地主机是 Windows,有没有办法。
2011/4/13 Qian Hong <frac...@gmail.com>:
>
>
> 2011/4/13 forest chen <anyfo...@gmail.com>
>>>
>>> 在ssh连接的时候,加上参数 -Y ,就可以用本地的Xserver显示出远程主机上的图形界面程序:
>>> man ssh
>>> -Y Enables trusted X11 forwarding. Trusted X11 forwardings are not
>>> subjected to the X11 SECURITY extension controls.
>>> $ ssh -Y -l testuser testhost
>>> 这时候,远程主机甚至不必运行Xserver
>>
>> 如果我的本地主机是 Windows,有没有办法。
>
> 我搜到一个叫做Xming的东西:
> http://www.straightrunning.com/XmingNotes/
> Xming is the leading X Window Server for Microsoft XP/2008/Windows7. It is
> fully featured, lean, fast, current, simple to install and because it is
> standalone native Microsoft Windows(R), easily transported portable as a
> pocket X server.
> Xming is totally secure when used with SSH and optionally includes an
> enhanced PuTTY Link SSH client and a portable PuTTY replacement package.
> Xming can work completely independent of the Window's registry when used
> with Xming-portablePuTTY.
> --
> Regards,
> Qian Hong
> -
> Sent from Ubuntu
> http://www.ubuntu.com/
>
> --
> 您收到此邮件是因为您订阅了 Google 网上论坛的"广州 GNU/Linux 用户组"论坛。
> 要向此网上论坛发帖,请发送电子邮件至 gz...@googlegroups.com。
> 要取消订阅此网上论坛,请发送电子邮件至 gzlug+un...@googlegroups.com。
> 若有更多问题,请通过 http://groups.google.com/group/gzlug?hl=zh-CN 访问此网上论坛。
>
--
Liang Guo
http://bluestone.cublog.cn
--
您收到此邮件是因为您订阅了 Google 网上论坛的“广州 GNU/Linux 用户组”论坛。
要向此网上论坛发帖,请发送电子邮件至 gz...@googlegroups.com。
要取消订阅此网上论坛,请发送电子邮件至 gzlug+un...@googlegroups.com。
若有更多问题,请通过 http://groups.google.com/group/gzlug?hl=zh-CN 访问此网上论坛。
本地主机做Xserver,远程指定DISPLAY变量,可以远程执行应用程序,算不算山寨的“云计算”啊~~~以前学校的时候折腾过,自己的电脑太差了,把linux玩友的电脑开放出来,自己在上面建一个Firefox 的Profile,然后运行一个Windows下的Xserver,然后利用别人的内存上自己的网~~~