What are SPF records? SPF (Sender Policy Framework) records are a type of DNS record that allows prevent email spoofing and phishing attacks by authenticating that the sending mail server…
Category: How-to Guide
How to convert google docs to HTML
May 1, 2024 / How-to GuideThis guide explains how to convert Google Docs to HTML. Effortlessly moving content across platforms or formats is frequently required, yet converting content from Google Docs to another document processor…
How to enable extended logging in Exim
March 10, 2024 / How-to GuideThe extended Exim logs in a cPanel server are invaluable for troubleshooting Exim issues, as they provide additional logging information to the exim_mainlog (/var/log/exim_mainlog) file, aiding in identifying the source…
How to install docker compose
January 1, 2024 / How-to GuideDocker-compose is a useful tool for defining and running multi-container Docker applications. Instead of individual commands for each container, you can specify the entire environment in a single ‘docker-compose.yml’ file…
How to watch a directory for new file creation in Linux
December 13, 2023 / How-to GuideThis article explains how to monitor a directory for new file creation in Linux and automatically trigger actions when new files appear. A common and lightweight way to achieve this…
How to setup zip and unzip in Linux
September 26, 2023 / How-to GuideWhen you frequently transition between Windows and Unix systems, use Zip as a versatile file compression and packaging utility. It functions across various OS, conserving bandwidth, reducing file sizes for…
How to download files upon a click on a link
August 11, 2023 / How-to GuideThis guide explains how to download files upon a click on a link. In general, a file URL will open in a browser when you click on it. Instead, it…
How to generate core dump files on Linux
August 3, 2023 / How-to GuideIn this guide, we will explain how to generate Core Dump files on Linux. Core dumps are files that contain a snapshot of the memory of a crashed process at…
How to check whether a Perl module has been installed
May 19, 2023 / How-to GuideIn this article, we will explain how to check if Perl module is installed or not. You can run the following command from the shell to check whether a particular…
Adding an IPv6 address
February 2, 2023 / How-to Guide[alert style=”info”]This article applies to Hyperslice VPS and Cloud Servers.[/alert] Click IP Management Click under Action Click Add IPv6 Address then Confirm Your server will reboot and the IPv6 will…
How to Install unzip on Linux CentOS and Fedora
January 31, 2023 / How-to GuideThis article explains how to install unzip on RPM-based Linux distributions such as CentOS Stream, AlmaLinux, Rocky Linux, and Fedora. Note: CentOS Linux (7/8) has reached End of Life (EOL)…
Install Yarn on Linux & macOS in Minutes
January 24, 2023 / How-to GuideYarn (Yet Another Resource Negotiator) is a popular JavaScript package manager that helps improve dependency management and performance for large codebases. It is commonly used on VPS and development servers.…
How do you increase the number of pages in MediaWiki
January 20, 2023 / How-to GuideThis tutorial covers the two most common methods for creating new wiki pages in MediaWiki. Creating a New Page Based on a Link: Wikis are similar to most web authoring…
How to Add an A Record Entry for Your Hostname in WHM
December 9, 2022 / How-to GuideThis article explains how to add an entry for your hostname. A hostname is a domain name allotted to a host computer. Follow the steps to add an entry for your…