Author Archives: Daz

About Daz

This is the blog of Darren Oakley

Installing RMagick on Snow Leopard / Leopard

UPDATE: After using this for a little, i’ve discovered that there’s a small problem with the install script, it does not include the ghostscript fonts (for use with ImageMagick) properly. I’ve forked the repository and applied a fix (http://github.com/dazoakley/ImageMagick-sl) - … Continue reading

Posted in mac, ruby | Tagged , , , , , , | 6 Comments

Installing the Ruby Bindings for Oracle on Mac OS X

This quick crib sheet is for the guys at work (and anyone else who might need help on this one)… First install the oracle instant client somewhere - I normally install it to /usr/local/oracle/instantclient_10_2. Then… cd /usr/local/oracle/instantclient_10_2 ln -s libclntsh.dylib.10.1 … Continue reading

Posted in mac, oracle, ruby | Tagged , , , , | Leave a comment

Removing ._ Files From Mounted Drives

Here’s a quick snippet of goodness to remove those annoying ‘._’ files that Macs generate on mounted drives… cd [wherever you want to clean] find . -name "._*" -exec rm ‘{}’ \; -print

Posted in mac | Tagged , , | 2 Comments

Creating Users on a Linux System

It’s been a while since I’ve had to do any basic sysadmin stuff on a Linux box… seeing as I had to google the answers to this I thought I’d better write them down! useradd syntax useradd [options] {username} Useful … Continue reading

Posted in linux | Tagged , , , | Leave a comment

Git and Github

Here’s the slides of another presentation I gave at work just before the Christmas break - this time on some of the development tools and resources that i’m using in my work: git and github. The general gist is a … Continue reading

Posted in other | Tagged , , | Leave a comment

Homebrew: The First Batch

I’ve always fancied trying my hand at a bit of home brewing but never actually found the guts to get myself a kit. Well, this time I finally went through with it and I’m now the proud owner of a … Continue reading

Posted in other | Tagged , , | 1 Comment

Links for 2009-09-22

Real-World Scala: Introduction (tags: scala programming tutorial reference) Programming Scala (tags: scala books oreilly ebook reference)

Posted in links | Leave a comment

IWPLS 2009: The Sanger Mouse Resources Portal - a Testbed for Collaborative Data Integration

Last week I enjoyed some time up in Edinburgh for the International Workshop on Portals for Life Sciences (IWPLS ‘09), hosted at the e-Science Institute. It was a good workshop - there were good presentations, lively debates, and good social … Continue reading

Posted in other | Tagged , , , , , , | Leave a comment

This Week on Twitter (2009-09-20)

Whisky tasting, followed by dinner, followed by pub = good eve http://twitpic.com/hrl74 # Lovely sunny day in Edinburgh http://twitpic.com/hssx0 # Trying to decide what to do for the afternoon. Think it might be shopping in MK… #

Posted in twitter | Tagged | Leave a comment

This Week on Twitter (2009-09-13)

Just arrived in Edinburgh ready for #IWPLS tomorrow. Time to check out some sights, then prepare the presentation… #

Posted in twitter | Tagged | Leave a comment