How to Bypass a CDN When Monitoring Site Uptime

StackPath

So you have some websites sitting behind a CDN, and you want to use a service like UptimeRobot or Uptime Kuma to track and alert you if something goes wrong. In most cases, these services are pretty straight forward and easy to set up. However, your content delivery network could throw a small...

How to Install Prism.js in Grav CMS

prism-js

If you are running a website with Grav and want to add syntax highlighting to your posts, one if the easiest ways to do it is with Prism.js. It will take your plain old code blocks and turn them from this:

 



My First Heading

My first paragraph.

...

How to Fix phpMyAdmin When it Freezes

phpmyadmin

phpMyAdmin is a great tool, when it works correctly. Unfortunately, sometimes it decides to freeze up when you don't have time to fix the underlying problem.

If you are in a hurry and need to re-establish access to phpMyAdmin, a quick purge and install will get you moving again. You can add...

How to Add Google Tag Manager to Grav CMS

google-tag-manager-logo

Installing Google Tag Manager to your Grav CMS is very simple, and only requires editing one file in most cases of a standard installation.

Google Tag Manager

The first thing you need to do is head over to tagmanager.google.com and go to Admin > Install Google Tag Manager. You should se...

How to Change Max File Size Upload Limit for WordPress

wordpress

This is super easy, despite how difficult it seems to find a straight answer online.

All you need to do is change three parameters in your php.ini file. For Apache, the location of this file is /etc/php/7.4/apache2/php.ini. It may be slightly different for Nginx, but the process is the same....