This guide explains how to track an IP address using Gmail, which can give you a nearly accurate location. The process is straightforward and can be very beneficial for understanding…
How to check whether a Perl module has been installed
May 19, 2023 / How-to GuideIn this article, we will explain how to check if Perl module is installed or not. You can run the following command from the shell to check whether a particular…
How to add an IP address as “Trusted SMTP IP address” through WHM
May 18, 2023 / cPanel & WHMThis guide explains how to add an IP address as “trusted SMTP IP address” through WHM. Follow the steps: Log in to WHM. Select the “Service Configuration” option and then…
How to set Apache log file chmod value in WHM
May 17, 2023 / cPanel & WHMIn this article, we will explain how to set Apache log file chmod value in WHM. The chmod (CHange MODe) is a command used to alter permissions for a file…
How to restrict cPanel operators to reset account password
May 16, 2023 / cPanel & WHMThis guide helps in understanding how to restrict cPanel operators to reset account password. Let us follow the steps: Log in to WHM. Select the “Server configuration” option. Then click…
How to install Node.js on cPanel enabled server
May 15, 2023 / cPanel & WHMIf you are looking to install Node.js on a cPanel server, you are in the right place! In this guide, we will walk you through two simple methods: using the…
How to Remove a Remote Server to Access your Database
May 14, 2023 / MySQLThis article explains how to remove a remote server’s access to your database. cPanel allows remote servers or applications to access databases hosted on your account. You can manage this…
How to remove redirection using .htaccess using cPanel
May 13, 2023 / cPanel & WHMIn this article, we will explain how to remove redirection using .htaccess. Follow the steps to remove redirection using .htaccess via cPanel: Log into your “cPanel Account”. Search for the…
How to flush the local DNS cache in linux server
May 13, 2023 / Domain and DNSFlushing the local DNS cache in a Linux server helps resolve outdated or incorrect DNS records, ensuring that the server retrieves the most current domain name resolutions. Follow the steps…
How to Drop the Table using PhpMyAdmin
May 12, 2023 / MySQLIn this tutorial, we will show you how to use phpMyAdmin to permanently delete tables from a database. Important: Dropping a table permanently deletes all its data and cannot be undone.…
How to manage a MySQL database with phpMyAdmin
May 11, 2023 / MySQLThe main purpose of phpMyAdmin is to manage your databases. You can import, export, drop, edit, and create new tables for MySQL databases with this tool. You may also execute…
How to configure WHM to “Always redirect to SSL/TLS” when changing non-SSL URLs to SSL URLs
May 10, 2023 / SSLThis guide explains how to configure WHM to “Always redirect to SSL/TLS” when changing non-SSL URLs to SSL URLs. Web browsers and other clients and servers, particularly websites and applications,…
How to enable compiler access through WHM
May 8, 2023 / cPanel & WHMThis guide explains how to enable compiler access through WHM. You can control user access to the C and C++ compilers on your server using compiler access. This can assist…
How to clear a MySQL database
May 1, 2023 / MySQLIn this article, we will explain how to clear your MySQL database with the help of two different ways: SSH and phpMyAdmin. Using SSH Here, we will use SSH to…