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 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 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 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…
How to Increase the PHP Memory Limit
July 19, 2024 / How-to GuideThis guide explains how to increase the PHP memory limit. The memory_limit is a PHP setting that determines the maximum amount of memory a script can use. It should be…
How to avert files from being listed in the browser
July 8, 2024 / How-to GuideThis guide explains how to avert files from being listed in the browser. Directory listing is a feature of the Apache web server that shows the files within a directory…
How to resolve cPanel Git error code 128- ‘Permission Denied’ issue
June 29, 2024 / How-to GuideEncountering Git Error Code 128: ‘Permission Denied’ when trying to push or pull repositories on a cPanel hosting environment is typically caused by permissions issues either in the Git repository…