Recommended Services
Supported Scripts
Category: cPanel
Impact of Internet Speed on VPS Server
Internet speed definitely has a significant impact on a VPS server's performance, and it's great that you understand the ...
NVME Storage vs SSD Storage
NVMe (Non-Volatile Memory Express) storage offers several advantages over traditional SSDs (Solid State Drives), including:
Speed: NVMe SSDs leverage the ...
Why Is Linux Shared Hosting Considered The Best One For Small Businesses?
Small businesses are not in the position to operate with the best capacity. It is definitely having a huge ...
What Is Linux Hosting With Cpanel?
Linux is able to offer a very advanced level of hosting platform to every website so that an effective ...
Install Lets Encrypt Plugin on cPanel Servers
Apart from AUTOSSL's Sectigo SSL's, cPanel also offers Lets Encrypt SSL vendor which is not enabled by default.
To Enable ...
Disk Space Management on Redhat/CentOS Servers
Finding the directories with large number of inodes:
clear;echo "Detailed Inode usage: $(pwd)" ; for d in `find -maxdepth 1 ...
Disable IPv6 on redhat/CENTOS
1. add the below option in the file “/etc/default/grub and add ipv6.disable=1”
# cat /etc/default/grub
GRUB_TIMEOUT=5
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="ipv6.disable=1 crashkernel=auto rhgb quiet"
GRUB_DISABLE_RECOVERY="true"
** add the ...
Check bandwidth usage on cPanel
You can check the bandwidth usage for your shared website hosting account by
1. Login to your cPanel account or ...
Install Tomcat 8.5 on cpanel servers
The latest version of cPanel supports tomcat installation, you can install Tomcat by following the below steps
1. Login to ...
Change WordPress URL through functions.php file
Changing the Wordpress URL can be done by editing the functions.php located in the theme folder, in most of ...