Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
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…
We’re running Atomicorp’s Workload Security, previous known as Atomic Secure Linux, and have started getting the following error whenever we restart any service. ** (pkttyagent:112415): WARNING **: 12:49:43.934: Unable to register authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject Error…
This error indicates that there is a problem with communication between the Nginx server and the backend server it is proxying to. upstream timed out (110: Connection timed out) while reading response header from upstream, client: X.X.X.X | 504 Gateway…
GoAccess is a web log viewer and analyzer, it also parses logs in realtime. This comes specially handy when you need to understand the traffic your server is getting. While installing GoAccess on a new server we got the following…