New to Ubuntu, new to list

Amedee Van Gasse (Ubuntu) amedee-ubuntu at amedee.be
Tue Jun 23 11:38:09 UTC 2009


On Mon, June 22, 2009 15:19, bill wrote:

> Yes it asked me and I did the "figure out which keyboard" script - it
> just make a mistake.

You could just re-run the "figure out which keyboard" script. It will be
probably something like

sudo dpkg-reconfigure ...

I don't know the exact name. Hopefully someone else on the list will answer.

> The reason I picked the server edition is that I need
> the LAMP stack for development work.

Actually you don't really *need* the server edition for the LAMP stack.
You can do the following on any edition to get a full LAMP stack:

sudo aptitude install apache2 mysql-server php5

This one is a good test to make sure that everything works:

sudo aptitude install phpmyadmin

then browse to http://127.0.0.1/phpmyadmin

CAUTION! Don't install phpmyadmin on a publicly accessible machine unless
you have properly secured it.

-- 
Amedee





More information about the ubuntu-users mailing list