Caffeine Graph
Module::Starter and make dist
Earlier when I’d updated Fedora to Core 5 and now that I’ve gone to 6.10 in Ubuntu I ran into some problems building modules. Module::Starter would start them off just fine and I could “perl Makefile.pl”, “make”, “make test” but when I went to “make dist” there would be an error message saying: -e: META.yml […]
getting Apache2::Request enabled in Ubuntu
Installing the libapreq2 module alone isn’t enough to get Apache2::Request running. Additionally you will need to go to the /etc/apache2/mod-enabled direcorty and sym link in the module to be loaded from /etc/apache2/mods-available cd /etc/apache2/mods-enabled ln -s ../mods-available/apreq.load apreq.load /etc/init.d/apache2 restart
Ubuntu and ssh keys
Ran across a small thing in Ubuntu. Normally when host changed on me for my ssh connection I get the big “HOST IDENTIFICATION HAS CHANGED” and the “man-in-the-middle attack” message. Previously I’d just went in and edited ~/.ssh/known_hosts file (under various Redhat flavors) and removed the offending host by searching for it’s name. At that […]
The first three
So let’s see now I’ve been a linux user for the better part of six years now. I know that doesn’t put my anywhere near the top in those pissing contest of “I’ve been using linux since..”, but it does mean I’ve got enough familiarity with it that I can at least point out a […]