The LAMP stack is a well-known and widely used web-development stack whose primary goal is to help you to build an open source Web Hosting environment. This stack consists of the following components: Linux (base operating system), Apache (web server), MySQL (relational database) and PHP (multi-platform scripting language). And here’s where LAMP comes from. You may have heard about some well-known projects which are heavily relying on this stack: Facebook, Wikipedia, Tumblr, and WordPress. In this article we’ll show you how you can install it on Ubuntu server.
Prerequisites
You must have root privileges or have an ability to use sudo to install required packages to your system.
Installation process
Installation process is easy and straightforward.
First, we’ll install Apache web server, then MySQL DB and then finalize the process with PHP scripting language.
Generally speaking, yes. There are certain extensions to PHP one could install on Windows that would provide functions that aren't present on Linux.
Both are fairly easy to install. Apache is far easier to install on versions of Windows that are not supported by IIS, such as Windows XP Home. In Windows XP Pro, it is as simple as using the Add / Remove Windows components for IIS, and running a simple installer for Apache. XP Home requires manually copying and tweaking. IIS and Apache are more often found bundled in a Linux distro or Windows Server installation, in which the installation of Apache or IIS (respectively) will be automated.
LAMP is not a package , it is : Linux Apache Mysql PHPyou can intall them with :sudo apt-get install mysql-server mysql-client apache2 apache2-doc php5 php5-mysql libapache2-mod-php5
The Apache Foundation is most widely known for their Hypertext Transfer Protocol server.
1. Click the green gecko. 2. Select System > YaST 3. Enter your password 4. Click "Software" 5. Enter "apache" in the search box 6. Select "apache2" from the list. 7. Click Accept.
Probably Apache
after we finished install Linux OS at laptops.What driver we should install?can u give me the list?
Linux.
Enter this command as root: "apachectl start"
/etc/apache2
Yes, install Windows first, then whichever distribution of Linux you want second.
You do not need to install PuTTY in Linux as there are built-in utilities that can do PuTTY's job (ssh, telnet)