Horje
How to install LAMP in CentOs 7? Code Example
How to install LAMP in CentOs 7?
sudo yum install httpd //install httpd
 
sudo systemctl enable httpd.service //enable httpd<
 
sudo yum install mariadb-server mariadb //Installing MariaDB
 
sudo systemctl start mariadb //start MariaDB
 
sudo mysql_secure_installation //set user and password
 
sudo mysql //login to database
 
exit //exit from database
 
sudo yum install php php-mysql //Installing PHP




Shell

Related
screen set env variables Code Example screen set env variables Code Example
ir para comit Code Example ir para comit Code Example
bash compare numbers Code Example bash compare numbers Code Example
tablet mode powershell script Code Example tablet mode powershell script Code Example
How to translate to md5 linux Code Example How to translate to md5 linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12