Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Are you encountering the frustrating “ModSecurity: Output filter: Response body too large” error on your recently migrated WordPress site? You’re not alone! This error can be confusing and disrupt your website’s functionality. Fortunately, there’s a simple fix. This guide will…
We recently needed to exclude the kernel from being updated on a VPS server. While this may not sound or seem ideal but there are certain scenarios where you don’t want to update the kernel every time you update packages…
We recently saw this error on a newly migrated site, we were sure we had the mysql extension loaded correctly as a bunch of other wordpress sites were using the same PHP version without issue. We started by downgrading the…
Today we’ll look at how to force recalculate / refresh your cPanel’s accounts disk space usage. This can be quite annoying, at times the usage does not update even though you’ve freed up space and it should. There is a…
Today we’ll be fixing the dreaded and annoying Unable to locate adb error message when trying to launch an emulator or when trying to run an app in Android Studio. The issue occurs, apparently starting Android Studio versions 4 and…
We’ll be going over the steps involved in installing Image Magick and imagick on WHM / cPanel. Image Magick is an opensource application that let’s you create, change, modify and convert images. From resizing, rotating to creating and splitting PDF’s,…
Setting up a passwordless SSH connection is great, it helps you automate tasks that require connections to different servers by removing the need to enter passwords. You generate a private and public keypair on the source server then copy the…
We were setting up a new server with NGINX in reverse proxy when we got the dreaded 502 | Bad Gateway error. Checking the NGINX error log gave us the following error: upstream sent too big header while reading response…
We got this error on a server we were tasked with for recovery MySQL server’s root password: mysqld_safe Directory ‘/var/run/mysqld’ for UNIX socket file don’t exists The fix for this turns out to be pretty straight forward, the directory it…
We recently migrated a client website to a new server and encountered the following error when trying to import their database: ERROR 1118 (42000) at line 2663: Row size too large (> 8126). Changing some columns to TEXT or BLOB…