30
Jul/12dvd::rip Rip Title Stays At 0%
Overview I was trying to rip a title from a personally owned DVD when I noticed the Clip & Zoom tab didn’t have any previews and later on I found it wouldn’t transcode either. I later found it was stuck … Continue reading
23
Jul/12IBM BPM Introspection
Overview Many programming languages allow introspection to examine objects at runtime. Even Javascript has this ability but IBM BPM does not have this built in. To workaround this limitation a service can be built with an input type of ANY … Continue reading
17
Jul/12New Header Image 17
What’s the time Mr Wolf?
09
Jul/12Tomcat 7 Server Error 404 From Eclipse
Although the server states it has started (albeit with errors in the console) when you browser to localhost:8080 to get to the Tomcat welcome page it shows an “HTTP Status 404 – /” with the description “The requested resource (/) … Continue reading
02
Jul/12Mounting LVM Using Ubuntu Live CD
Overview My system died recently and I needed to access the data on the hard drives. I had two 1TB drives in a logical volume which I needed to pull data off of. Luckily the drivers were in tact. Live … Continue reading
24
Jun/12Linking Withings Scale To Fitbit
It’s possible to link the scales from Withings to Fitbit’s website as shown in this article. However, logging into Fitbit I couldn’t see the the link to it what so ever. It turns out the link was removed in an … Continue reading
18
Jun/12Ubuntu 12.04 DHCP Server
Overview A DHCP server issues computers on the network IP addresses. Normally this is done by the router but a computer is more flexible because: Cheap to add multiple network interface cards More control over network traffic Fits into other … Continue reading
11
Jun/12Install Oracle (Sun) JRE On Ubuntu 12.04
Below should work for Ubuntu 12.04 for 32 and 64 bit. Add Oracle’s repository to repository list: sudo add-apt-repository ppa:webupd8team/java Update sources: sudo apt-get update Install JRE 7: sudo apt-get install oracle-java7-installer Java JRE will not install in Ubuntu 12.04