Hey Guys! This post will be a bit different of the rest, it’s just an update with my last recent works on GitHub and sharing some interesting readings I’ve done. Some time ago since I updated, I uploaded these days
Setup Redis Failover with Redis Sentinel
Recently I’ve been playing with redis, to study as an alternative for memcached for one project. One of my main requirements was to implement a good failover solution for a key-value memory database, actually you’ve many ways to do it
Script to blacklist bad guys in nginx
There we’ve a small script to generate a list of IP’s to deny in nginx. In that case I use this script to enhance the security of this blog and try to reduce some spam generated from some bots. This
Distributed cron tasks
These last days I was working on a set of Perl scripts to send distributed tasks to different servers using Gearman job server and his API. Basically to do this I used a total of a 3 servers: – 1
Backup Swiss Knife Tool
Hello everybody, Recently I developed a set of Perl modules and scripts to take some backups (files and database) and I uploaded the project to GitHub. So basically the functionality of this modules are: Take full and incremental backups rotated
Script to count http requests
After some time without updating, due a some changes and some work that require my attention, now I’m returning to post in the blog. Actually I migrate to Ireland, Dublin, since a couple of months, due a job opportunity. I’ve
Sending log files to remote syslog server with rloggerd
These days I’m working with a small script written in Perl to send log files to a remote syslog server. The motivation to develop this script was principally to learning more about Perl and the needed to send log files