Linux Malware Detect (LMD) : is a malware scanner for Linux released under the GNU GPLv2 license, that is designed around the threats faced in shared hosted environments. It uses threat data from network edge intrusion detection systems to extract malware that is actively being used in attacks and generates signatures for detection. Additionally, threat […]
Category: LINUX
How to secure your WHM/cPanel server
Secure your cPanel server After the initial setup of cPanel server the server is not very secure and there are many things that can be done to secure your server. In this tutorial we will go over some steps that include few software installation and web server security settings modification. The collection of these easy steps […]
Optimizing MySQL & Apache on cPanel/WHM server
From this post we are going to see how to optimize MySQL & Apache on cPanel/WHM server. On this optimization process we will go over the Apache core configuration and modules that are part of Apache core. We think that with the correct settings of Apache and MySQL you can get excellent results and the […]
4 command line tools to monitor MySQL performance in Linux
4 command line tools to monitor MySQL performance in Linux There are many tools to monitor MySQL performance and troubleshoot a server, but in some cases they don’t always perfect match for a MySQL developer or administrator’s for their common needs, or may not work in some criteria, such as remote or over the web […]
How to check memory usage on CentOS Server
How to check memory usage on CentOS Server Linux operating system comes with many commands to check memory usage. The “free” command usually displays the total amount of free and used physical and swap memory in the system, as well as the buffers used by the kernel. The “top” command provides a dynamic real-time view […]
Mytop – A Useful Tool for Monitoring MySQL/MariaDB
Mytop – A Useful Tool for Monitoring MySQL/MariaDB Mytop is an open source and free monitoring program for MySQL and MariaDB databases was written by Jeremy Zawodny using Perl language. It is much similar in look and feel of the most famous linux system monitoring tool called top. Mytop program provides a command-line shell interface […]