Installing Virtualmin
What is Virtualmin?
Virtualmin is a powerful and flexible web hosting control panel for Linux and BSD systems. Available in an Open Source community-supported version, and a more feature-filled version with premium support, Virtualmin is the cost-effective and comprehensive solution to virtual web hosting management.
Requirements
Any of the below OSes and architectures:
Install LAMP On Ubuntu 15.04
Like in older version of Installing LAMP on Ubuntu 13.xx 14.xx there aren’t any major changes (except if you are using MySQL instead of MariaDB, in that case you change one keyword 🙂 and ofcourse our lovely systemd ) anyway, I will demonstrate the commands and procedures you need to Install LAMP …Read More
LAMP Server (Apache / MariaDB /PHP) on Fedora 19+ and Centos/RHEL 7
LAMP is a combination of operating system and open-source software stack. The acronym LAMP comes from the first letters of Linux, Apache HTTP Server, MySQL/MariaDB database, and PHP, Perl or Python (and sometimes PhpMyAdmin too.)
Installing Apache
Change to root (if not root already) user using the following command:
1 |
su - |
and install apache using …Read More
Install LAMP Server (Apache, MySQL or MariaDB, PHP) On Ubuntu 14.10/14.04/13.10
LAMP is a combination of operating system and open-source software stack. The acronym LAMP comes from the first letters of Linux, Apache HTTP Server, MySQL or MariaDB database, and PHP/Perl/Python.
In this tutorial, we will see how to setup LAMP server on Ubuntu 14.10 system.
Install Apache
Apache is an open-source multi-platform web …Read More
CentOS and RHEL 7: Install Linux, Apache, MariaDB, PHP (LAMP)
More about LAMP
LAMP is nothing but a software bundle or a platform consisting of Linux operating system, Apache web-server, MySQL database server and PHP (or Perl/Python)scripting language. The LAMP stack is used for building heavy-duty dynamic web sites entirely out of free and open-source software. In this tutorial, I’m going …Read More