News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Remote login from Vista or XP into kubuntu

Started by super, February 23, 2008, 08:19:24 AM

Previous topic - Next topic

super

I am looking for a way to remote login from my Vista or XP machines into kubuntu to make tweaks from my desk instead of sitting in front of the tv (convenience). Can anyone recommend any tools for this? I am a newbie in terms of linux networking, so some pointers to tutorials in this regard will be highly appreciated. Thanks.

super

cirion

The built in remote desktop in Kubuntu uses VNC...
The problem is that it is not installed in LinuxMCE.

It can be installed and controlled with VNC on any computer.
Google around.

geoffrey

Several VNC apps are available as normal ubuntu packages.  here is one:

http://packages.ubuntu.com/gutsy/tightvncserver

you should be able to install it using

apt-get install tightvncserver

Asus M2NSLI Deluxe
AMD Athlon 64 X2 BE-2400 2.3GHz
Asus EN6200TC512 Graphic Card
WinTV PVR-150 MCE
(2) Samsung T166 SATA II 500GB
Corsair TwinX 2GB CL5 DDR2-800

Zaerc

You can use putty under windows to login using SSH.  Google knows where to find it.
"Change is inevitable. Progress is optional."
-- Anonymous

[url=http://petition.stopsoftwarepatents.eu/181001941347/][/url]

tschak909

also, instead of using tightvnc...

use krfb

or even better, x11vnc.

The difference between the two is, really.. krfb is a graphical client that you can access from the K menu, but it requires manual invitation and acceptance to use the screen each time.... while x11vnc you start from the command line, but it will allow access without invitation...

weigh the difference, and apt-get install the appropriate one.

either way, the tightvnc client for windows has no problem communicating with either.

-Thom