Quite recently I have seen some cases of apt failing when doing package upgrades. It seems like there is a change in the package grub-common that breaks on some systems, but works well on others. Systems installed with the same version of…
So the other day I was upgrading some old test instances and setting up some roles using Ansible and the role geerlingguy.pip, and ran into an issue. The issue was that pip simply wouldn’t work, throwing the below error message:
The other day I needed to create a list of ISO3166 language codes in the following format: 'XX','YY','ZZ'. Being lazy, and also a fan of performing a bit of bash oneliner magic, or oneliner golf as some refer to it, I decided…
This is a simple howto on getting bindgraph installed on your Ubuntu system. Bindgraph is a handy CGI tool written in perl that gathers statistics from your BIND9 installation, to see exactly what sort of DNS lookups are made to your DNS…
Have you ever had the need to access a MSSQL database from Ubuntu/Debian via perl? Well, it's rather easy once you have the right tools. All you need is to install a few things, edit a config file and off you go.…
Preface
What is redmine? Redmine is a flexible project management web application. Written using the Ruby on Rails framework, it is cross-platform and cross-database. What does that really mean though? What it means is that it gives you a great tool to…