Apache and GeoIP2 module
Often, the Internet can seem like the wild wild west (or the wild wild east, depends on where you are located), and you can be fairly certain that any public facing service will draw some amount of brute force attacks …
Often, the Internet can seem like the wild wild west (or the wild wild east, depends on where you are located), and you can be fairly certain that any public facing service will draw some amount of brute force attacks …
I ran into a problem with Apache on Centos 6. For some time, I was the only person who had access to this particular machine so permissions were not a problem. However, now that somebody else is taking care of the website …
Gettext is a great way to localize and internationalize (simply put, to translate) your (web)applications. It’s especially useful when you’re building a multi-language application because you can separate the code from the translation process effectively. all strings that need to …
I’ve got this blog of mine where I log in every now and then, so whenever there is a new version of WordPress, I see the update reminder message. There is, however, over a dozen other blogs under my wings …
Check the WordPress version of several sites at once Read more »
There was this website containing regularly updated content I wanted to follow. Unfortunately, they had no RSS feed available and I didn’t feel like checking on the website every now and then. Also, what I needed was just the posts …
Grep result to a shell variable – no line breaks Read more »