Tag Archives: Perl

WebHosting on WDMyCloud V4 Firmwares

 Last updated: 13th May, 2016, 6:10 PM Need help to host your simple private website or save future cost by migrating your simple SME company’s website to your personal NAS such as WDMyCloud? For a generous donation you can make it work! Professional freelance web coding design services are also available for your needs. Do send … Continue reading WebHosting on WDMyCloud V4 Firmwares

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)

Securing WDMyCloud SSH & FTP Remote Access

 Last updated: 12th November, 2015, 12:37 AM  This guide consists of two parts related to securing your WDMyCloud NAS, first is to harden your root account and second is to prevent unauthorized access using my universal “hostsdeny.pl” Perl script which can also be used on other platforms. To use this “hostsdeny.pl” Perl script on platforms other than … Continue reading Securing WDMyCloud SSH & FTP Remote Access

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