Aşağıdakı kodların hamsını putty ilə yazın sonra remote desktop connection  ilə ubuntuya girə bilərsiniz      First of all you must have your ubuntu linux instance  connected with Putty  Log in as ubuntu on Putty as ubuntu@yourinstanceipaddress  then execute the following commands:  sudo apt-get update sudo apt-get install nano xorg lxde-core tightvncserver sudo apt-get install gnome sudo apt-get install xrdp sudo apt-get update sudo apt-get install xfce4 echo xfce4-session >~/.xsession sudo service xrdp restart  ----------------------------------------- WINE  sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install wine  FIREFOX (or any browser you want)  sudo apt-get install firefox  ----------------------------------------- Then execute the following:  vncserver  (set password and verify it, must be 8 characters)  sudo reboot  Open Putty terminal again and run:  vncserver :1  ----------------------------------------- Then open TightVNC Viewer  connect with as  ...