How to disable IPv6 on Linux

1. Ubuntu/Debian/Centos     Edit the /etc/sysctl.conf file.      – sudo nano /etc/sysctl.conf    Place the following entry to disable IPv6 for all adapters.      – net.ipv6.conf.all.disable_ipv6 = 1      – net.ipv6.conf.default.disable_ipv6 = 1      – net.ipv6.conf.lo.disable_ipv6 = 1    To reflect the changes execute the following command.      – sudo sysctl -p  

How to Apply or Purchase DNS Hosting Plan to Existing Domain

Introduction This guide explains how to apply DNS hosting services to a domain that already exists, whether it was registered through IP ServerOne or another provider. This process is essential for managing domain name resolutions effectively. Prerequisites An active domain Access to IP ServerOne customer portal   1. To use IPServerOne’s DNS Hosting service, you

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

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

How to Set Domain Registration Defaults

Domain default registration allows users to create different profiles to easily set domain contact preferences upon registering a new domain name. Step 1: Login to the Portal and select My Account from the Username drop-down menu. Step 2: In the following page, select Domain Defaults. Step 3: To create a profile, click Add. Step 4: Fill

How to Enable New Ports in Windows Firewall – Windows Server 2016

Introduction For applications to communicate through the Windows Server firewall, specific ports must be opened. This article provides a step-by-step guide on how to enable a port in the Windows Firewall with Advanced Security.   Procedure Overview Access Windows Firewall with Advanced Security: Open the control panel or directly access the Windows Firewall with Advanced