IP blocking, also known as IP address blocking or simply “blocking,” is a technique used to restrict access to a network or specific services based on the IP address of the user or device. Hosting providers play a crucial role in the effective implementation of IP blocking for several reasons Here are some benefits […]
Author: unixadminh
A – Z Linux Commands with Examples
A – Z Linux Commands with Examples In this post, Let us see the some important commands in alphabetical order adduser/addgroup agetty alias anacron apropos apt apt-get aptitude arch arp at atq atrm awk batch basename bc bg bzip cal cat chgrp chmod chown cksum clear cmp chown cp date dd df diff dir dmidecode […]
Easy steps to install the Django Web Framework on CentOS 7
Easy steps to install the Django Web Framework on CentOS 7 Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. It was built by experienced developers, it has capability to take care of the hassle of Web development, so you can focus on writing your app without needing to […]
Pyxsoft AntiMalware : Installation and Configuration (Step by Step Guide)
Pyxsoft AntiMalware : Installation and Configuration (Step by Step Guide) Pyxsoft antimalware Plugin for cPanel/WHM protects your server from attacker scripts such as c99shell, r57shell, ANIShell, and hundreds more. It is a real-time Anti Malware for cPanel/WHM. Attackers can take control of your servers or can damage your customer’s data by uploading one of these […]
Installation Linux Malware Detect (Maldet) On CentOS
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 […]
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 […]
Configuring FTP Passive ports range in cPanel
Configuring FTP Passive ports range in cPanel FTP uses two ports, a data port and a command port, to transfer information between a client and a server. During a typical active mode session, the command port uses port 21 and the data port uses port 20. When you use a passive mode, however, the data […]
How to Empty or Delete a Large File Content in Linux
How to Empty or Delete a Large File Content in Linux While dealing with files in Linux terminal and want to clear the content of a file without necessarily opening it using any Linux command line editors. How can this be achieved? In this article, we will go through several different ways of emptying file […]