Free tools

I like free tools, who doesn’t? Today, I’ll create a small (Probably gonna be huge :P), list of tools that I use often, and also tell a little about what each tool does. Monitoring SimpleMonitor – SimpleMonitor is a small number of python scripts, that you can run on your server, you’ll be able to monitor … Continued

Nginx support for cpanel awstats

When using cpanel as a control panel for shared hosting, you’re by default forced to use Apache. The reason behind this is that it’s the most common webserver, but Apache is often using a lot of memory when you could lower this. A good choice is to put nginx in front. There’s multiple options for … Continued

Design with failure in mind

Whenever you design anything, you should design with failure in mind. What does this mean? It means that building something, either physical or software etc, you should always design it in a way, that you expect things to go wrong at some point, but why? You’ve build something, why should it ever go wrong? Because … Continued

Yahoo Weather API

For some time ago, I did make a small wrapper for the yahoo weather API. I did this because Google closed their API, which was used by a lot of people. But the Yahoo weather API is not so easy to deal with, because they require you to provide the woeid (Where On Earth IDentifier). … Continued