Install

How to Install Apache, MySQL, PHP (LAMP) on CentOS/RHEL 7

How to Install Apache, MySQL, PHP (LAMP) on CentOS/RHEL 7

How to Install the LAMP Stack on CentOS 7

  1. Step 1: Update Package Repository Cache.
  2. Step 2: Install the Apache Web Server.
  3. Step 3: Install MySQL (MariaDB) and Create a Database.
  4. Step 4: Run MySQL Security Script.
  5. Step 5: Install PHP.
  6. Step 6: Test PHP Processing.
  7. Step 7: Install PHP Modules.
  8. Step 8: Restart Apache.

How to Start, Stop, or Restart Apache
Debian/Ubuntu Linux Specific Commands to Start/Stop/Restart Apache Restart Apache 2 web server, enter # /etc/init.d/apache2 restart. $ sudo /etc/init....
How To Install Redis on Debian Linux
Installing Redis on Debian 9 Step 1 Install Redis from APT Repo. Redis package is included in the default Debian 9 repositories, therefore, issue the ...
How to Set Up SSH Keys on Ubuntu 18.04
How do I create a new SSH key in Ubuntu? Where do I put SSH keys in Ubuntu? How do I create a new SSH key in Linux? How do I create a SSH key pair? Ho...