cPanel

PHP version in website

To determine the PHP version of a website, you can typically use one of the following methods: HTTP Headers: Use a command-line tool like `curl` or an online tool that fetches HTTP headers. Look for the `X-Powered-By` header, which often indicates the PHP version. Meta Generator Tag: View the page source (usually by right-clicking on […]

Read More
Uncategorized

IP Blocking

  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 […]

Read More
Uncategorized

HTTP 500 errors – Internal Server Errors

HTTP 500 errors, commonly known as “Internal Server Errors,” can occur due to various reasons on a website. The HyperText Transfer Protocol HTTP500 errors or HTTP 500 Internal Server Error server error response code indicates that the server encountered an unexpected condition that prevented it from fulfilling the request. This error response is a generic “catch-all” […]

Read More
VPS

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 […]

Read More
VPS

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 […]

Read More
LINUX Security VPS

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 […]

Read More
LINUX MySQL

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 […]

Read More
Back To Top