Are you really frustrated with this warning on your website? Here we go for a solution! Resource Limit Is Reached, cPanel with CloudLinux. This warning appears mainly in domains hosted on a CloudLinux installed server. In a CloudLinux installed server, each…
Author: Arunlal A
What is Entry Processes Limit (EP) in a CloudLinux server?
Entry Processes: The Entry Processes Limit, also know as “Apache concurrent connections” limit is one of the main LVE parameter in CloudLinux based cPanel servers. We already discussed the basics of CloudLinux and its administrations in our previous discussions. You can…
[Solved] Default email account’s disk space usage not updating – cPanel
While auditing email accounts in my cPanel I noticed that the space usage on some accounts, especially the default email account is not updated. I checked the mailbox of my default email account via Webmail and noticed nothing there. Then,…
Attach new disk (EBS) to a running EC2 instance with LVM enabled
Add an EBS to a running EC2 instances with logical volume. We are familiar with the technology LVM and we have hands on experience with LVM. Here I am explaining the steps that helps you to attach a disk (EBS)…
Cronjob to delete all emails older than one month from server.
Is there any way to remove old emails automatically from server? Before starting with the cronjob script, we must know the locations where the emails stored in the server. Then we can go to the steps to remove them 😉 Exactly…
Welcome to our YouTube channel
Hey guys, we started a YouTube channel for sharing our interesting travel videos. We always love to travel and share the interesting experiences which we had in every trips.. So in this VLOG we will try to share the experiences…
Dockerize your NodeJS app with Nginx as reverse proxy
Normally Dockerizing the Node application is a simple task. We can use the direct on-build images available in Docker hub directly in most cases. That Docker image is enough to deploy the NodeJS application. All versions of on-build Node image…