LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Remote KDE Desktop (https://www.linuxquestions.org/questions/linux-software-2/remote-kde-desktop-167582/)

reinermax 04-07-2004 11:36 PM

Remote KDE Desktop
 
Hello

How i can remote a KDE desktop from one Linux to other
Linux so i don't need to go to the Server.
SSH works fine for terminal but i need the KDE desktop.

Can me please sombody give me a hint how i can do
that?

Thanks in advance.

Regards

Reiner Max

rmanocha 04-07-2004 11:47 PM

You can use VNC for this.There are tons of VNC clients/servers available out there.Search for them and u shud be able to get a graphical KDE going.It might be slow though.

reinermax 04-07-2004 11:54 PM

Hello

Thanks for you answer. i know VNC but i had think that may
a other way to accomplish this task.

Regards

Reiner Max

rmanocha 04-07-2004 11:57 PM

Well i guess you can also try virtual private network(i think that is what it is called) though i am not sure if it gives u graphical login.
However i question still bogs me....why would u need a graphical window to do administrative work.You can do everything you want through the command line.
If there is something special u wanted to do...let us know and maybe we can tell you how to do it throught the command line.

Atomsmasher 04-19-2004 05:34 PM

I, for one, am not smart enough....well, don't know where all the little files/dirs are to edit stuff.
Like what files to edit to change the default www folder.
How to link a directory like /mnt/molly into the /srv/www folder.
How to install RPM's like pureFTP from command line.

I can't even figure out which file I'm supposed to download for pureFTP. I have suse 9 and kde.

I used DOS some....long time ago....but just have gotten lazy and used to how easy windows is to setup stuff like this.

brownb2 04-20-2004 03:24 AM

Configure KDM to allow logins from other IP addresses. Install Cygwin X11 on the Windows box (if that is the machine to export the display to) or use some other session manager under Linux/Unix.

Alternatively (cygwin approach again - its what I use):
Start cygwin from a cygwin shell and do the following:

XWin -multiwindow &
export DISPLAY=localhost:0.0
xhost + <remote machine's IP here or leave blank for all machines to connect>

Log into your remote machine using ssh or similar (the one with the the clients - programs- you want to display on your localmachine) and type:

export DISPLAY=<your local ip - that of the machine you want the display on>:0.0

xterm & (or the name of any other program you want to start)


All times are GMT -5. The time now is 03:26 PM.