How to Calculate UPS Backup Time?

How to Calculate UPS Battery Backup Time? By calculating with simple formula: Backup Time (in hours) = Battery Capacity (in Ah) X Input voltage (V) / Total Load (in Watts) Assume that you have an UPS/Inverter battery with 200 Ah…
Update failed: The package could not be installed. PCLZIP_ERR_MISSING_FILE (-4) : Missing archive file

Most of the times, it happens when we migrate the code from one to another hosting, but don’t worry, its easy to fix this issue. open the wp-config.php and find this line, if ( !defined(‘ABSPATH’) ) define(‘ABSPATH’, dirname(__FILE__) . ‘/’);…
Backup MySQL db and web directory to FTP server – Shell Script
This shell script will create the backup of a database, archive the mention web directory, archive the backup directory then upload it on ftp server
Let’s Encrypt certificate location Centos

letsencrypt certificate location in centos 7, After creation let’s encrypt of a website, you can find the certificate in this location, /etc/letsencrypt/live
how to block Inbound calls from specific number in vicidial

How to block Inbound calls from specific number in vicidial?Thanks to vicidial/vicibox team to have the facility to gives the feature to block the spam inbound calls.now a days, its very easy to block the unwanted call in vicidial. Navigate…
What is Web Hosting?
Web hosting is a service, where you can host your website data on the server for public, its a process to buying the online space from the any data center, then put your website data on the allocated space to…
What is DNS?
Domain Name System (DNS) is the phone book of websites in the internet world. Translate the human readable domain name to machine readable IP address. DNS is the foundations of the internet, that works very quickly (in milliseconds) in the…
How to remove post date in wordpress?
There are many ways to remove the post date of all word press, have alot of wordpress plugins, but i prefer to add this code in CSS section, post date will disappear in all the posts, 1. Change the Permalinks,…
How to add Expires headers in .htaccess
Expires headers tells the browser where a resource on the website needs to be requested from the source. It tell the browser that how long it should keep the cached files from the site. the benefits of the settings expires…