This guide will walk you through using Roundcube Webmail. Webmail eliminates the need for email software, allowing you to check and manage your emails from any web browser or mobile…
Category: Servers, Hosting & Email
How to Migrate Database from localhost to Remote Server via CLI
September 12, 2025 / MS SQLMigrating a database is an important step when shifting a website or application from a local development environment to a production server. This guide explains how to migrate a MySQL/MariaDB…
How to View Currently Running Cron Jobs in Linux
September 8, 2025 / Servers, Hosting & EmailThis article explains how to view currently running Cron Jobs in Linux. Cron jobs are scheduled tasks that run routinely at specified intervals on Linux servers. Once you have set…
How to Scan Open Ports on a Remote Server in Linux
September 3, 2025 / Servers, Hosting & EmailIn this article, we will explain how to scan open ports on a remote server in Linux. With Linux, we can identify which services or ports are open on the…
How to View all Logged-in Users on Linux
August 27, 2025 / Servers, Hosting & EmailThis article explains how to utilise a variety of commands that show details like usernames, login times, and terminal sessions to examine all users who are currently logged in on…
How to execute a Ping test with timestamp logging
August 11, 2025 / Servers, Hosting & EmailIn this article, we have explained how to execute a Ping test with timestamp logging. A ping test is useful in checking network connectivity between your system and a remote…
How to Switch Between Users Without Password in Linux
August 1, 2025 / Servers, Hosting & EmailThis guide explains how to switch between users without a password in Linux. Switching users in Linux usually requires entering a password. However, there are safe ways to configure your…
How to update WordPress Themes and Plugins using WP-CLI
July 31, 2025 / WordPressWP-CLI is a command-line tool that allows you to manage your WordPress site without requiring to log in to your admin dashboard. This guide explains how to update plugins and…
How to enable TLS 1.3 in Apache or NGINX
July 29, 2025 / Servers, Hosting & EmailIn 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…