Here is the script to restart a server automatically if it’s load increases above a limit : #!/usr/bin/ bash LOAD=`uptime |awk ‘{print $NF}’` LOADCOMP=`echo $LOAD \> 10 |bc -l` if [ $LOADCOMP -eq 1 ] then /sbin/shutdown -r 0 fi Note : Here 10 defines the server load, you can adjust as per your need. […]
Forgot your cPanel Password and Wrong Password Login Attempts got your IP Blocked from the Server? We have added a feature to your WHMCS Panel in Client Area for all users. Below are the steps discussed to unblocked your IP from the server. Requirements WHMCS/BaseZap Account Login Credentials Procedure Login to your WHMCS/BaseZap Account https://my.basezap.com/clientarea.php […]
Wondering about TimeZone of your CentOS Machine and want to change it? Let’s follow this small guide to check and change current TimeZone in CentOS 6 and Centos 7. Requirements Root SSH Access to CentOS Machine (Root Needed to change TimeZone) Procedure Check Current Date, Time and TimeZone in CentOS 6/7 Check Date of your […]
Most of you have heard about Cloudflare that it provides protection from DDoS attacks and speeds up your websites. No Problem if you have no idea about Cloudflare. Cloudflare which provides Content Delivery Network (CDN), DDoS mitigation, Domain Name System (DNS) Services and various other Internet Security Protocols. Cloudflare acts as a mediator between your […]
In this tutorial we will cover, how to install WP-CLI and use it for WordPress database backup, database import, creating new WordPress instance. How to install WP-CLI (for all users) Prerequisites Root level SSH access to server PHP 5.3.29 or higher version WP-CLI support wordpress 3.7 or above versions only. To test if your server has […]
Following guide helps to export and import database of MySQL / MariaDB using Command-Line. It is very useful when the database size is pretty big and the software like PHPMyAdmin, MySQL workbench might give you timeout issue or take abnormally very high time. The mysqldump client utility performs logical backups, producing a set of SQL […]
Following steps would resolve your issue of firefox not loading due to error message that a copy of Firefox is already opened. In OS X Terminal, open terminal and copy paste the following command $ cd ~/Library/Application\ Support/Firefox/Profiles/ $ ls -l This will list the profiles you have in firefox. if you have multiple profiles, […]
If you have changed your WHMCS server IP, you must be receiving following error : INVALID LICENSE Your license key is invalid. Possible reasons for this include: The license key has been entered incorrectly The domain being used to access your install has changed The IP address your install is located on has changed The directory […]
If your WordPress blog pages aren’t picking up the Meta tags of Yoast SEO plugin (which can be checked from the source code of the page, you should notice meta tags in the head section of HTML) in your customized theme or design, here is the solution for it : Locate header.php in your “Active […]
Fed up with your sent emails getting delivered to the spam folder? Now its time for your emails to see the light of Inbox. Today we will guide you making some important configurations and tips which might be missing from your domain DNS Records and Mail Server. Requirement Domain Registrar Credentials Mail Server Access Procedure […]
Our team is available and on-site 24/7 ready to help you.