linux

Install XAMPP 1.8.3 in Linux Ubuntu Desktop

webadmin's picture
Software

XAMPP is an independent server platform, which consists mainly of the MySQL database, the Apache web server and interpreters for scripting languages: PHP and Perl. The name comes from the abbreviation of X (for any of the different operating systems), Apache, MySQL, PHP, Perl.

Ubuntu Default Root Password or the sudo sh

webadmin's picture
Software
Ubuntu

In Ubuntu, by default, there is not really a root user, but only root access which can be gained using sudo, for instance, to update your repository list:

:~$sudo apt-get update