TechHow to get a virtual phone number to receive SMS onlineJanuary 5, 20202 CommentsThere are quite a few free websites out there that provide virtual phone numbers to receive SMS online but they…
TechHow to bypass twitter phone verificationAugust 8, 20191 CommentIf you are looking to bypass twitter phone verification without a phone number then I must say it is not…
Linux VPSCentOs VPS Setup To Host Your Website – Step By Step GuideSeptember 30, 2018No CommentsHow to get started and host your website on CentOs VPS This series of tutorials will guide you on how…
WordpressWoocommerce Plugins to Change Currency Based On User’s LocationSeptember 30, 2018No CommentsIf your woocommerce store serves users from multiple countries there is often a need to automatically switch currency based on…
Linux VPSHow to disable direct ip access on CentOs VPSFebruary 8, 2018No CommentsDisabling direct IP access prevents anyone from accessing your website using the IP address. If anyone tries to access your…
Linux VPSHow to disable root login on CentOs VPSFebruary 8, 2018No CommentsRoot login should ideally be disabled due to security reasons. To disable root login edit the sshd_config file using vi…
Linux VPSInstalling and configuring fail2ban on CentOs 7February 8, 2018No CommentsFail2Ban is an intrusion prevention software framework that can protect your VPS by banning IPs that show malicious signs such…
Linux VPSInstalling and configuring iptables firewall on CentOs 7February 8, 2018No CommentsFirst install iptables with this command sudo yum install iptables-services Now start iptables sudo service iptables start Use the below…
Linux VPSHow to change SSH port on CentOs 7 VPSFebruary 8, 2018No CommentsThe default SSH login port 22 can be easily changed. The main idea behind changing the port is security though…
WordpressHow to setup cloudflare SSL on your wordpress websiteFebruary 8, 2018No CommentsCloudflare provides free basic SSL service using which you can enable https for your website. To use cloudflare’s http service…
Linux VPSHow to install wordpress using SSH on Centos 7 VPSFebruary 8, 20183 CommentsTo install wordpress via SSH you need a VPS with – A non-root user account Apache installed and running Mariadb…
Linux VPSConfiguring Virtual Host In Centos 7 VPSFebruary 8, 20181 CommentVirtual host allows us to setup and configure multiple domain names on the same VPS server. To configure virtual host…
Linux VPSInstalling PHP 7.x on Centos 7February 8, 20181 CommentTo install php 7.x we need to install a few things first sudo yum -y install epel-release sudo yum -y…
Linux VPSInstalling Mariadb (MySQL) On Centos 7February 8, 20181 CommentAfter installing apache now its time to install database management system. Mariadb which is an equivalent of MySQL is the…
Linux VPSApache HTTP Server Installation On Centos 7February 8, 2018No CommentsLogin into the server using non-root account and run the following commands. sudo yum clean all sudo yum -y update…