The instructions in this post will help you add a Null MX to Plesk. A Null MX record effectively disables a domain’s mail services, preventing email from being delivered to…
How to Update a User’s Role with WP-CLI
September 17, 2024 / How-to GuideWP-CLI offers an easy way to manage user roles in WordPress directly from the command line. Here’s how to update a user’s role using WP-CLI. Prerequisites: SSH access to your…
How to regenerate WordPress image thumbnails using WP-CLI
September 16, 2024 / WordPressOver time, when you change your theme or modify image settings, you may need to regenerate thumbnails for your WordPress site. WP-CLI makes this process quick and easy. Prerequisites: SSH…
How to Add Google Maps to WordPress with a Plugin
September 13, 2024 / WordPressAdding Google Maps to WordPress using a plugin allows for greater customisation, ease of use, and additional features like multiple locations, custom markers, and map styling without needing to manually…
How to create a Managed Public Zone in Google Cloud DNS
September 12, 2024 / Domain and DNSCreating a Managed Public Zone in Google Cloud DNS allows you to host and manage the DNS records of a domain, ensuring global availability and scalability for resolving domain queries.…
How to Install NGINX on cPanel
September 11, 2024 / cPanel & WHMThis guide outlines the steps to install NGINX on cPanel. NGINX enables web servers to cache content and enhance overall server performance. Let us follow the steps: Log in to…
How to Convert an Image to Text in Google Docs
September 10, 2024 / How-to GuideGoogle Docs provides an easy method to convert images with text into editable text using its Optical Character Recognition (OCR) feature. This is helpful for digitizing printed materials, converting scanned…
How to optimise WordPress revisions
September 9, 2024 / WordPressThis guide explains how to optimise WordPress revisions. Fine-tuning WordPress revisions improves site performance by reducing database clutter and conserving disk space. If you do not wish to add any…
How to Delete WordPress Bulk Comments Using phpMyAdmin
September 6, 2024 / WordPressThis article illustrates how to delete WordPress bulk comments using phpMyAdmin. Using this method, you can remove WordPress comments from your database in bulk. Regardless, this approach necessitates database and…
How to Fix the Error ‘Briefly Unavailable for Scheduled Maintenance’ in WordPress
September 5, 2024 / WordPressThis article explains how to fix the error “Briefly unavailable for scheduled maintenance” in WordPress. This error indicates that WordPress updated and generated a temporary file called .maintenance, which displays…
How to create a local repository
September 3, 2024 / How-to GuideIn this article, you will learn how to create a local repository. Creating a local repository in Plesk allows you to manage and deploy code changes directly from the server,…
How to activate Git in Plesk
September 2, 2024 / PleskThis guide will walk you through activating Git in Plesk. Plesk’s Git integration lets you connect with Git, the popular source code management system used by web developers. With this…
How to Restore Visitor IPs Using mod_remoteip
August 30, 2024 / Command LineWhen traffic passes through a proxy source like Cloudflare or Nginx, Apache may log the proxy’s IP address as the client’s IP instead of the original visitors. By enabling Apache’s…
How to Analyse PHP-FPM Processes per Account
August 29, 2024 / How-to GuideIt may be necessary to analyse whether a particular account is reaching the maximum number of children for PHP-FPM pools when troubleshooting PHP-FPM. This is what you will discover in…