Search Our Database

How to create an additional web disk account in cPanel?

📝 Introduction Web Disk (also known as WebDAV) in cPanel allows you to manage and upload files to your website as if it were a local drive on your computer. You can create additional Web Disk accounts to give specific users access to certain directories without sharing your main cPanel login. ✅ Pre-requisites A hosting

How to force user password expiry in Linux server

Introduction Password expiration is a fundamental component of account security on Linux systems. It ensures that users periodically update their credentials, thereby reducing the risk of unauthorized access due to compromised or weak passwords. By default, many Linux distributions allow system administrators to define password aging policies, including setting expiration intervals, warning users of upcoming

How to set password expiry to never for user in Linux server

Introduction Linux systems use a password aging policy to enhance security by requiring users to change their passwords periodically. This policy can be enforced using tools like chage, which controls account aging information. However, there are scenarios where setting the password to never expire is necessary, such as for system or service accounts that require

How to deactivate the instance charge for NovaGPU?

Introduction NovaGPU instances are billed on an hourly basis as long as they remain active. Simply stopping or shutting down an instance does not stop billing. To prevent further charges, the instance must be deleted along with any associated volumes. This guide explains how to properly deactivate instance billing in NovaGPU. Pre-requisites A valid IPServerOne

How to deploy Next.js website in Linux

Introduction Deploying a Next.js website on a Linux server gives you full control over your hosting environment, performance, and scalability. Whether you’re building a static site, a server-side rendered app, or a hybrid solution, Next.js works seamlessly on Linux-based platforms. In this guide, you’ll learn how to deploy your Next.js application step-by-step — from setting

How to create global email filters in cPanel?

Introduction Global Email Filters in cPanel allow you to set up email rules that apply to all email accounts under your domain. This is useful for filtering spam, forwarding specific messages, or blocking certain senders before emails reach individual mailboxes. This guide will walk you through accessing and setting up Global Email Filters via cPanel.

How to set upload limit in phpMyAdmin

Introduction phpMyAdmin is a popular web-based tool used to manage MySQL or MariaDB databases through a graphical interface. One of its core features is the ability to import database files — such as .sql backups — directly from your local system. However, by default, phpMyAdmin inherits file upload limits from PHP’s configuration, which can be