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