Custom your own category :

  • 1. Choose the categories by select the check box before category names.
  • 2. Choose the methode to combain the choosen categories between 'Slice' or 'Union' in the drop down list.
  • 3. Execute with click the 'Go' button.

Apache, MySQL & PHP on Ubuntu

Custom Programming, Database, Free for Web, Server-side Scripting, Web Server

Lately I’ve been performing lots of fresh system installs, a result of testing my Ubuntu respin. Restoring my personal data after such an install is simple enough, but having to reinstall my Apache, MySQL & PHP set-up requires a little more effort. So, for future reference I’ve decided to record the process. By following the instructions below I should be able to get my development server up and running within minutes.

AMP install instructions

1. Open a terminal and issue the following command to install the three main packages:

sudo apt-get install apache2 mysql-server php5

This will install the following packages:

apache2 apache2-mpm-prefork apache2-utils apache2.2-common libapache2-mod-php5
libapr1 libaprutil1 libdbd-mysql-perl libdbi-perl libmysqlclient15off libnet-daemon-perllibplrpc-perl libpq5 mysql-client-5.0 mysql-common mysql-server mysql-server-5.0
php5 php5-common

Full article: http://crunchbang.org

License: Creative Commons Attribution-Share Alike 2.0 UK

Add to any service

Indexed in June 2008

Related Info Web

  • Linux Apache MySQL PHP (LAMP)
  • This is to help people setup and install a LAMP (Linux-Apache-MySQL-PHP) server in Ubuntu, including Apache 2, PHP 5 (optionally PHP 4 in Ubuntu 6.10 and lower), and MySQL 4.1 or 5.0.. .. To install the default LAMP stack in Ubuntu 7.04 (Feisty Fawn) In Feisty, the Ubuntu base system includes Tasksel. You can either install LAMP using tasksel or install the...

  • Installing Apache, PHP and mod_ssl on MS Windows
  • Q. How do I install latest version of Apache, PHP and mod_ssl for testing purpose in Windows Vista or Windows XP computer locally? A. You can compile and install all packages on Windows. However, it is not recommended because: => You need compilers and related tools => Admin level expertise => Software incompatibility issues etc XAMPP Project You can try a binary distribution called XAMPP, which...

  • MySQL Admin and NetBeans
  • .. MySQL Tools - Apart from being a popular open source database. It also has some amazing tools, which have been formed, due to years of users invaluable feedback, on their forums. Here’s what the website describes about MySQL Administrator; MySQL Administrator is a powerful visual administration console that enables you to easily administer your MySQL environment and gain significantly better visibility into...

  • Install 2.0 for Drupal Manually
  • Installation Instructions for Version 2.0 This page provides instructions for manually installing CiviCRM 2.0 for Drupal. Unless you are working with a multi-site configuration, we strongly recommend using the Automated Installer Instructions. .. 1. Server Requirements CiviCRM for Drupal has been developed and tested by our team on the following 'recommended' platforms: * Linux * Apache 2.0 * PHP 5.2.x * MySQL 5.x with INNODB enabled * Drupal...

  • Dynamic DNS
  • Every computer which is attached to the internet has an IP address. DNS is the process of relating a name to an IP address so that a website or other service can be accessed using an easily-remembered named (like 'www.google.com'), rather than a number (like '192.168.0.1'). .. However, most home users will be assigned a dynamic IP address that will change periodically,...