If your CloudLinux 8 server with UEFI is entering the GRUB shell after a reboot, the issue may be caused by a misconfigured or corrupted GRUB configuration file (grub.cfg). OS:…
Category: How-to Guide
How to start/stop and permanently disable Firewalld
January 10, 2025 / How-to GuideFirewalld is a vital tool for managing firewall configurations on Linux systems. This guide provides quick steps to check its status, start or stop it temporarily, and disable it permanently…
How to install Jitsi on AlmaLinux 9
November 13, 2024 / How-to GuideThis guide will walk you through the process of installing Jitsi on AlmaLinux9. Jitsi is an open-source video conferencing solution that offers secure, high-quality video communication. Prerequisites: A server running…
How to migrate a drupal site to WordPress
November 11, 2024 / How-to GuideThis guide will walk you through the process of migrating your Drupal site to WordPress. Migrating a site from Drupal to WordPress can modernise the content management system and offer…
How to configure and manage firewalld
November 8, 2024 / How-to GuideIn CentOS 7 environments without cPanel/WHM, Firewalld is the default firewall system. It is an improvement over the older Iptables, offering a more user-friendly interface with easier-to-understand commands. Firewalld organises…
How to switch users in Linux
October 31, 2024 / How-to GuideSwitching users in Linux allows you to change from one user account to another without logging out of the current session. This can be useful for performing administrative tasks or…
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 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 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 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…
How to disable or ignore CSF alerts
August 26, 2024 / How-to GuideThis guide explains how to disable or ignore CSF alerts. Disabling or ignoring CSF alerts may be necessary to reduce unnecessary notifications for non-critical issues, particularly if the alerts are…
How to install PIP on macOS
August 23, 2024 / How-to GuideWe will walk you through installing PIP, the Python Package Installer, on macOS in this article. Because it simplifies the installation and management of Python packages, PIP is an essential…
How to set up a Linux static and persistent hostname
August 21, 2024 / How-to GuideThis post helps in learning how to set up a persistent and static hostname on Linux. In Linux, a static hostname is a set name for your computer that you…
How come my browser’s address bar isn’t showing a lock icon
July 23, 2024 / How-to GuideThe absence of a lock icon in your browser’s address bar typically indicates that the website is not using a secure HTTPS connection. After installing the SSL certificate, if the…