This post was created few years ago. And it’s for EasyApache3. Apache Tomcat (also known as Tomcat) is an open-source implementation of Java Servlets and JavaServer pages. Tomcat uses a self-contained HTTP server to provide support for Java web applications.…
Checking Passwd infected Chkrootkit
Many of you have experienced this error when you run chkrootkit scan on your cPanel server. Here is a sample output: root@server [~/chkrootkit]# ./chkrootkit -q | grep -v registry Checking `passwd’… INFECTED INFECTED (PORTS: 465) In most cases, these are…
How to forward cPanel default email address?
Yeah, is there any options? I can’t do this from the cPanel. The default email address looks like “[email protected].” You can access directly this from the cPanel. If you really want to create an email forwarder for this email account,…
CLI tips to manage CageFS – cagefsctl command for CloudLinux server
CloudLinux is a Linux based Operating system especially used in a shared environment which isolates each user in its own light weight virtualized environments (LVE) which consumes predefined amount of resources allocated for each user. We already covered some topics…
Some useful “du – disk usage” command usages – Unix/Linux
DU command – The “disk usage” command is used to check the disk usage of files and folder under Unix/Linux system. It has a wide range of options. It’s one of the commonly using command by server/system administrators. A lot of…
DIG command usage with examples
The “dig command” – A detailed view! It’s a well known and commonly using DNS lookup tool under Unix. It has a lot of uses by the help of different switches along with it. Some important dig command usages and examples…
How to create extra swap file – Linux Command Line?
What is SWAP? It’s simply a portion of hard disk, which acts like RAM. It’s used when total amount of Physical Memory is full. If the RAM is filled up and the system requires more memory, inactive pages on the…