Comment Re:golden age? with them trying to create the firs (Score 1) 86
Comment Re: HTTP.SYS? (Score 3, Informative) 119
Comment Re:*ahem* (Score 1) 119
Comment Re:HTTP.SYS? (Score 4, Informative) 119
Comment Re: HTTP.SYS? (Score 5, Informative) 119
Comment Re:HTTP.SYS? (Score 4, Informative) 119
Comment Re:Biggest tech story of the last few months (Score 1) 138
Comment Re:it solves some unicode issues (Score 2, Insightful) 774
Comment Re:Fun Fact (Score 1) 558
Comment Re:remote desktop vs windows (Score 2) 197
Flickering and architectural problems. The first is purely cosmetic, but is impossible to fix without making chances to the core protocol. The second means that an order of magnitude more work is required to add new functionality than what could be done with a more modern design.
Daniel Stone explains the problems with X11 in great details here: http://www.youtube.com/watch?v=RIctzAQOe44
Comment Re:remote desktop vs windows (Score 1) 197
obviously by ssh admin he means whoever administrates access to ssh, and would allow X forwarding in the sshd_conf file...
You are incorrect. X forwarding still requires giving your local host permission to the x server.
I don't know which distro you use, but usually that is enabled unless whoever administrates access to ssh disables it.
Comment Re:remote desktop vs windows (Score 1) 197
Well, assuming that the ssh admin has permitted ssh forwarding. And that you invoked your ssh client with the appropriate flags. And that you export the DISPLAY variable on the remote host. And that you set your xhost permissions on your own host.
Other than that, nothing to be done.
You mean
ssh -X user@host xterm?
Damn hard that is!