Force SSH to prompt for password

I've long used public/private keys as my default way of authenticating via SSH, for the following reasons: I don't need to share my credentials with whoever creates the account.I can…

Docker helper scripts

I recently took on some new clients who were already using Docker, and I found it so useful that I now use it in nearly every project. As with any…

Web application backups

If you have a web application, you need to ensure that every component (code, files, database etc.) is backed up on a regular basis. Backups need to be: Automated: So…

IPv6 adoption for web applications

Over the past decade, ISPs and hosting companies have been gradually rolling out IPv6, the headline benefit of which is to extend the number of available IP addresses (IPv4 allows…