How & Why You Should Remove Unused WordPress Plugins
This guide explains why they cause problems and shows you how to safely remove them.Unused WordPress plugins can slow your site down and weaken your security, even when they’re deactivated….
This guide explains why they cause problems and shows you how to safely remove them.Unused WordPress plugins can slow your site down and weaken your security, even when they’re deactivated….
According to their year-end recap, the Server Edition will ship with a hardened configuration, pre-tuned settings, and performance-optimized packages for web servers and databases.These distributions offer predictable release cycles, long-term…
This is part 1 of a series of blog posts where I will walk you through all the steps needed to prepare your ESX hosts as part of bringing up…
However, this solution is only available for RunCloud users. If you are not a RunCloud user yet, let’s look at some of the other popular caching solutions that are available.WP…
This is part 2 of a series of blog posts where I will walk you through all the steps needed to deploy the VCF Installer appliance as part of bringing…
If you are a developer who needs a professional workflow, RunCloud provides features such as Git integration for atomic deployments, creating a smooth CI/CD pipeline directly from your repository.Let’s get…
In this part of the series, we will proceed with the VCF fleet deployment via the VCF Installer appliance. The VCF Installer appliance replaces the Cloud Builder appliance used in…
The usual culprit is third-party scripts adding hidden delays.Verdict: USE SPARINGLY. Turn these scripts on when you are actively running a specific test (like analyzing a new landing page), gather your…
Why would you do this? How to Find the Current DNS Server in Linux dig @8.8.8.8 runcloud.io If you want a simpler way to manage Linux servers and avoid repetitive…
Thanks to Meter for sponsoring this episode! Go to http://meter.com/craftcomputing to book a demo today. Also, thanks to Josh from SquareW for letting me tag along and help film the…
If /wp-admin is also blank, you must use FTP or a file manager to access your site’s files. By renaming the active theme or plugin folders within the /wp-content/ directory,…
Notion offers several plans designed to scale from individual use to large business needs.You would think that your team doesn’t need project management software, but in 2026, it will be…
Suggested read: How to Check Running Processes in Linux Using ps, top, htop, and atop CommandsMonika is a command-line uptime monitor designed for developers who like configuration-as-code. It uses a…
Firefox is often more stringent and particular about its enforcement of SSL/TLS protocols and security standards. While other browsers might be more lenient with minor server misconfigurations, Firefox’s strict security…
Your online store just went down.git clone -b 3.x https://github.com/cachethq/cachet.git –depth 1 . /RunCloud/Packages/php83rc/bin/php artisan vendor:publish –tag=cachet Cachet is a feature-rich, open-source status page system built with Laravel. Here’s a quick rundown of its…
This next part is for anyone who has not yet built a multisite network. However, if you already have a multisite network up and running, you’re ahead of the game!…
For example, if you want to delete all the files that are larger than 100 MB in the current directory, you can use the command:shred -uvfz document Having too many…
The “Cannot use import statement outside a module” error is a common stumbling block for web developers. Encountering this error can be frustrating, especially when you’re eager to implement modern…