Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
We received reports of a client website redirecting users to other pages as soon as they loaded it. The pages it redirected to were usually on the collect.clickandanalytics.com Our server firewall didn’t report any issues. We replaced the WordPress source…
The Problem We’re going to fix the VirtualBox “Kernel driver not installed” error on systems with EFI Secure Boot enabled. Here is the exact error we received: The Fix To fix the “kernel driver not installed” is simply. Close Virtualbox…
While installing MongoDB on a server we were greeted with a warning message “vm.max_map_count is too low” By default, Linux will restrict the maximum number of memory maps per process to 65530 on Rocky Linux 8. While this may be…
It has long been a popular attack strategy to target web clients by embedding malicious code with legitimate web content in iframes and standard web frames. This can occur when the attacker attracts the victim to a malicious website by…
We’ve been running MySQL on our servers for years, this was a first for us. We ran into this issue recently where migrating a database from one server to another generated the following error on the target box: At some…
We recently setup a new installation of Pop OS (Version 21.10), and were in the middle of setting up remote desktop sharing with VNC when we ran into a snag. We were prompted by this error: VNC is great and…
We were in the process of upgrading an old server from NGINX version 1.16 to the latest and got a slew of errors: This issue occured because when Nginx was updated, it did not update it’s modules along side it.…
If you get this error when trying to connect to a remote MariaDB or MySQL server then don’t fret. The MySQL log file doesn’t provide any help either, we had the following in ours: The solution to the problem is…
We got this error on a fresh installation of CentOS when trying to convert webpages to pdf’s using wkhtmltopdf: We’re getting this error because we do not have any sort of GUI environment installed (e.g. GNOME, KDE). To fix this…
We prematurely killed a yum process after which we started getting this error: The fix is fairly straight forward, you need to move or remove the db files for yum and run yum again. To do this, type the following…