Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
but these setenv DISPLAY and gui commands are not working on my linux machine (i am using bash). Can some body help with some basic step by step guide about how to access remote GUI.
There is one more requirement to this, i want the remote GUI session to be isolated, like the work i m doing on this remote session is not shared, seperate user, and the remote machine is also available to any local user.
is there any rpm to install gui command, just tell me what needs to be installed for above commands to work.
Easiest way, IMHO, to run a remote X11 app is to connect to the remote machine via SSH with the -Y flag, and then simply start the app as usual from the command-line.
The -Y flag allows for X11 forwarding, so any X11 app started from the SSH connection will pop up on your own X11 display.
Another option is a reasonably new program that I’ve been following from the start that I’d like to see get some more attention, because it's a good program, is xrdp
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.