Is it possible to block countries from server using CSF? Yeah, It is very easy to block countries on your server by using an csf (Config server firewall). There is an option in the csf to block IP range from…
How to change default time zone in MySQL?
Is it possible to change the time zone in MySQL? Yes we can change the default time zone in MySQL via command-line. We can’t change the time zone for a single DB, it’s a global change. To change this feature, you must…
How to remove your IP address from Gmail blacklist?
Are you frustrated with sending emails to Gmail account? A lot of bounced back messages? Here we go with a solution for this problem. Yeah, It’s totally a frustrating one, getting a lot of bounced back emails instead of its normal…
Backup and restore MySQL database table via commandline
Managing databases via Linux shell is not a big deal. And we all are familiar with MySQL databases backup and restoration via CLI (Command Line Interface) using mysqldump and mysql commands. This is explained here >> Managing MySQL database backup…
How to check the CMS version is up-to-date?
Why this post is important? Exactly! We all are concern about the security of our websites; this security measure is directly related with the software version installed for your website. Now-a-days almost all Blogs are developed by WordPress and many…
How to change Direct admin’s default port number?
Direct Admin It is also a commonly using and famous web hosting control panel for Linux servers. It’s a paid one, not an open source control panel. You can access your direct admin control panel by using the port number…
Know more about dirty cow vulnerability – CVE-2016-5195
How to clean a dirty Cow? Lol!! We all are already aware about the recently detected vulnerability which affects the Linux kernel memory sub system. This vulnerability is assigned to CVE-2016-5195. Since the feature that is affected by this bug…