Tagged Questions
1
vote
2answers
420 views
Is there a clipboard on non-GUI Ubuntu / Linux systems? Can I synchronize it with my local (OS X) clipboard?
I spend a lot of time on Mac OS X as a desktop system, and on the Mac there are two nice little utilities for the command line, pbcopy and pbpaste which can accept stdin and write to stdout. Is there ...
4
votes
1answer
419 views
SSH not terminated after exit when there is X Forward program
After running X programs over SSH, SSH doesn't terminate after shell exit (have to use e.g. CtrlC to kill it).
My guess is although the X program already exit, there is still some "connection" left ...
2
votes
1answer
685 views
Forwarding X11 over SSH if the server configuration doesn't allow it
Consider a situation where I'm logging in over SSH from machine A to machine B, I have an X session on machine A, and I want to run an X program on B.
ssh -X B makes this work transparently. But what ...
13
votes
4answers
33k views
How to forward X over SSH from Ubuntu machine?
I have a machine running Ubuntu which I SSH to from my Fedora 14 machine. I want to forward X from the Ubuntu machine back to Fedora so I can run graphical programs remotely. Both machines are on a ...
2
votes
2answers
185 views
XForwarding not loading correct $PATH
I tried to XForward netbeans to my laptop, using the following code:
# This does not work
$ ssh user@10.0.0.5 -Y netbeans
which: no javac in (/usr/bin:/bin:/usr/sbin:/sbin)
which: no java in ...