Pinging.net – a new quick way to monitor your internet connection

What do you do when you question whether your internet connection is working, or not? I built Pinging.net to be a fast and convenient way to monitor your internet connection. How does pinging.net work? Visiting Pinging will automatically run a few tests. Firstly, caching for the site is disabled, so when the page loads you have […]

Enhance the performance of MongoDB databases with proactive MongoDB monitoring

MongoDB is an open-source NoSQL database management system that stores data in JSON-like documents. It’s designed to handle large volumes of data with a document-oriented architecture and can operate without a predefined schema, allowing for more flexibility in data storage and retrieval and making it a highly scalable option for businesses of all sizes. It’s […]

Trackpoint Replacement

Update: 11 years later, here are the replacements I currently use. It’s been 3 years that I’ve been using the Lenovo x301. The ONLY issue I’ve had, is the TrackPoint caps. They don’t last that long. Or maybe 3 years is a bit long. Anyway, I really love this laptop, and although I use both […]

G-Core Labs CDN Review

G-Core Labs has its cloud and edge solutions ecosystem where Content Delivery Network (CDN) initially have had an important role. Unlike other providers, the company offers all the benefits of deep integration between CDN and Cloud, Storage, DDoS Protection, Web Application Firewall (WAF) and other cloud services at affordable rates. With it, G-Core Labs CDN […]

PHP Performance: Additional CPU cores vs Faster CPU cores

Some time ago, I received an email from a client experiencing slow performance issues with a LEMP (Linux, Nginx, MySQL, and PHP web server). During a full audit, I found that the server’s load average was pretty low (see below screenshot). However, the website was indeed very slow. There were some misconfigurations, but one of […]

PHP 8: After 4 years, only 30% of PHP websites use it. But why?

Two years ago, one of our online community members discussed some of the reasons behind the slow adoption of PHP 8. One member stated that it’s due to PHP compatibility issues across new releases. In contrast, another put it down to the fact that important software/frameworks did not support PHP 8 until recently. I think […]

Strip Down Apache to Improve Performance & Memory Efficiency

Can you believe that it’s been more than a decade since the release of Apache 2.4?! If you haven’t replaced Apache with Nginx, then here’s a quick guide for boosting Apache’s performance using a method that’s often overlooked. Now, before we get into that, please note that I’m not claiming that Apache is faster than […]

dnf error: cannot find the libbrotlidec.so.1 library (cPanel/WHM CentOS 7 to AlmaLinux 8)

Upgrading from CentOS 7 to AlmaLinux 8 is a significant step towards ensuring that your systems remain secure, supported, and up-to-date with the latest features and security patches. AlmaLinux 8, as a community-driven replacement for CentOS, offers a robust and reliable platform that is binary compatible with RHEL 8. This transition, however, can sometimes present […]

5 database metrics every DBA should monitor for peak performance

Database monitoring is indispensable for maintaining the health, performance, and reliability of your database system. It provides administrators and IT teams with real-time insights into the system’s operations, enabling them to proactively identify and address potential issues before they need to be escalated. You can confirm your database operates efficiently and delivers optimal performance by […]

The Two Generals Problem

Alice and Bob Imagine there’s a city in a valley. On either side of the valley, there’s an army commanded by a general. On the left hill stands General Alice and her army. On the right hill, General Bob and his army. Alice and Bob want to capture the city, but neither side has an […]

Top ↑