首页 > Windows开发 > 详细

Windows 上远程访问 Unix 的 XWindow / XManager / X

时间:2015-05-26 12:32:28      阅读:456      评论:0      收藏:0      [点我收藏+]
  • 准备
    • 下载 putty  - http://www.putty.org/
    • 安装 cygwin - http://cygwin.com/, 并添加 e.g. c:/cygwin/bin 到 Windows Path
  • Usage
    • Under Windows command window, run xwin or startxwin
      • if using xwin, need right click the X in Taskbar, and start xterm via Applications > xterm
      • startxwinwill start a xterm automatically.
    • In the xterm, run xhost +
      • Allow all XClients can access this XServer.
      • XClients - Unix system; XServer- Windows machine
    • Using Putty to connect Unix.
      • Whatever with telnet or ssh
      • run e.g.  export DISPLAY=<Windows_Host_Name or IP>:0.0
      • Test
        • run xclock
        • will get the clock on Windows machine

  • 当然还可以使用 Xming (http://sourceforge.net/projects/xming/) 实现,但是自己一直使用 cygwin.

    

Windows 上远程访问 Unix 的 XWindow / XManager / X

原文:http://www.cnblogs.com/tang88seng/p/4530246.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!