0
I am looking for something like logmein but my target machine is Ubuntu 8.04.
I.e. I want to easily log in from any place in the internet to my ubuntu machine.
0
I am looking for something like logmein but my target machine is Ubuntu 8.04.
I.e. I want to easily log in from any place in the internet to my ubuntu machine.
2
Use Teamviewer. If you are a commercial user, try GoSupportNow (http://www.gosupportnow.com). It works on Linux with Wine and costs just $19.95 per month.
0
One alternative to LogMeIn is TightVNC:
TightVNC is a free remote control software package. With TightVNC, you can see the desktop of a remote machine and control it with your local mouse and keyboard, just like you would do it sitting in the front of that computer. TightVNC is:
- free for both personal and commercial usage, with full source code available (GPL-licensed);
- useful in remote administration, remote customer support, education, and for many other purposes;
- cross-platform, available for Windows and Unix, compatible with other VNC software.
It's not as convenient as LogMeIn, since you need the target PCs IP address, but it's good enough in most cirmcumstances.
There are many case. Where PC needs plug-n-play. And TECH guy need plug-n-play remote connection. TightVNC, RealVNC, X11vnc, any VNC is not having this feature to do. – YumYumYum – 2011-12-31T08:19:22.850
or any VNC client will work as well. note the VNC server software to use depends on what you want -- just a login on the remote server (Xvnc/vncserver/tightvncserver), or connecting/controlling an existing X session (x11vnc, vino, etc). – quack quixote – 2009-11-18T10:36:00.907
@~quack You're right, basically any VNC client should work. It's a universal solution; I use VNC to connect from an iPod Touch to a PC running Windows 7. – alex – 2009-11-18T11:09:55.363
0
For command line you could use ssh or putty depending on whether you are logging in from a Linux or Windows machine.
For a graphical login I use TightVNC or even Windows' Remote Desktop (this will need the server installing on the Ubuntu, I would imagine that the servers for the other protocols are part of the standard install).
maybe for server installs. ubuntu desktop supplies Vino for VNC capability, but doesn't include ssh-server in a default install. – quack quixote – 2009-11-18T10:40:45.827
I second the vote for teamviewer if you are in need of a GUI login to any linux system. If you just need access to the command prompt, the obviously use SSHd on then Linux side and Putty as your client. – Richie086 – 2012-08-24T00:23:44.763