\Remote Desktop Connection\

Linux->Windows


Commands


sudo apt-get install ubuntu-desktop


sudo apt-get install gnome-panel gnome-settings-daemon metacity nautilus gnome-terminal


sudo apt-get install vnc4server


----------------------------------------------------------------------------------------------------

Then type vncserver


type password

confirm it


------------------------------------------------------------------------------------------------


sudo apt-get install gnome-core


-------------------------------------------------------------------------------------------


nano ~/.vnc/xstartup


then add these lines at the end and save it


gnome-panel &

gnome-settings-daemon &

metacity &

nautilus &


source ~/.vnc/xstartup

----------------------------------

vncserver


Now run the vnc client at port : 'your ext ip':5901 .



----------------------------------------------------------------------------------------------------

Errors : 

---------------------------------------------------------

no bar : 



nano ~/.vnc/xstartup


then add these lines at the end and save it


gnome-panel &

gnome-settings-daemon &

metacity &

nautilus &


source ~/.vnc/xstartup

------------------------------------------------------------

no root access ie copy,paste, delete:


sudo chown -R $USER: $HOME

---------------------------------------------------------------