SpamAssassin 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…
Category: Servers, Hosting & Email
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 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 forward Linux system logs to a remote server using rsyslog
July 3, 2025 / Servers, Hosting & EmailIn this article, you will learn how to forward Linux system logs to a remote server using rsyslog. rsyslog is a robust and versatile logging service found in most Linux…
How to Create and Manage Cron Logs in Linux
July 1, 2025 / Servers, Hosting & EmailIn this guide, we will walk you through how to create, enable, and manage cron logs in Linux. In Linux, cron jobs are planned tasks that run automatically at scheduled…
How to Set SSH Login Email Alerts on a Linux Server
June 30, 2025 / Servers, Hosting & EmailThis article explains how to set SSH login email alerts on a Linux server. Receiving email alerts is a simple and effective way to monitor unauthorised or suspicious access on…
How to Enable PostgreSQL Support in CageFS on CloudLinux OS
June 27, 2025 / Servers, Hosting & EmailThis article explains how to enable PostgreSQL support in CageFS on CloudLinux OS 6 and 7. It covers socket configuration, CageFS integration, and additional steps for cPanel servers to ensure…
How to Install and Manage Multiple Ruby Versions Using RVM
June 23, 2025 / Servers, Hosting & EmailWith RVM (Ruby Version Manager), you can easily install and manage multiple versions of Ruby on a single system. Follow the guide: To install a specific Ruby version, run: With…
How to Connect through FTP from Mac OS
May 28, 2025 / Servers, Hosting & EmailIn this article, we have explained how to connect through FTP from Mac OS. It’s simple to connect to an FTP server from a Mac, and depending on your needs,…
How to set up Python Selector on CloudLinux
May 26, 2025 / Servers, Hosting & EmailThe Python Selector in CloudLinux allows users to run multiple Python versions in isolated environments. This guide explains how to install and configure it with the required tools and settings.…