Hello,
This is a tutorial on how to get a VPS for 1.2$/ month.
Purchase on from
arubacloud.com, then download this software on your computer:
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.htmlOnce you have installed Putty, open it. Then u need to enter the IP address of the VPS, which u can find in your account on arubacloud.com. Then u will get to an ssh console, it will require you to fill in the root password, which u also can see in ur account. Once you logged in as root, run these commands, the # parts are the commands u need to enter:
# apt-get update
# apt-get upgrade
# apt-get install ubuntu-desktop
# apt-get install gdm
# /etc/init.d/gdm start
# apt-get install tightvncserver
# vncserver :1 -geometry 1024x768
# vncserver -kill :1
# vi ~/.vnc/xstartup
Press ''a" to enter edit mode, then paste this at the bottom of the file: "gnome-session &"
# vncserver :1 -geometry 1024x768
Then login with vnc.