Networking Forums

Networking Forums > Computer Networking > Linux Networking > Is there a way to run an X app on a Windows machine (via ssh)?

Reply
Thread Tools Display Modes

Is there a way to run an X app on a Windows machine (via ssh)?

 
 
Jeffrey Cunningham
Guest
Posts: n/a

 
      05-13-2004, 12:32 AM
Not my choice - believe me. If there's a way to do this I need to set it
up for a couple users (or I will have to port some codes I wrote for Linux
to Visual Studio) 8-(

-Jeff
 
Reply With Quote
 
 
 
 
Dirk
Guest
Posts: n/a

 
      05-13-2004, 01:11 AM
Op Thu, 13 May 2004 00:32:23 +0000, schreef Jeffrey Cunningham de volgende
woorden:

> Not my choice - believe me. If there's a way to do this I need to set it
> up for a couple users (or I will have to port some codes I wrote for Linux
> to Visual Studio) 8-(
>
> -Jeff


You can run an X-server for windows. At work we have Exceed, from
hummingbird I believe, but this is not free I think. Other possibilities:
see http://osswin.sourceforge.net/#x, of which cygwin is the most known I
guess. Afterwards: just run the X-server, and use ssh -X (or something
else with X-forwarding).

Dirk

--
--- begin virus email ---
This is a multiplatform virus. Because Bill is the only one who manages to
distribute vulnerable systems, this is based on the honor system. Please do
something bad to your system, then forward this on to every address in your
inbox, saved messages and contact list. Thank you.
--- end virus email ---
 
Reply With Quote
 
Alan Walker
Guest
Posts: n/a

 
      05-13-2004, 01:12 AM
Jeffrey Cunningham wrote:
> Not my choice - believe me. If there's a way to do this I need to set
> it up for a couple users (or I will have to port some codes I wrote
> for Linux to Visual Studio) 8-(
>
> -Jeff

http://www.xlink.com/nfs_products/Om...i-X_Server.htm
http://www.starnet.com/products/
http://www.astec.co.jp/products/ENGLISH/ASTECX/
http://www.wrq.com/products/reflection/pc_x_server/
etc etc (from Google: "X Server" Windows XP).

I think there are some open-source alternatives out there as well.


 
Reply With Quote
 
Jeffrey Cunningham
Guest
Posts: n/a

 
      05-13-2004, 04:51 PM
On Thu, 13 May 2004 02:12:25 +0100, Alan Walker wrote:

> Jeffrey Cunningham wrote:
>> Not my choice - believe me. If there's a way to do this I need to set
>> it up for a couple users (or I will have to port some codes I wrote
>> for Linux to Visual Studio) 8-(
>>
>> -Jeff

> http://www.xlink.com/nfs_products/Om...i-X_Server.htm
> http://www.starnet.com/products/
> http://www.astec.co.jp/products/ENGLISH/ASTECX/
> http://www.wrq.com/products/reflection/pc_x_server/
> etc etc (from Google: "X Server" Windows XP).
>
> I think there are some open-source alternatives out there as well.


I can read ads. I was looking for personal recommendations of open source
alternatives. I should have been more clear.

-Jeff
 
Reply With Quote
 
ray
Guest
Posts: n/a

 
      05-13-2004, 07:10 PM
On Thu, 13 May 2004 00:32:23 +0000, Jeffrey Cunningham wrote:

> Not my choice - believe me. If there's a way to do this I need to set it
> up for a couple users (or I will have to port some codes I wrote for Linux
> to Visual Studio) 8-(
>
> -Jeff


cygwin

I think that Slackware has some sort of linux on windows as well.

 
Reply With Quote
 
Ian Northeast
Guest
Posts: n/a

 
      05-13-2004, 07:12 PM
On Thu, 13 May 2004 00:32:23 +0000, Jeffrey Cunningham wrote:

> Not my choice - believe me. If there's a way to do this I need to set it
> up for a couple users (or I will have to port some codes I wrote for Linux
> to Visual Studio) 8-(


I would use VNC. Technically the X server is running on the Linux side but
the display is on the Windows machine, either in a browser window (my
preference) or the VNC viewer (which you have to install, which is why I
prefer the browser, Windows' reliability appears to be inversely
proportional to the amount of software installed).

See http://www.realvnc.com/. You can run VNC over an ssh tunnel if you
need encryption: http://www.uk.research.att.com/archive/vnc/sshvnc.html.
Use putty - http://www.chiark.greenend.org.uk/~sgtatham/putty/ - as the
Windows ssh client, it has all the tunnelling options.

VNC is included in most Linux distros, and if you use the browser client
you don't need any Windows software at all, unless you need putty for the
ssh. Putty is a very "benign" Windows program - no installer, no DLLs,
just one .exe.

Regards, Ian

 
Reply With Quote
 
Webmaster
Guest
Posts: n/a

 
      05-15-2004, 12:37 AM
On Thu, 13 May 2004, Ian Northeast wrote:

> On Thu, 13 May 2004 00:32:23 +0000, Jeffrey Cunningham wrote:
>
> > Not my choice - believe me. If there's a way to do this I need to set it
> > up for a couple users (or I will have to port some codes I wrote for Linux
> > to Visual Studio) 8-(

>
> I would use VNC. Technically the X server is running on the Linux side but
> the display is on the Windows machine, either in a browser window (my
> preference) or the VNC viewer (which you have to install, which is why I
> prefer the browser, Windows' reliability appears to be inversely
> proportional to the amount of software installed).
>
> See http://www.realvnc.com/. You can run VNC over an ssh tunnel if you
> need encryption: http://www.uk.research.att.com/archive/vnc/sshvnc.html.
> Use putty - http://www.chiark.greenend.org.uk/~sgtatham/putty/ - as the
> Windows ssh client, it has all the tunnelling options.
>
> VNC is included in most Linux distros, and if you use the browser client
> you don't need any Windows software at all, unless you need putty for the
> ssh. Putty is a very "benign" Windows program - no installer, no DLLs,
> just one .exe.
>
> Regards, Ian
>
>

I vote for Cygwin. It's free, and it works well.

Josh Beck


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to remotely login into a pure IPv6 Linux machine from a DualStack windows machine chaitan Linux Networking 1 11-21-2007 05:37 PM
connecting Windows XP machine to Windows 2003 server LAURA Windows Networking 1 09-21-2003 05:41 AM
Connect a windows 98 machine to a windows 2000 network Jack Windows Networking 1 08-16-2003 05:41 PM
Unable to browse Windows XP machine on the network from Windows 98 Choong Whye Windows Networking 2 07-31-2003 08:18 AM
Can't connect to a windows 98 share from a windows xp machine in a dominion luis Windows Networking 1 07-22-2003 10:11 PM



1 2 3 4 5 6 7 8 9 10 11