Cloudflare provides free basic SSL service using which you can enable https for your website. To use cloudflare’s http service first you need to create an account on cloudflare.com During…
To install wordpress via SSH you need a VPS with – A non-root user account Apache installed and running Mariadb / MySQL active and running PHP installed (recommended version 7.x)…
Virtual host allows us to setup and configure multiple domain names on the same VPS server. To configure virtual host you need at least one domain name. To setup virtual…
To install php 7.x we need to install a few things first sudo yum -y install epel-release sudo yum -y install http://rpms.remirepo.net/enterprise/remi-release-7.rpm sudo yum -y install yum-utils Now enable the…
After installing apache now its time to install database management system. Mariadb which is an equivalent of MySQL is the default relational database management package that comes with centos 7.…
Login into the server using non-root account and run the following commands. sudo yum clean all sudo yum -y update Finally install apache sudo yum -y install httpd Start apache…
The first step involves logging into the VPS server with the root account and then creating a new non-root user account. Download putty for windows which is a client use…