LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-28-2006, 10:35 AM   #1
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Rep: Reputation: 55
Question Remote X-Windows on Winbloze box?


Hey guys,

I did a bit of checking here and I don't see any clear answers, only much debate and pointers to links which others declared not helpful.

I would like to be able to let someone using Winbloze to connect to my machine (securely!) and have everything be as if he were directly connected. It should be just like it is for me- I log in to a console shell, and then I can start my X-Windows session and do whatever I want. He should feel as if he were sitting directly in front of a finely-tuned Slackware powerhouse himself.

Is there a simple solution for this? Please, only respond if you've personally set something like this up and used it. I can't afford to go on another wild goose chase at the moment as I have too many other wild goose chases rolling along already

Thanks,
Randall

Last edited by Randux; 06-28-2006 at 10:36 AM.
 
Old 06-28-2006, 10:40 AM   #2
Agrouf
Senior Member
 
Registered: Sep 2005
Location: France
Distribution: LFS
Posts: 1,596

Rep: Reputation: 80
The solution is very simple. It's called cygwin. I use it everyday both at work and at home.

http://www.cygwin.com/

Last edited by Agrouf; 06-28-2006 at 10:45 AM.
 
Old 06-28-2006, 10:44 AM   #3
pwc101
Senior Member
 
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,847

Rep: Reputation: 128Reputation: 128
I've done this using the secure shell client for windows (I'm sure it's possible with putty too) and Hummingbird Exceed, which is an X server for windows. The secure shell provides you with the CLI, and exceed does the X11 display bit. So for example, if you type konqueror into the secure shell CLI, then it'll open up a konqueror window on the machine at which your friend is sitting. You'll need to set up your friend as a new user (unless you want him to run as you?...), but other than that, it's fairly simple to use.

Hummingbird Exceed is not freely available (you have to buy it), but it does work well. I'm sure there's a free equivalent, but I don't know what that is.

EDIT: I did a quick google, and it seems cygwin may be able to provide you with X11 tunneling for free, although I've never used it.

EDIT 2: Beaten to it!

Hope this helps.
 
Old 06-28-2006, 10:44 AM   #4
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Original Poster
Rep: Reputation: 55
Quote:
Originally Posted by Agrouf
The solution is very simple. It's called cygwin. I use it everyday both at work and at home.
Thank you. I didn't realize that one product was enough to provide an end-to-end solution. Now, what's involved in getting it setup?
 
Old 06-28-2006, 10:47 AM   #5
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Original Poster
Rep: Reputation: 55
Quote:
Originally Posted by pwc101
I've done this using the secure shell client for windows (I'm sure it's possible with putty too) and Hummingbird Exceed, which is an X server for windows. The secure shell provides you with the CLI, and exceed does the X11 display bit. So for example, if you type konqueror into the secure shell CLI, then it'll open up a konqueror window on the machine at which your friend is sitting. You'll need to set up your friend as a new user (unless you want him to run as you?...), but other than that, it's fairly simple to use.

Hummingbird Exceed is not freely available (you have to buy it), but it does work well. I'm sure there's a free equivalent, but I don't know what that is.

EDIT: I did a quick google, and it seems cygwin may be able to provide you with X11 tunneling for free, although I've never used it.

EDIT 2: Beaten to it!

Hope this helps.
Thanks, I'm looking for a free (preferably open source) solution as I need to make it easy for the other fellow or he'll stay on Windows. And along with that, I'm hoping someone can provide simple list of instructions to get things working.

Cheers,
Rand
 
Old 06-28-2006, 10:52 AM   #6
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
There are instructions on the website for Cygwin/X here. They are pretty much a step by step guide, IIRC, so you shouldn't have many problems.
 
Old 06-28-2006, 10:59 AM   #7
Agrouf
Senior Member
 
Registered: Sep 2005
Location: France
Distribution: LFS
Posts: 1,596

Rep: Reputation: 80
Quote:
Originally Posted by Randux
Thank you. I didn't realize that one product was enough to provide an end-to-end solution. Now, what's involved in getting it setup?
It is simpler than cooking an egg.
just download the installer, run it and check the boxes of what you want to be installed, check the XFree box, and openssh if you want to do that securely.
After that, you click on the icon on the desktop and a terminal appears, then you ssh -X yourbox.
You can run the installer again later in order to install additional packages (xfce, gnome and stuff).

Last edited by Agrouf; 06-28-2006 at 11:04 AM.
 
Old 06-28-2006, 11:01 AM   #8
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
There's also a list of packages that are required (and ones that are optional) for Cygwin/X in the docs, at least there was when I installed it.
 
Old 06-28-2006, 11:28 AM   #9
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Original Poster
Rep: Reputation: 55
Quote:
Originally Posted by Agrouf
It is simpler than cooking an egg.
just download the installer, run it and check the boxes of what you want to be installed, check the XFree box, and openssh if you want to do that securely.
After that, you click on the icon on the desktop and a terminal appears, then you ssh -X yourbox.
You can run the installer again later in order to install additional packages (xfce, gnome and stuff).
Brilliant! Thanks for the info. It's like one-stop X-Window shopping

Thanks for the link Nylex.
 
Old 06-28-2006, 04:44 PM   #10
spooon
Senior Member
 
Registered: Aug 2005
Posts: 1,755

Rep: Reputation: 51
If you don't need the whole Cygwin environment, you should use Xming, which is the same X server without Cygwin.
 
Old 06-29-2006, 07:19 AM   #11
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Original Poster
Rep: Reputation: 55
Quote:
Originally Posted by spooon
If you don't need the whole Cygwin environment, you should use Xming, which is the same X server without Cygwin.
Thanks for the link. I think the guy is already running Cygwin so it's probably the best choice. And he needs more than X, he has to run openssh or some secure tunnel too.
 
Old 06-29-2006, 04:05 PM   #12
spooon
Senior Member
 
Registered: Aug 2005
Posts: 1,755

Rep: Reputation: 51
Quote:
Originally Posted by Randux
And he needs more than X, he has to run openssh or some secure tunnel too.
There are many other good SSH implementations on Windows; for example, PuTTY. To enable X forwarding in Putty, go to Connection -> SSH -> X11 and check "Enable X11 forwarding".
 
  


Reply

Tags
remote, xwindow



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
send syslogs of aix box to remote rhel box gsr_kashyap AIX 2 04-05-2006 06:32 AM
Troubleshooting Slow Transfer Speed Between Linux Box and Windows Box timswim78 Linux - General 1 10-23-2005 11:45 AM
Remote Shutdown of Windows using a linux box? bigdog0007 Linux - Networking 7 05-12-2005 10:07 AM
printing from a remote windows box LovelyJunna Linux - Newbie 0 03-26-2004 03:39 PM
how to remote login to linux GUI from windows box rfkhickory Linux - Networking 3 10-20-2003 02:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:27 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration