Do you have WHM access to your server? Then it’s simple, do the steps in >> disable directory indexes server wide – cPanel/WHM << Disabling the directory listing option in Apache web server will improve the total server security and…
Author: Maria Jones
Some useful KeyBoard shortcuts for Linux CLI
Are you spending a lot of time at your Linux CLI (Command Line Interface)? If you are spending more time with the CLI, please memorize the hotkeys explained below. This will increase the work speed and save a ton of…
Managing cPanel account using cPanelID – explanation
What’s this? And how manage this feature from WHM control panel? cPanelID – This is simply your login ID of cPanel Manage2, cPanel Store, and ticket system. If you already have an account at cPanel Manage2, cPanel Store, and ticket system,…
Installation of Tomcat and adding JSP support for a domain on a cpanel server
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.…
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…