Using Fail2Ban to secure your Elgg site

Fail2Ban is a simple, but powerful, open source intrusion detection and prevention system which can run on most POSIX compliant operating systems. It works by monitoring various system logs for signs of intrusion attempts (failed logins etc), and on finding them, executes a preconfigured action. Typically, this action is to block further access attempts from […]

Marcus Povey

Fail2Ban is a simple, but powerful, open source intrusion detection and prevention system which can run on most POSIX compliant operating systems. It works by monitoring various system logs for signs of intrusion attempts (failed logins etc), and on finding them, executes a preconfigured action. Typically, this action is to block further access attempts from […]

LoveNote: Delayed abstract message queue

Helping out a friend and colleague, as well as stretching my programming muscles with a language I don’t often get to play with these days, I’d like to introduce LoveNote Server. LoveNote is a simple abstract message queue server which lets you pass an message payload to one of a pool of endpoints and receive […]

Marcus Povey

Helping out a friend and colleague, as well as stretching my programming muscles with a language I don’t often get to play with these days, I’d like to introduce LoveNote Server. LoveNote is a simple abstract message queue server which lets you pass an message payload to one of a pool of endpoints and receive […]

Profiling Elgg site performance with Statsd

StatsD, created by Etsy, is a simple Node.JS server that provides powerful way to collect numerous statistics about your web application, and to do so simply and quickly. At Etsy, they graph everything, which they use to great effect. Collecting statistics is cool because it gives you hard data about how your software is performing. […]

Marcus Povey

StatsD, created by Etsy, is a simple Node.JS server that provides powerful way to collect numerous statistics about your web application, and to do so simply and quickly. At Etsy, they graph everything, which they use to great effect. Collecting statistics is cool because it gives you hard data about how your software is performing. […]