Cache purge using nginx helper for sites behind Cloudflare
What to consider if Nginx helper plugin does not seem to purge the cache of updated pages.
What to consider if Nginx helper plugin does not seem to purge the cache of updated pages.
How to implement WordPress featured image in RSS feed the right way.
The Opera deb package for Ubuntu has a nasty bug that breaks native support for H.246 videos. It is connected to the fact, that Opera uses chromium’s libffmpeg.so, but the version are not in sync.
This post contains a list of random useful resources, regarding some pretty common Laravel solutions. Consider it as a kind of shortcut to a lot of googling.
You have nginx fast-cgi cache enabled and a “No space left on device while reading upstream client” error is occasionally thrown. What to do?
These are the basic steps to repeat each time you create a new server on linode, code snippets included. Creating a new linode This one is easy. You log in …
The documentation of phpBB is catastrofic, but there are some useful resources about specific topics often used in theme and extension development. Here they are randomly sorted.
Some short instructions for upgrading the Analytics integration plugin.
I have been googling about how to fetch and pull a branch from a remote repository, if the branch does not yet exist in the local repository.
I have noticed, that despite thousands of tutorials and blog posts about unix permissions, many people still don’t grasp the concept of it and think about permissions in the sense of qualitative numbers, where the lower is simply the better. I’ll be talking here specifically about permissions of a php web application, because most of misunderstandings I have encountered, come from this sphere.