MS SQL db suspect fix
Recover MS SQL from suspect mode, due to some reasons (low disk space issue, sudden poser failure, log file missing, etc) db can be goes in to suspect mode. This shows that your db having some issue in it. To…
Recover MS SQL from suspect mode, due to some reasons (low disk space issue, sudden poser failure, log file missing, etc) db can be goes in to suspect mode. This shows that your db having some issue in it. To…
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…
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__) . ‘/’);…
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
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?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…
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…
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…
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,…