码迷,mamicode.com
首页 > Windows程序 > 详细

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

时间:2015-05-26 12:34:32      阅读:227      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!