PDR When a domain is in Pending Delete – Restorable (PDR) status, it signifies a critical phase in the domain’s lifecycle. This phase occurs after the domain has explain and hasn’t been renewed by the registrant (owner). Understanding the different stages leading up to PDR status is essential for anyone managing domains, as it impacts […]
Category: VPS
Virtual Private server KBs
Importance of DKIM and SPF records for a domain
Records like DKIM (DomainKeys Identified Mail) and SPF (Sender Policy Framework) are email authentication mechanisms used to prevent email spoofing and ensure the integrity and authenticity of emails sent from a domain. DKIM (DomainKeys Identified Mail): A DKIM (DomainKeys Identified Mail) record is a type of DNS TXT record that contains the public key used […]
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 […]
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 […]
Web Server migration without down time (WHM)
Web Server migration without down time (WHM) The term server migration would bang you at least once. Well, this arises due to a number of factors such as moving to a powerful server in order to have better resources to process data, change in environment like updating to a newer version of your program or […]
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 […]