Installing a LAMP Server on Ubuntu

April 26, 2012 by · 109 Comments
Filed under: HowTo, linux, Ubuntu, web development 

Ubuntu LAMP Server

When working on web development, I prefer to work within the privacy of my own development environment located on my computer. I'd rather make the majority of my mistakes where no one else can see them rather than out in the wild of the Internet. In order to have that private development environment, I install a LAMP configuration. If you're not familiar with LAMP, it stands for Linux, Apache, MySQL, php (and/or Perl). Read more