| here is something u should know bout lampp....lampp is also called xampp for linux  these days so dont get confuseAfter downloading simply type in the following commands: That's all. XAMPP is now installed below the /opt/lampp directory.Go to a Linux shell and login as the system administrator root:suExtract the downloaded archive file to /opt:tar xvfz xampp-linux-1.7.2.tar.gz -C /opt Warning: Please use only this command to install XAMPP. DON'T use any Microsoft Windows tools to extract the archive, it won't work. Warning: already installed XAMPP versions get overwritten by this command.
 StartTo start XAMPP simply call this command:/opt/lampp/lampp start You should now see something like this on your screen: Starting XAMPP 1.7.2...LAMPP: Starting Apache...
 LAMPP: Starting MySQL...
 LAMPP started.
 
 Ready. Apache and MySQL are running. TestOK, that was easy but how can you check that everything really works? Just type in the following URL at your favourite web browser:http://localhost Now you should see the start page of XAMPP containing some links to check the status of the installed software and some small programming examples. 
 
 A matter of security (A MUST READ!)Here a list of missing security in XAMPP: The MySQL administrator (root) has no password.The MySQL daemon is accessible via network.ProFTPD uses the password "lampp" for user "nobody".PhpMyAdmin is accessible via network.Examples are accessible via network.MySQL and Apache running under the same user (nobody).
 To fix most of the security weaknesses simply call the following command: /opt/lampp/lampp securityIt starts a small security check and makes your XAMPP installation quite secure. For example this protects the XAMPP demo pages by a username ('lampp') and password combination. 
 START AND STOP PARAMETER
 
 
 
 |