Recommended Services
Supported Scripts
Blog
Linux Web Hosting Plans: Better Than Windows Shared Hosting
VPS or Virtual Private Server is a type of hosting where the server hardware and operating system are virtualized. ...
Common Problems Of A Web Hosting Provider
Web hosting problems can come in many forms. Most commonly, web hosts experience slow loading times, out-of-date content, and ...
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 ...
Restore a specific table from MySQL Dump
In order to restore a particular table from an entire DB DUMP first we need to extract the content ...
ZIMBRA: Enable plain text authentication
This post explains how to enable plain text authentication in Zimbra mail server, it also explains the necessary changes ...
Check website performance statistics online
Here are few hosted website performance testing sites available online.
1. GTMetrix
Most popular performance analysis tool online, easy to test ...