Tag Archives: Scripts

GoDaddy DDNS Updater

 Last updated: 19th April, 2018, 7:55 PM As I’m running this site itself on my 4TB WDMyCloud home NAS, refer to my post WebHosting on WDMyCloud V4 Firmwares, I will need my DNS to be always pointing to it when my public IP changes. Although my public IP seldom changes, I’ve been using a Python based script with … Continue reading GoDaddy DDNS Updater

Setting Up Remote WOL (Wake On LAN)

 Last updated: 22nd January, 2021, 4:57 PM  Save energy and put your unused computers immediately to sleep if they support power-saving mode (most do) then wake them up when you need to connect remotely. If you have lots of devices to manage then this guide might be useful. Not only that, some internet or mobile connections doesn’t … Continue reading Setting Up Remote WOL (Wake On LAN)

Speedup WordPress (Nginx’s Gzip_static + Minify + W3 Total Cache)

 Last updated: 30th June, 2022, 7:11 PM There’s several ways to speedup WordPress:- Gzip or Deflate compression. Minify HTML, CSS and JS files. Browser’s Cache-Control. Front-end proxy/page cache. Disclaimer: As I’m frequently updating the original guides and installers here on TeaNazaR.com, I will not be responsible for any brick issues if you were to follow my … Continue reading Speedup WordPress (Nginx’s Gzip_static + Minify + W3 Total Cache)

Dealing PHP-FPM Crash & Nginx 502 Bad Gateway Error with Perl FastCGI

 Last updated: 5th October, 2015, 11:51 AM Continuing from my previous post, “Dealing PHP-FPM Crash & Nginx 502 Bad Gateway Error with Shell Scripts“… So I worked on further trying to improvise this. Then an idea struck me, why not catch the error and try to solve it before giving up? With this, I came up with … Continue reading Dealing PHP-FPM Crash & Nginx 502 Bad Gateway Error with Perl FastCGI

Dealing PHP-FPM Crash & Nginx 502 Bad Gateway Error with Shell Scripts

 Last updated: 5th October, 2015, 11:51 AM Having PHP-FPM crash often seems quite inevitable when there’s a long debugging list of third-party modules, memory leaks, server configurations, resources and the list goes on. There’s just too much to look into. Disclaimer: As I’m frequently updating the original guides and installers here on TeaNazaR.com, I will not … Continue reading Dealing PHP-FPM Crash & Nginx 502 Bad Gateway Error with Shell Scripts