The Events Calendar displays the full image size from the Media library, when you click on an individual event. I foud that rather uggly, so I diged up on how to modifyRead More…
Apache / Nginx number of visits per hour
I’ve been often in a situation where I needed to break down the server access log to visits per hour, for example to see if I had an hourly load increase. Here’sRead More…
Debian/Ubuntu – unsupported dictionary type: pcre or mysql with Postfix
First, if you get this, make sure that you actually have installed the required components (whichever you are missing): …but my real point here, is that it seems that some (at leastRead More…
Debian 10.x Buster – how to install an Epson C1700 printer
The Epson C1700 is such a nice home color AcuLaser printer, and Epson has 0 support for Linux. I’ve managed to autodetect it, it will install some apparent Epson driver for it,Read More…
Pagespeed – Fetch timed out … waiting for 50ms
Pagespeed seems to be ignoring your config instructions and always loging Fetch timeout waiting for 50ms?
Apache analytics from the command line
I often have a need to get some anayltics out of the apache or nginx logs, like where the most 403’s whateveer other access code came from, to which IPs, which userRead More…
Apache/Nginx access log IP address / visitor top list
It’s a common need, when checking yout Apache or Nginx log to see how many times did one IP visit your website in that day (in that log file), to determine ifRead More…
Apache – password protect a website but allow access from certain IPs wihout authentication
It is a common question I get from other developers or admins, they try to protect their website with a passwrod, but whitelist (allow passwordless acces) from certain IPs, to avoid theRead More…
How to delist (remove) your server’s IP from Microsoft’s blacklist
Ever since I keep my personal mail server at a certain DC, it here and there gets listed with Microsoft with a message “Blocked due to user complaints or other evidence ofRead More…
Memcached with php7
Unfortunatelly, the old memcached module with php7 is officially no longer supported in favour of redis or some other cache, so one of the thing you can do about it if stillRead More…