In this article, you will learn how to enable TLS 1.3 in Apache or NGINX. The latest release of the Transport Layer Security protocol, TLS 1.3, provides improved privacy, better…
How to Use Logrotate in Linux to Manage Logs
July 24, 2025 / Servers, Hosting & EmailIn this article, you will learn how to use Logrotate in Linux to manage logs. Logrotate is a tool in Linux that manages log files by automatically rotating, compressing, and…
How to Enable Xdebug for PHP in WHM
July 22, 2025 / cPanel & WHMThis guide will walk you through the steps of enabling Xdebug for PHP in WHM. Xdebug is a powerful PHP extension used for debugging and profiling. To enable it in…
How to check SSL expiry date via the command line
July 19, 2025 / SSL Web HostingThis guide shows you how to check the SSL certificate expiration date using the Windows command line. SSL/TLS certificates secure websites and data, so keeping track of their expiry is…
How to extract Zstandard (.zst) Archives with tar
July 17, 2025 / Command LineZstandard (.zst) is a modern, high-performance compression format increasingly used as an alternative to traditional formats like .zip and .gz. You can extract .zst archives easily using the tar command.…
How to Filter or Block Emails Based on Subject in SpamAssassin
July 15, 2025 / EmailSpamAssassin is a popular open-source spam filter that helps reduce unwanted emails by scanning for specific patterns, especially repeated keywords in the subject line. In this guide, you will learn…
How to use iftop and nload to monitor network bandwidth in real time
July 12, 2025 / Servers, Hosting & EmailMonitoring real-time network traffic can help you identify bandwidth usage, detect unusual activity, and troubleshoot network-related issues. Two popular command-line tools for this purpose are “iftop” and “nload”. This guide…
How to Use Plesk Migrator to Move from cPanel to Plesk
July 10, 2025 / Plesk PanelThis guide outlines how to migrate your hosting environment from cPanel to Plesk using the Plesk Migrator tool, covering two available methods. Let us discover the two methods: Using the…
How to Install and Use Midnight Commander on a VPS
July 8, 2025 / Servers, Hosting & EmailMidnight Commander (MC) is a powerful, text-based file manager designed to simplify file management tasks directly from the command line interface. When working on a virtual private server (VPS) without…
How to Set Up and Use btop on Ubuntu 20.04
July 5, 2025 / Security and BackupIn this guide, we have explained how to install and use btop on Ubuntu 20.04. Monitoring your system resources is crucial for maintaining optimal performance and identifying issues promptly. On…