Home Blog

WHM/Cpanel Increase The Size Of /tmp (/usr/tmpDSK) Partition

2
You may have noticed that cPanel’s default partition size for /tmp is 512 MB, which in some cases can be way too small. And sometime...

Install nginx as reverse proxy in cPanel

0
The web-hosting control panel’s default web-server is Apache. cPanel/WHM doesn’t have native support on Nginx, but we can install and configure it so that it will...

HowTo: Linux List Disk Partitions Command

0
How do I list all hard disk partitions under Linux operating systems?Usually, your hard disk drive divided into one or more logical disks called...

Linux / UNIX – Display the permissions of a file

0
Q. How do I list or display the permission of a file using ssh? I don’t have GUI installed on a remote Linux computer.A.You need...

Find out the spam mailing script’s location – Exim

1
The Exim mail server has a lot of options/commands to find out the details of spammers easily from the command line. Click this link...

List of cPanel Default Open Ports

0
This is a listing of all default open ports in cPanel server. You must open all of these ports in your server firewall to run...

Backup and Restore MySQL Database Using mysqldump

0
mysqldump is an effective tool to backup MySQL database. It creates a *.sql file withDROP table, CREATE table and INSERT intosql-statements of the source...

Unraveling the Mysteries of RAID Performance: A Comprehensive Guide

0
Choosing a RAID level is an exercise in balancing many factors, including cost, reliability, capacity, and performance. RAID performance can be challenging to understand,...

PHPMyAdmin – Unable to establish a PHP session

0
PHPMyAdmin error Have you ever come across the following error when you access PHPMyAdmin from cPanel. Access Denied Unable to establish a PHP session. If you believe...

6 Linux Crontab Command Examples

0
Crontab command manages the cron table that is used by the cron daemon to execute the cron jobs. This article explains the various command...