How to Clear Browser Cache & Cookies (Chrome, Firefox, Edge, Safari)
When a support agent or a developer asks you to “refresh” a page, it can be confusing to know exactly what they mean. There is a big difference between a…
When a support agent or a developer asks you to “refresh” a page, it can be confusing to know exactly what they mean. There is a big difference between a…
If you have implemented preloading tags but your Largest Contentful Paint and Cumulative Layout Shift scores haven’t changed, the issue is likely related to the total weight of your page…
In this video I walk through the core tools that quietly run my Proxmox home lab every day in 2026. From virtualization and distributed storage with Proxmox and Ceph, to…
Thanks to Meter for sponsoring today’s episode. If you’re interested in learning more about how Meter can help with your IT Infrastructure, go to https://meter.com/craftcomputing to book a demo today….
The internet is a complex network of connections, which is why this error can originate from your local computer, your internet service provider, or the website’s server. To fix it,…
Borg is a powerful, fast, and reliable solution that is also very explicit, and forgetting even a single flag can affect the end result in ways you didn’t intend to….
In this video, I share the real-world services I stopped self-hosting in my home lab and we look at why cloud or managed solutions ultimately made more sense for me…
Note: in RunCloud, we use MariaDB for your database. It is an enhanced drop-in replacement for MySQL, made by the original developers of MySQL with the promise of maintaining ongoing…
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…
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…
The Domain transfer process is governed by ICANN (the organization that manages domain policies) to protect you from domain theft, which is why it isn’t instant and can take anywhere…
DNS is one of those things you barely think about until it breaks, and when it does, everything in your home lab suddenly is broken. In this video, I walk…
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…
Suggested read: Server Cache vs. Browser Cache vs. Site Cache: What’s the Difference?These optimizations only go so far without a fast, reliable server.// Disable emojis remove_action( ‘wp_head’, ‘print_emoji_detection_script’, 7 ); remove_action( ‘wp_print_styles’, ‘print_emoji_styles’ ); // Disable oEmbeds remove_action( ‘wp_head’, ‘wp_oembed_add_discovery_links’ ); remove_action( ‘wp_head’, ‘wp_oembed_add_host_js’ ); Create SVG…
If you want to level up your home lab fast, running the right Docker containers is one of the easiest ways to do it. In this video I walk through…