Tony

(tag)

  • Fedora, Linux, IR Remotes, LiRC and MythTV

    This post is mostly focused around getting a Microsoft MCE, Media Centre Edition, infra-red remote working with a MythTV frontend. However I will be covering as much as I can about about generic issues. My setup has Fedora 16 running with a hard drive install of Fedora LiveCD and I did this work in May… read more…

    Fedora, Linux, IR Remotes, LiRC and MythTV
  • It ain’t no Tardis !

    Spotted recently above the Victoria Park Market renovations to the old car park building: read more…

    It ain’t no Tardis !
  • Electric Trains Testing On The Western Line

    Not sure if it’s official but the Auckland Transport electric trains are currently testing on the western line as you can see in the above photo. From reports it sounds like they may have started test from around September we only took these pictures at the end of November 2014. We live pretty close to… read more…

    Electric Trains Testing On The Western Line
  • Segmentation faults uploading images in WordPress

    When I tried uploading images I started getting a “HTTP error”. Not all images but quite a lot and it wasn’t just big images or even the biggest images. I noticed this just after the automatic upgrade to WordPress 4.0.1, but having said that I hadn’t done an upload since I had to rollback my… read more…

    Segmentation faults uploading images in WordPress
  • Kids DIY at Mitre10

    Wow that was fun ! Today we went to the “Easy As For Kids Free Workshop” at the Henderson Mitre10 Mega. Josh had been looking forward to this for quite a long time. We heard about DIY for kids months ago and when we asked they said they didn’t do it anymore – bummer. Then… read more…

    Kids DIY at Mitre10
  • VMware vmci.sys error

    When starting up a VM in VMware player you get the following popup: The solution to this is posted in numerous places but look for the *.vmx file associated with the VM you are running and look for the string: vmci0.present = “TRUE” You need to change this to: vmci0.present = “FALSE” read more…

  • Free background music for your videos

    Looking for some simple free music for your videos or YouTube look no further than the Google Audio Library: https://www.youtube.com/audiolibrary/music I am not going to tell you this is absolutely free and you can use it for anything you like, you need to make that call. However as of 2014 the site says: The YouTube… read more…

    Free background music for your videos
  • MythTV, EPG, Terrestrial and HDHomeRun

    Recently we switched our MythTV system from using satellite to terrestrial reception using the HDHomeRun by SiliconDust. Unfortunately what had been a perfectly working EPG under satellite turned into a one day wonder under terrestrial – I could only see one days listing. I should point out that we live in New Zealand and the… read more…

    MythTV, EPG, Terrestrial and HDHomeRun
  • YankIt – Extract from Oracle using JDBC including blobs

    This mini project is designed to allow you to extract and import data from an Oracle database using simple JDBC. Nothing even remotely startling about that, this is designed as a very simple command line tool that can be called from Ant. From what I can see there really isn’t anything out there that works… read more…

    YankIt – Extract from Oracle using JDBC including blobs
  • Gnome Schedule – a GUI to CRON or AT

    If you want a recurring job or task to run on a Unix/Linux box the standard has been CRON. To add extra jobs or tasks can be done from a command line but I tend to be a lazy fellow so I look for a GUI front end that makes my life easier. At the… read more…

    Gnome Schedule – a GUI to CRON or AT