Tagged Questions
4
votes
1answer
420 views
How to forward a window (display) to another computer on the network
I'm setting up a media server for my movies. The server is networked and so are a couple laptops/desktops. The server is running the latest Ubuntu (desktop edition, not server).
This is the scenario ...
2
votes
1answer
753 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 ...
18
votes
3answers
39k 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 ...
6
votes
2answers
521 views
Linux -> linux remote X login/desktop
What are the (best) solutions for remote desktop in linux? Ideally I'd like to be able to be able to log in to a remote X (KDE) session without even logging into my local machine. Maybe if I could ...
2
votes
1answer
406 views
Why are the fonts all screwy for remote X11 apps on one Mac client?
I have two Mac OS X clients, both running XQuartz 2.1.6 (xorg-server 1.4.2-apple33). When I SSH into a remote linux system enabling X11 forwarding and launch gnome-terminal, on one Mac the terminal ...
1
vote
1answer
104 views
XForwarding Applications from OSX
Using XForwarding, you can access GUI applications over ssh between two Xorg-powered machines (and sometimes even from a windows machine).
Is there a way to access OSX applications (like Finder) from ...