IAMEM Hosting

Category: cPanel

Home > Blog > cPanel
27Apr, 2022

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 amount of shortage of resources and other types of factors. But…

27Apr, 2022

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 interface can be developed to run a website on the internet…

03Feb, 2022

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 it, Install the Lets Encrypt RPM using the below command   /scripts/install_lets_encrypt_autossl_provider   This will…

03Aug, 2021

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 -type d |cut -d\/ -f2 |grep -xv . |sort`; do c=$(find…

23Jul, 2021

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 option highlighted in bold.   2. After modifying the file, run the below…

23Jul, 2021

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 resellers can login to the cPanel account directly from WHM panel…

15Jul, 2021

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 WHM   2. Navigate to Home >> Software >> EasyApache 4 and select…

07Oct, 2018

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 the webservers the location will be as below /home/site/public_html/wp-content/themes/mytheme/functions.php Once you open the…

26Mar, 2018

Installation of System Activity Reporter (SAR) in Linux

  Linux System Activity Reporter (SAR) is often used by system administrators to check the resource utilisation and health report at a particular point of time. In order to install SAR…

23Mar, 2018

Clear Exim Mail Queue

  Spamming is one of the things we often face as administrators in the day to day work, if you are using Exim mail server, below commands will help you to…

Copyright © 2019 | iamemhost.com . All rights reserved.