Steps to install bind dns server on VPS

Steps to install bind dns server on VPS

DNS Server:- A DNS Server is a computer server that contains a database of public ip address and their hostnames. Install bind dns server on centos6 Step1:- Checking updates with “yum update -y” Step2:- Install bind with “ yum install bind bind-utils -y” Step3:- Will open named.conf with “nano /etc/named.conf” Replacing *.*.*.* with corresponding ip…

Steps to install latest version of mysql and php

Steps to install latest version of mysql and php

Install MYSQL5.7 follow below steps :- To install Php Go to –>Php Installation First Check the version of OS cat /etc/redhat-release CentOS release 6.9(Final) Steps:-Download and add the following MySQL Yum repository 1)On RHEL/CentOS 6 wget http://dev.mysql.com/get/mysql157-community-release-e16-7.noarch.rpm 2)Install Packages yum localinstall mysql57-community-release-e16-7.noarch.rpm 3)Verify Mysql yum enabled yum repolist enabled | grep “mysql.*-community.*” 4)Installing latest mysql…