I was browsing around the web and I came across some quotes from Tombstone the movie. If you haven’t seen it then I suggest you go and watch it post haste. Great story and the dialogue is brilliant.
My favourite character was the Doc (Val Kilmer). While watching his character being played out its a good thing to keep in the back of your mind that he knows he’s dying. Some of the lines the Doc gets to say are nothing short of brilliant.
Rss Jobs Search Engine
I have now got over 50 job feeds in the database and I am still looking for more. If you know of an RSS Job feed that is not currently in the database please let me know and I will add it.
Software Raid
If you ever get this:
mdadm: error opening /dev/md0: No such file or directory
do:
ls -la /dev/md0
If the file does not exist create it as follows: (I am assuming your kernel already supports software raid)
mknod /dev/md0 b 9 0