I just did a fresh install of CentOS 6.10 today and needed to install PHP. It had been a while, so I needed a refresher. Note: PHP 5.6 is pretty much End Of Life, so you should be installing PHP 7.2, or higher at this point in time. That said, sometimes you have to support […]
Tag: CentOS
Categories
LAMP Performance Tools
Looking for a handy list of Linux monitoring tools? Go here: http://www.tecmint.com/command-line-tools-to-monitor-linux-performance/ This looks really good: http://www.tecmint.com/monitorix-a-lightweight-system-and-network-monitoring-tool-for-linux/
While developing a fairly list heavy website using Drupal 7 we reached a point where the common AJAX interface was breaking with an unknown error. The error suggested it was the AJAX function itself that it was breaking. Foolishly, we spent untold hours trying different version of JQUERY and looking into client side code to […]