I'm brand new to Ubuntu and Linux in general and I installed Ubuntu on a second PC (just to be sure that if I mess something up, I still have my Windows 7 PC).
Is there an easy way for me to use remote desktop or an equivalent on my Windows 7 PC to connect to my Ubuntu PC? I want to be able to work on Ubuntu without having two keyboards/mice.
So far, what I've found on the web take for granted that I'm already good with Linux, which is not my case. So I'm looking for a answer for dummies. ;)
The protocol that Windows desktop sharing uses is called RDP. There is an RDP server implementation for Linux called xrdp but development has fallen behind and the RDP client in Windows 7 won't talk to the older version of RDP that it uses.
So if you want to connect to xrdp from Windows 7 you have to copy the old RDP client (mstsc.exe and mstscax.dll) from a WinXP install to the Windows 7 box and run it independently. At that point you might as well just be using a VNC client instead, really. VNC servers for Linux are much better-supported.
I believe you can use various VNC applications on Windows that are compatible with the built in one on Ubuntu. I really can not recommend any specific ones, as I have not used them since 2005. Remember to go to System -> Preferences -> Remote Desktop to set it up if Ubuntu is the guest.
I can attest that you can use vnc in windows 7 to connect to an ubuntu host just fine. I use the regular old VNC viewer. There really isn't a feature difference that I can see between doing this and using remote desktop.
The most user friendly solution, that requires practically no set up at all, is an application called teamviewer
install a client on every machine you want to access and your off. It runs over port 80 so theres usually no firewall config necessary. A few caveats:
the company i used to work for used it quite a lot for remote support at work
You can use VNC.. And, it's already integrated in Ubuntu.
Open up "Desktop Sharing".
There, you can easily set up your computer to be accessible through the LAN.
You can connect to it from a Windows PC using a VNC viewer such as UltraVNC.
From Wikipedia:
To install TeamViewer, download the deb package for:
Then:
Also there is a list of many alternatives to TeamView such as LogMein and many others which you can check out here.
You can try teamviewer. it works for me perfectly.
To install team view on your Ubuntu Machine, go to TeamViewer Download page of Linux. Download the Ubuntu package, 32-bit or 64-bit, depending on your setup. Once installed, just run the TeamViewer utility. It provides you with a ID and password to connect with from your workplace. you can also setup TeamViewer in Ubuntu to autostart in background, autohide notification, setup a single permanent password etc. Have a look at the options, there is a lot to configure and very straight forward.
install remote desktop support on your ubuntu machine
Connect from your Windows machine with regular remote desktop application.
Reference: http://www.liberiangeek.net/2012/05/connect-to-ubuntu-12-04-precise-pangolin-via-windows-remote-desktop/
I've administrated Windows servers from my Ubuntu 10.04 laptop using the default Terminal Connection client. The only problem I see is that you are limited to either standard 4:3 resolutions or full screen, but nothing in between. So on my 16:9 laptop screen, the 4:3 resolution does not work well. Using the version 7 Windows RDP client that is installed with Windows 7, you can many options on resolution but also how you want to send over the details of the remote desktop from sound, usb, added desktop visuals.
The larger problem is from Windows 7 you will need to make sure you enable Remote Desktop, give your account remote access, also if needed allow from Windows Firewall.
For basic needs I think the Linux Terminal Connection client works well enough. Keep in mind that the future version of Windows RDP client will support more features such as sending 3D processed video using the remote computer's video card. These features will not work with non-Microsoft RDP cllients, except for approved third party vendors like Citrix.
Another cool option you can use is download the software called Synergy on both systems. It is completely free and all you have to do is say setup the one running on Windows as the server and the one on Ubuntu as the client. In the server side you have to just drag a computer to whatever side you want and name it the same as the computer's actually name. After that just go to the client computer and type in the server computer's IP and it will automatically connect. You just have to keep internet connection for both and its a good idea to set both the server and client Synergy programs to auto start at bootup.