Author: doozer

  • Using PuTTY for Key-Based SSH Login

    If you are on Windows and need to “shell” into a Linux machine then PuTTY is the tool of choice. For password based logins it’s as simple as entering the IP address or name of the machine you want to connect to but for key based logins things get a little more complicated. This guide…

  • WobblyStack – A Single Node OpenStack Install

    For a couple of years now I’ve run a small VMWare virtualization system for my business. Broadly speaking it’s gone well and been fairly uneventful. The only panic came when I transitioned from the free to the small business version of the software – I installed more memory than was allowed in the free version,…

  • ManagedBeanCreationException – What’s gone wrong now!

    I recently failed to inject a managed bean into another bean that I was writing and for the life of me I couldn’t see what I’d done wrong. As is often the case it’s the little things that trip us up and in this case I was so used to doing it I couldn’t see…

  • Panasonic HC-V750 Metadata Files

    I recently bought a Panasonic HC-V750 camcorder and I was intrigued by the additional files (.cont, pmpd and .tmb) it produces along with the video files – do they contain useful additional data?. A good googling didn’t turn up anything useful but a lot of people have wondered about them. 

  • XMarks vs Chrome Means You Lose

    Yah, I’ve just managed to lose all of my important bookmarks thanks to a fight between Chrome and XMarks. To be fair this is a known issue but it’s easy to accidentally cause the problem and the only loser in the whole mess is the end user.

  • VirtualBox Additions on the Cloudera Training Machine

    I was playing with the Cloudera training virtual machine (as supplied by the Intro to Hadoop and MapReduce course over on Coursera) today and I installed it into VirtualBox as suggested by the instructor notes. I must have hit every pot-hole on the way through though so I thought I’d document them here for anyone else…

  • Only detected a i686

    One of the servers I manage is currently running Ubuntu 12.04 (Precise Pangolin) but in a little over a month 14.04 (Trusty Tahr) will be making an appearance. Now there’s no good reason for me to be rushing out an upgrading but it’s got to be done at some point so I thought I’d get…

  • UIInstructions cannot be cast

    I f, like me, you are getting an error message along the lines of “UIInstructions cannot be cast to org.primefaces.model.menu.MenuElement” you are in luck because here’s the answer.

  • TransformerFactor AbstractMethodError

    This little hint is perhaps a bit vague but it’s not completely clear where the problem lies but I know what fixed it.

  • Test Credit Card Numbers

    A while back now I had to write a system to process credit cards. Since the software was capturing the card number itself it could perform some initial checking on the number to ensure that the user hadn’t made a trivial typing error.

  • Joomla and PageSpeed

    A while back I installed the PageSpeed module for Apache in an effort to improve my sites performance. How much of an affect it has is debatable but the site scores more highly on the Google PageSpeed score which is a good thing since now it won’t suffer a listing penalty for being slow.

  • Subtle Subversion Problem

    Here’s a problem you don’t see everyday which really shows up the stupidity of the whole case sensitive / insensitive filesystem battle between Windows and Unix like operating systems. Fortunately a lot of work has been done to make the two different schools of thought play together nicely but occasionally something falls through the cracks…