Incremental backups copy only files changed since the last backup, saving time and storage space. This guide covers three reliable methods using standard Linux tools: rsync, tar, and rsnapshot, plus automation with cron and restoration…
Category: Sales FAQ
Get answers to some frequently asked questions on Web Hosting.
How to Enable Brotli Compression in Nginx
October 16, 2025 / Sales FAQBrotli is the latest open-source compression algorithm developed by Google. It offers superior compression efficiency compared to Gzip, resulting in faster page load times and reduced bandwidth usage. In this…
How to Install Node.js on Linux (Ubuntu, Debian, CentOS)
September 23, 2025 / Sales FAQNode.js is a popular runtime environment that enables the development of scalable and high-performance server-side applications using JavaScript. In this guide, we will show you how to install Node.js on…
How to Create and Manage Autoresponders in cPanel
August 26, 2025 / cPanel & WHM Sales FAQThis article explains how to create and manage Autoresponders in cPanel. They allow you to set up automatic email replies and are useful for vacation messages, confirmation emails, or notifying…
How to Set Up a Node.js Application in cPanel (CloudLinux)
June 24, 2025 / Sales FAQIf you want to deploy a Node.js application using a graphical interface, cPanel makes the process simple and efficient. With its built-in Node.js support, you can easily configure your application…
How to Configure Your Linode Server for CloudLinux After Converting from CentOS
May 10, 2025 / Sales FAQThis guide walks you through the correct steps to configure your Linode server to run CloudLinux after converting from CentOS. Follow the steps: Step 1: Complete the Conversion Firstly, complete…
How to Check the Size of All Databases on a cPanel Server
April 25, 2025 / Sales FAQIf you’re managing a cPanel server and need to view the sizes of all MySQL databases, a quick MySQL query can give you the correct insights. This is particularly helpful…
How to install WordPress through WP-CLI on AlmaLinux
December 5, 2024 / Sales FAQ WordPressThis article will walk you through installing WordPress through WP-CLI on AlmaLinux. WP-CLI is a powerful command-line tool for managing WordPress. It enables users to perform tasks like installation, updates,…
How to Check and Repair a Corrupted MySQL Database Table Using SSH
November 18, 2024 / MySQL Sales FAQThis guide explains how to use MySQLcheck to repair a corrupted database table. Checking and repairing a corrupted MySQL database table using SSH ensures the integrity of the database, stopping…
How to import an SSH key via root access
October 30, 2024 / Sales FAQThis article explains how to import an SSH key via root access. Importing an SSH key via root access allows secure, password-less authentication when connecting to the server, improving both…
How to install the WordPress add-on to google docs
August 8, 2024 / Sales FAQ WordPressAdding the WordPress add-on to Google Docs streamlines the process of transferring and managing content between Google Docs and your WordPress site, enhancing efficiency and consistency. Follow the guide to…
How to install a theme in WordPress
May 10, 2024 / Sales FAQIn this article, we will explain how to install a theme in WordPress. WordPress offers a vast library of themes to customize the look and feel of your website. Here…
How to create a MySQL database using the cPanel database wizard
February 19, 2023 / Sales FAQMySQL is a popular, modern and fully featured relational database management system. Creating a MySQL database can be a daunting task if you are new to web development. In cPanel,…