Follow your distro's instructions to install Gnome (or similar), and then start it.
For example on recent Ubuntu,
Code:
sudo aptitude install ubuntu-desktop
sudo service gdm restart
On Debian,
Code:
sudo aptitude install gnome-desktop-environment
sudo /etc/init.d/gdm restart
Etc.