|
I have hosts A,B and C. From host A I can access through ssh only B. From B I can access C. I want to be able to run X11 programs on C and forward display to A.
I tried this:
A$ ssh -X B B$ ssh -X C C$ xclock Error: Can't open display:
But it doesn't ...
Started by Lexsys on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
There are several ways to do this, the one I prefer is to forward the ssh port:
First, connect to machine B and forward [localPort] to C:22 through B
A$ ssh -L [localPort]:C:22 B
Next, connect to C with
A$ ssh -Y B B$ ssh -Y....
|
|
The invitations just keep *coming* in the mail. We seriously have about 6 graduations lined up and another 4 weddings for the summer. With a 3 y/o and a 3 m/o, I must admit I'm not really looking forward to all the travel and effort . Ive said no to one...
Answer Snippets (Read the full thread at twopeasinabucket):
All in May quite often how glad....
And Mother's Day/Father's Day.
And both our parents' anniversaries.
And our 20th anniversary.
Still not looking forward to it all though...at least.
Moments and I'll instead just do what I can.
|
|
I realized that I've asked this in the wrong section so I will repost it here:
What the title says.
I started using Proxomitron, it's cool and all but it would be even better if I knew how to randomize stuff with it.
How do I make a random string like...
Answer Snippets (Read the full thread at prxbx):
Above all else, definitely please start here, with "sidki_2011-12-22rc....
Randomizing X-Forwarded, mouseover "Load Config File", select "sidki_2011-12-22rc1".
You may be able to construct what you need.
y[,z]) are available, however.
|
Ask your Facebook Friends
|
How could I forward the X window output from a program under Linux (Debian Lenny)? Any suggestions and / or experience?
The easiest way would be to restart the process with a new DISPLAY enviroment variable, but I don't want to take down the process at...
Started by Tooony on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Ssh -Y user@server
-Y part tels ssh to tunnel X....
From the start) which will redirect to a different server, but how will it create whatever X objects before, and replay every X command that came over the socket to the new server.
|
|
I need run Mac applications on a remote Mac machine and display it on a local Linux machine's X server (a lot of articles on the Internet seem to be detailing how would you do it the opposite way).
$ ssh -X mac-box $ cd /Developer/Applications/Xcode.app...
Started by Checkers on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
This article shows how to set it up on the mac side.
On your Linux machine:
ssh -Y user@mac-box xterm
(Some next steps might then include Googling machine, you'll be able to see your Mac desktop.
|
|
Clark: It's funny how you can have all the right -otives and still do all the wrong things.
A,S,R,C,T,H,E,L,D,N,K,G,I,W,F,O,V,U,Y
Started by Clementine Woolysocks on
, 15 posts
by 4 people.
Answer Snippets (Read the full thread at fanforum):
Congrats Szilvia! Congrats Szilvia! In the middle: T, A, C L? Cla--: - -a-t-- t- t-ll --- t-... .
Thanks for the thread! Such an awesome title!
Clark: It's funny how you can have all the right motives and still do all the wrong things.
|
|
I've just started learning Qt, using their tutorial. I'm currently on tutorial 7, where we've made a new LCDRange class. The implementation of LCDRange (the .cpp file) uses the Qt QSlider class, so in the .cpp file is
#include <QSlider>
but in the...
Started by Skilldrick on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
// a.h #include "b.h" struct: break circular reference by forward delcaration of B or A
Reducing rebuild time - Imagine the following that directly or indirectly pulls....
References is the one reason where you have to use forward declarations.
|
|
Hi guys,
I'm trying to do something like the following:
enum E; void Foo(E e); enum E {A, B, C};
which the compiler rejects. I've had a quick look on Google and the consensus seems to be "you can't do it", but I can't understand why. Can anyone explain...
Started by szevvy on
, 18 posts
by 18 people.
Answer Snippets (Read the full thread at stackoverflow):
Forward declaration of enumsSeems it can not be forward-declared in GCC!
Interesting discussion here
There is indeed no such thing as a forward declaration....
On all the popular compilers, pointers to enums are a consistent size.
|
|
Hi all,
I was reading an on-line how to on how to increase the speed for bittorrent files and it was also saying to add the ports under the "Port Triggering" menu of the router.
as I see it, Port Forwarding justs forwards the data to the specified IP ...
Started by _grandpa_ on
, 18 posts
by 5 people.
Answer Snippets (Read the full thread at just2good):
The drawback is that you can only forward to a singleHey i read your post and i was curious to know if u could tell me what i need to do to forward my i have not learnt how....
On port y (where x and y can be the same)'.
|
|
I've just installed a new Microsoft Wireless Laser Mouse 5000 and it's X/Y calibration/alignment seems to be off.
If I move the mouse from left to right, the cursor will go up and down slightly. If I move the mouse from top to bottom, the cursor will ...
Started by GateKiller on
, 10 posts
by 9 people.
Answer Snippets (Read the full thread at serverfault):
I had some friends get new computers all at once from the same supplier and they all got larger than any reasonable movement....
Unless the mouse is completely rectangular, how do you even know exactly, on such a small degree, what batch .
|