如何从Windows机器访问solaris 10 GUI?

发布于 2025-01-07 01:19:39 字数 1459 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

末蓝 2025-01-14 01:19:39

是的。假设您的 Solaris 机器已经安装了 X:

  1. 在您的 Windows 计算机上安装 Cygwin
  2. 安装时,一旦您获得到软件包页面,确保 X11 设置为“安装”,以便获得所有 X11 软件包
  3. Cygwin 安装完成后,运行“开始”->“所有程序”->Cygwin-X->XWin Server
  4. Follow 这些说明(为方便起见,复制在下面)
  5. 类型 ssh -Y用户名@[solaris box ip]
    (请注意,您可能需要先运行 /usr/openwin/bin/xhost +
  6. 运行任何可以使用 X11 的程序(即 /usr/openwin/bin/xclock我的 Solaris)
  7. 它应该显示在 GUI 窗口中

Yes. Assuming your Solaris box has X already installed:

  1. Install Cygwin on your Windows machine
  2. While installing, once you get to the packages page, make sure that X11 is set to Install so that you get all X11 packages
  3. Once Cygwin is done installing, run Start->All Programs->Cygwin-X->XWin Server
  4. Follow these directions (copied below for convenience)
  5. Type ssh -Y username@[solaris box ip]
    (note you may need to run /usr/openwin/bin/xhost + first)
  6. Run any program which can use X11 (i.e. /usr/openwin/bin/xclock on my Solaris)
  7. It should display in a GUI windows
∝单色的世界 2025-01-14 01:19:39

CygWin 附带一个 X 显示服务器,因此您应该能够运行它,设置一个 DISPLAY 变量到您的 Windows 机器(在 Solaris 机器上)并运行您想要的任何 GUI 程序。

例如,使用上面的链接下载 CygWin,然后安装所有内容,而不仅仅是默认包。

然后通过选择开始所有程序Cygwin-XXWin Server启动Windows机器上的X服务器>。

现在,假设您的 Windows IP 地址是 192.168.31.31 - 您可以在 Solaris 机器上执行以下操作:

export DISPLAY=192.168.31.31:0.0
xeyes &

应该在 Solaris 机器上运行 xeyes(或您想要运行的任何实际程序) ,同时将其窗口(和输入)放在 Windows 盒子上。

CygWin comes with an X display server so you should be able to run that, set up a DISPLAY variable to your Windows box (on the Solaris box) and run any GUI program you want.

For example, download CygWin using that link above, then install everything, not just the default packages.

Then start up the X server on your Windows box by choosing Start, All Programs, Cygwin-X and XWin Server.

Now, let's say your Windows IP address is 192.168.31.31 - you would, on the Solaris box, do something like:

export DISPLAY=192.168.31.31:0.0
xeyes &

That should run xeyes (or whatever actual program you want to run) on your Solaris box, while putting the window (and input) for it on your Windows box.

江湖彼岸 2025-01-14 01:19:39

只需安装MobaXterm。恕我直言,它是免费的,并且比您得到的任何其他推荐更容易使用。它是一个终端仿真器(基于 Pytty)、一个 X Server 等,全部集成在一个易于使用的包中。

Just install MobaXterm. It is free and much easier to use than any of the other recommendations you got, IMHO. It is a terminal emulator (based on Pytty), an X Server, etc, all in one easy to use package.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文