Search Our Database

How to disable Magic Quotes GPC

Introduction Magic Quotes was a feature in older PHP versions that automatically escaped special characters like quotes in incoming data to protect against SQL injection. However, it often caused more problems than it solved, leading to its deprecation in PHP 5.3.0 and complete removal in PHP 5.4.0. Modern PHP development encourages manual handling of data

How to manually set server date and time in Linux server

Introduction This article is intended for system administrators or technical users who need to manually set the date and time on a Linux server. It provides a step-by-step guide on how to use the date command to change the system’s clock. This is useful when automatic time synchronization is disabled, or the server’s time needs

How to Generate OpenSSL RSA Key Pair on Linux Cloud Server

Introduction This guide is intended for Linux system administrators and users who need to generate an RSA key pair using OpenSSL for secure authentication or encryption purposes. RSA key pairs are commonly used in SSH key-based authentication, secure file transfers, and establishing encrypted connections. This article will demonstrate how to generate both the private and

How to Install cPanel on CentOS 8

Warning: CentOS 7 reached its end-of-life (EOL) on June 30, 2024. This means it no longer receives security updates or support from the developers. It is strongly recommended to upgrade to a supported operating system version, such as CentOS Stream 9 or an alternative Linux distribution, to maintain security and stability. Introduction cPanel is an

How to Scan for Malware in Linux using AI-BOLIT

Introduction AI-BOLIT is a popular tool that helps you detect vulnerabilities and malicious files on your website. This guide walks you through the steps to download, install, and run the AI-BOLIT scanner on your web server.   Prerequisites SSH access to your server Root or sudo privileges   Step 1: Accessing Your Server To begin,