LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to create something like RDC for linux? (https://www.linuxquestions.org/questions/linux-software-2/how-to-create-something-like-rdc-for-linux-762662/)

BenOwns 10-17-2009 06:59 PM

How to create something like RDC for linux?
 
Well, i've figured out i need KDE or GNOME.
and i have dicovered NXServer.

i think i got KDE and GNOME installed, but is there anything else out there other than NX that will allow me to do remote desktop using KDE or GNOME ?

and if you know how to properly install NX, could you please explain to me thanks guys!

Elv13 10-17-2009 07:36 PM

Any desktop can do remote desktop. The normal way to do it in Linux is using ssh. You can call application from any unix complicant OS (freedsd, mac os, solaris and linux) and Windows xming or cygwin. SSH client is installed by default in any linux distribution and server in most of them. To install is in Ubuntu, type

sudo apt-get install openssh-server

and you are ready to use it, it is that simple.

The other common way to do it is using VNC.

BenOwns 10-17-2009 08:47 PM

thanks but i didn't mean ssh, i can do that fine. lol
but lets say i wana connect to my linux server from my vista desktop at home, but i want to be able to use the GUI interface KDE or GNOME

o btw i am on centos5

Elv13 10-17-2009 10:07 PM

You can use GUI via ssh, you just have to enable it:
ssh -Y user@hostname
With this command, you can now execute GUI application remotely.

X11 is a client/server application, windows does not have to be native to display, they can be piped over network just fine.

BenOwns 10-17-2009 10:49 PM

thanks that works nicely.

i was trying to get it as you would use the gui on lets say ubuntus gui when you boot up non remotely

BenOwns 10-18-2009 09:23 PM

well now i am getting this when trying ssh -Y root@server

[root@server D2GS-110]# ssh -Y root@server
ssh: server: Name or service not known


any idea?

lutusp 10-18-2009 09:40 PM

Quote:

Originally Posted by BenOwns (Post 3724376)
well now i am getting this when trying ssh -Y root@server

[root@server D2GS-110]# ssh -Y root@server
ssh: server: Name or service not known


any idea?

root@server was an example, like someone saying, "state your name".

When you try to carry out this example, you need to replace "root@server" with an actual user and an actual server name.

If you filled out a form that said "put your name here", would you write "your name" or would you enter your actual name? It's the same idea.

Elv13 10-18-2009 10:02 PM

It take Hostname if your router support DNS correctly or IP addresses.

BenOwns 10-19-2009 12:02 AM

it is root@server tho lol


All times are GMT -5. The time now is 05:21 PM.