0

I have downloaded this image https://bitnami.com/stack/edx/virtual-machine and installed it in virtual box

Then I executed the following

sudo apt-get update
sudo apt-get install ubuntu-desktop
set display=:0
ubuntu-drivers devices | grep recommended
sudo apt-get install (recommended driver file)
sudo apt-get update
sudo apt-get upgrade
sudo reboot

startx

However the desktop is empty, what can I do know? how do I open a browser? network settings?

http://screencast.com/t/HXmBaHaxS1

1 Answers1

1

It sounds like you initially installed a server OS, so there are no GUI programs installed on one of those. So, now that you have installed a GUI desktop, you need to install GUI programs.

So to start you will want to I guess install Firefox:

CTRL+ALT+T  

Opens terminal then type:

sudo apt-get install firefox

And you will have a browser, then you can search for the commands to install whatever else you would like.

  • I looked up Bitnami, and to be honest, I am not sure this will work, so What I want to ask if it does not work is: Is there a particular reason you want to use Bitnami over an install of Ubuntu, besides the fact that Bitnami has preconfigured everything on the server software stack for you. – Christopher Angulo-Bertram May 29 '16 at 20:08