Upgrading Ubuntu Release Broke Website Fix

If installing the latest Ubuntu release has caused your website to quit working, this may be the fix. Most new Ubuntu releases come bundled with a newer PHP release. After an Ubuntu release upgrade, the old and no-longer-relevant PHP version is likely still referenced by Apache. Within this tutorial, I explain the steps that I

How to Monitor Linux Processes Using Top

This is how to monitor Linux processes using Top. Think of Top as the Windoze equivalent of Task Manager. Using Top is a great way to monitor Linux processes in real-time to identify any processes they may be consuming an unreasonable amount of resources. #Linux #Howto

By |2021-05-18T20:58:15-05:00May 18th, 2021|Categories: HOW-TO, Tech, Tutorial|Tags: , , , , , , , , |Comments Off on How to Monitor Linux Processes Using Top

How to Disable MySQL Bin Logs

MySQL bin logs can consume a lot of disk space. Many people like myself try to minimize the amount of disk space that is allocated to Linux servers to reduce cost. When MySQL logs start to build, disk space can be consumed quickly. Admittedly, one of my Ubuntu Linux MySQL servers was approaching 100% disk

How to Find Large Files in Linux

This is how to find large files in Linux. Finding large directories and files in Linux is easy to do, by using this command. I'm demonstrating using Ubuntu Linux but the same command will likely work for other Linux flavours too! Growing log files are often the root cause of rapid disk space loss. #Linux​

Go to Top