<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss'><id>tag:blogger.com,1999:blog-17813866</id><updated>2010-01-13T11:24:57.257Z</updated><title type='text'>Ians Ramblings</title><subtitle type='html'>Ians thoughts each day, ish</subtitle><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default'/><link rel='alternate' type='text/html' href='http://www.iansramblings.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default?start-index=26&amp;max-results=25'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.iansramblings.com/atom.xml'/><author><name>Ian</name><uri>http://www.blogger.com/profile/03910054221171475162</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>130</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-17813866.post-211752552144458592</id><published>2010-01-13T11:18:00.002Z</published><updated>2010-01-13T11:24:57.429Z</updated><title type='text'>Recursively Rename Files Linux</title><content type='html'>&lt;span style="font-family: arial;"&gt;I was just doing this today and thought I would post the bash script I wrote to do the job. This particular example finds all jpeg files recursively and renames them to .jpg but you could just change the .jpeg part to anything and / or the .jpg part.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;You just have to paste this into a .sh file and run it with sh filename.sh or set it's executable bit and run it with ./filename.sh&lt;/span&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;#!/bin/bash&lt;br /&gt;&lt;br /&gt;find ./ -type f -name "*.jpeg" | while read FILE&lt;br /&gt;do&lt;br /&gt;newname=`echo $FILE | sed s/\.jpeg$/\.jpg/`&lt;br /&gt;echo "renaming $FILE to $newname"&lt;br /&gt;mv "$FILE" "$newname"&lt;br /&gt;done&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17813866-211752552144458592?l=www.iansramblings.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/211752552144458592'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/211752552144458592'/><link rel='alternate' type='text/html' href='http://www.iansramblings.com/2010/01/recursively-rename-files-linux.html' title='Recursively Rename Files Linux'/><author><name>Ian</name><uri>http://www.blogger.com/profile/03910054221171475162</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02138039961710070162'/></author></entry><entry><id>tag:blogger.com,1999:blog-17813866.post-2249502916399506766</id><published>2010-01-08T19:24:00.002Z</published><updated>2010-01-08T19:32:05.105Z</updated><title type='text'>Great day</title><content type='html'>&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Well today turned out a thousand times better than I had expected today. Initially I thought I was having a tooth removed which would have been horrible and then having to wait to look for a new car but in-fact the dentistry had to be postponed and I got myself a new car hehe.&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.iansramblings.com/gallery/New-Car" target="_blank"&gt;&lt;img src="http://www.iansramblings.com/gallery/albums/New-Car/web4.jpg" width="200" alt="car" /&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;Here is a quick pic of it, I will take a few more in the future in the light. It was a bit scary driving it for the first time in all the snow we have been having here recently though and on the motorway for the first time, but it all turned out well. &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;It's great how quickly you can get taxed and insured these days especially being as I am a new driver I was able to get insured for about 670 pounds would certainly recommend using go compare.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;I just hope when I release the new version of my software at work soon I will be so lucky.&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17813866-2249502916399506766?l=www.iansramblings.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/2249502916399506766'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/2249502916399506766'/><link rel='alternate' type='text/html' href='http://www.iansramblings.com/2010/01/great-day.html' title='Great day'/><author><name>Ian</name><uri>http://www.blogger.com/profile/03910054221171475162</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02138039961710070162'/></author></entry><entry><id>tag:blogger.com,1999:blog-17813866.post-7833846745169865262</id><published>2009-12-20T21:56:00.002Z</published><updated>2009-12-20T22:01:49.725Z</updated><title type='text'>Christmas is almost here!</title><content type='html'>&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;And I still haven't finished my shopping and wrapping yet booooo. Though in better news I have passed my car driving test at long last. After years of riding motorbikes all year round winters to come should be a lot more pleasant.&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;Other than that I passed my team leader 2 management course as well so things are all going rather well, especially as now I can chill out all the way until after new year hehe.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;It has been snowing loads around here today, I am really hoping it will pause for tomorrow and the next day so I can easily go to town and fit my new scorpion exhausts to one of my bikes, selfish me.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;I hope all is well with everyone who comes across this site :) especially my Azizam xxx&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17813866-7833846745169865262?l=www.iansramblings.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/7833846745169865262'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/7833846745169865262'/><link rel='alternate' type='text/html' href='http://www.iansramblings.com/2009/12/christmas-is-almost-here.html' title='Christmas is almost here!'/><author><name>Ian</name><uri>http://www.blogger.com/profile/03910054221171475162</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02138039961710070162'/></author></entry><entry><id>tag:blogger.com,1999:blog-17813866.post-3159791797500048502</id><published>2009-12-08T22:42:00.002Z</published><updated>2009-12-08T22:48:49.087Z</updated><title type='text'>MD5 Checksums and Windows</title><content type='html'>&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Ever downloaded an application realised the site had the MD5 Checksums there but you didn't bother to check them because you couldn't be bothered to install something and faff just to generate MD5 hashes on Windows? &lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;In case you are not familiar with MD5 Checksums, it is basically a number which represents the exact contents of the file, a finger print as it were, often when you download an application a website will provide the checksums and you ideally need to check your downloaded file matches. This ensures that what is about to be run is what the site had intended for you to have and nothing else had been added or removed.&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;So anyway, I found a really nice easy and free little program to do such checks at the click of a mouse and thought I would share it. &lt;/span&gt;&lt;a href="http://www.colonywest.us/index.php?option=com_content&amp;amp;view=article&amp;amp;id=46&amp;amp;Itemid=56" target="_blank"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;http://www.colonywest.us/index.php?option=com_content&amp;amp;view=article&amp;amp;id=46&amp;amp;Itemid=56&lt;/span&gt;&lt;/a&gt; &lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17813866-3159791797500048502?l=www.iansramblings.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/3159791797500048502'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/3159791797500048502'/><link rel='alternate' type='text/html' href='http://www.iansramblings.com/2009/12/md5-checksums-and-windows.html' title='MD5 Checksums and Windows'/><author><name>Ian</name><uri>http://www.blogger.com/profile/03910054221171475162</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02138039961710070162'/></author></entry><entry><id>tag:blogger.com,1999:blog-17813866.post-5872880185491700731</id><published>2009-12-03T22:23:00.002Z</published><updated>2009-12-03T22:32:53.912Z</updated><title type='text'>Motorbike Show 2009 - NEC</title><content type='html'>&lt;span style="font-family:arial;"&gt;Yet again I have been a very lazy creature regarding posting anything on my site, but thought I would put a few links to some more recent pics and whitter on a little about the motorbike show over at the NEC I went to this year.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.iansramblings.com/gallery/bike_show_2009" target="_blank" border="0"&gt;&lt;img src="http://www.iansramblings.com/gallery/albums/bike_show_2009/DSCF9889.sized.jpg" width="150" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:Arial;"&gt;I had a good time over there as usual, still tons of bikes being displayed there as you can see in the pics, particularly BMW, they had a huge stand this year and a massive range of models, also great to see Norton there and Triumph.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;"&gt;With regard to BMW, their sports bikes are looking amazing these days. They are pretty pricey but in the same kind of ball park as the Ducatis. Here's a &lt;a href="http://www.s1000rr.com/" target="_blank"&gt;link&lt;/a&gt; to a site about one of their models, I included it just because it's a really novel site take a gander.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;"&gt;It was a little dissapointing to not see Honda, Ducati, Harley Davidson or Aprillia there though. Hopefully it's not a sign of bad things for them economically.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;"&gt;As always they have a huge amount of biking kit on sale at really decent prices, so I ordered myself a pair of scorpion exhausts for my Yamaha really looking forward to their arrival probably early next week!&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:Arial;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17813866-5872880185491700731?l=www.iansramblings.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/5872880185491700731'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/5872880185491700731'/><link rel='alternate' type='text/html' href='http://www.iansramblings.com/2009/12/motorbike-show-2009-nec.html' title='Motorbike Show 2009 - NEC'/><author><name>Ian</name><uri>http://www.blogger.com/profile/03910054221171475162</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02138039961710070162'/></author></entry><entry><id>tag:blogger.com,1999:blog-17813866.post-6987592977642846585</id><published>2009-11-19T09:41:00.002Z</published><updated>2009-11-19T09:57:08.750Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='tokyo sonata film kurosawa'/><title type='text'>Tokyo Sonata</title><content type='html'>&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;Last night I saw a very interesting Japanese film, Tokyo Sonata, I am not sure I would recommend it from an entertainment perspective, but if you are looking for something curious that really embodies Japanese mentality this seems to me to be one to watch.&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;The cinematography is superb, a lot of the slower scenes look like excellent photos, one scene showing some high rise buildings with the slow moving of traffic just looked amazing, it's a shame I can't find a still of it on the net to show here.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;&lt;a href="http://www.imdb.com/title/tt0938341/" target="_blank"&gt;&lt;img src="http://iansramblings.com/images/tokyo-sonata_sml.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;It just made me realise how completely different the Japanese are to us here in England, if that is indeed a realistic representation of the way they think and act. Honour it seems is so important that it actually clouds their judgement in making rational decisions that could overt the situation becoming worse.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;This is really one of the first films I have seen that shows typical contemporary Japanese streets and houses, I think that is what really makes it so intriguing. The people seem so calm and considered, always listening to what another says before answering until they eventually snap under extreme pressure. I think it's actually a storyline that could not work in any setting other than that of modern day Japan.&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17813866-6987592977642846585?l=www.iansramblings.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/6987592977642846585'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/6987592977642846585'/><link rel='alternate' type='text/html' href='http://www.iansramblings.com/2009/11/tokyo-sonata.html' title='Tokyo Sonata'/><author><name>Ian</name><uri>http://www.blogger.com/profile/03910054221171475162</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02138039961710070162'/></author></entry><entry><id>tag:blogger.com,1999:blog-17813866.post-4049465705348818456</id><published>2009-11-10T16:50:00.002Z</published><updated>2009-11-10T16:54:32.653Z</updated><title type='text'>MySQL Selective Dump</title><content type='html'>&lt;span style="font-family: arial;"&gt;This is just something I was wondering about, whether I could back up specific rows I am going to modify during test, so I can re-insert them all after I have finished and deleted my test data.&lt;br /&gt;&lt;br /&gt;To selectively dump just specifc rows from your mysql table you can use the following:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;mysqldump --where=domain_id='7' -t -umyueser mydatabase mytable &gt; mydumpfile.sql&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Omitting the "-t" option will also place the drop and re-create table SQL into your dumpfile. It can be handy if you just want to backup a specific set of data from your db. Note it does not create REPLACE INTO's though so you would need to delete the matching rows before restoring from such a dumpfile.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17813866-4049465705348818456?l=www.iansramblings.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/4049465705348818456'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/4049465705348818456'/><link rel='alternate' type='text/html' href='http://www.iansramblings.com/2009/11/mysql-selective-dump.html' title='MySQL Selective Dump'/><author><name>Ian</name><uri>http://www.blogger.com/profile/03910054221171475162</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02138039961710070162'/></author></entry><entry><id>tag:blogger.com,1999:blog-17813866.post-1627736950087072629</id><published>2009-11-03T22:36:00.003Z</published><updated>2009-11-03T23:57:18.596Z</updated><title type='text'>Lost and found</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.imdb.com/video/wab/vi4075684377/" target="_blank"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 225px; height: 512px;" src="http://iansramblings.com/images/lostandfound.gif" border="0" alt="" /&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;My Dad brought a good film over to my house today, &lt;a href="http://www.imdb.com/title/tt1336600/" target="_blank"&gt;Lost and found&lt;/a&gt;, made by the same people who do those cool &lt;a href="http://www.youtube.com/watch?v=b3xe9dSY7zM" target="_blank"&gt;Lloyds bank adverts&lt;/a&gt;.&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;What a change to see something so subtle and chilled and such tidy, tactile animation.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;Such an interesting story of acceptance and caring about someone / something you just came into contact with no matter how alien they may seem.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, serif;"&gt;It really has an almost Scandinavian feel to it, particularly the clothing styles and the buildings in the village, almost like Norway.&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17813866-1627736950087072629?l=www.iansramblings.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/1627736950087072629'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/1627736950087072629'/><link rel='alternate' type='text/html' href='http://www.iansramblings.com/2009/11/lost-and-found.html' title='Lost and found'/><author><name>Ian</name><uri>http://www.blogger.com/profile/03910054221171475162</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02138039961710070162'/></author></entry><entry><id>tag:blogger.com,1999:blog-17813866.post-7470663450942940353</id><published>2009-11-03T13:10:00.003Z</published><updated>2009-11-03T13:15:05.144Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='non recursive find linux pipe file list into rm'/><title type='text'>Piping file list into RM</title><content type='html'>&lt;span style="font-family: arial;"&gt;Another geeky posting, but something I could not find on google, how to pipe a specific list of files into rm on linux in order to delete them.  I also found some crazy postings about how to get find to not search recursively so thought I would share what seemed to work for me.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;It's worth reading the man pages for &lt;span style="font-family: courier new;"&gt;find&lt;/span&gt;, &lt;span style="font-family: courier new;"&gt;xargs&lt;/span&gt; and &lt;span style="font-family: courier new;"&gt;rm&lt;/span&gt;&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;This will find all the items in the current directory that are 6632 bytes in size and prompt for deletion for each.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;find -maxdepth 1 -size 6632c | xargs --interactive rm -f&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17813866-7470663450942940353?l=www.iansramblings.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/7470663450942940353'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/7470663450942940353'/><link rel='alternate' type='text/html' href='http://www.iansramblings.com/2009/11/piping-file-list-into-rm.html' title='Piping file list into RM'/><author><name>Ian</name><uri>http://www.blogger.com/profile/03910054221171475162</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02138039961710070162'/></author></entry><entry><id>tag:blogger.com,1999:blog-17813866.post-4103341218183960686</id><published>2009-10-31T15:03:00.009Z</published><updated>2009-10-31T15:29:42.932Z</updated><title type='text'>Halloween Death Star Pumpkin !</title><content type='html'>&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;It's &lt;a href="http://en.wikipedia.org/wiki/Halloween" target="_blank"&gt;Halloween&lt;/a&gt; again, and there was a competition at work to see who could produce the best pumpkins. Being technical geeks we decided to go for something rather sci-fi and made a &lt;a href="http://en.wikipedia.org/wiki/Death_star" target="_blank"&gt;death star&lt;/a&gt;!&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Here are some pics of it in the dark along with the background and little paper &lt;a href="http://en.wikipedia.org/wiki/X-wing" target="_blank"&gt;x-wing&lt;/a&gt; and &lt;a href="http://en.wikipedia.org/wiki/Tie_fighter" target="_blank"&gt;tie fighter&lt;/a&gt;.&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;table border="0" bgcolor="black" width="350px"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td align="left" valign="top" width="175px"&gt;&lt;br /&gt;&lt;img width="150px" border="0" style="border:0px solid #021a40;" src="http://www.iansramblings.com/images/halloween/ds1.JPG" /&gt; &lt;img border="0" style="border:0px solid #021a40;" width="150px" src="http://iansramblings.com/images/halloween/ds2.JPG" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width="175px" align="left" valign="top"&gt;&lt;br /&gt;&lt;img width="150px" border="0" style="border:0px solid #021a40;" src="http://iansramblings.com/images/halloween/ds3.JPG" /&gt; &lt;img width="150px" border="0" style="border:0px solid #021a40;" src="http://iansramblings.com/images/halloween/ds4.JPG" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Luckily we won a prize for the most unusual concept. The pumpkin was filled with three sets of Christmas lights to get it to illuminate that brightly not recommended for home it did get rather hot..&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17813866-4103341218183960686?l=www.iansramblings.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/4103341218183960686'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/4103341218183960686'/><link rel='alternate' type='text/html' href='http://www.iansramblings.com/2009/10/halloween.html' title='Halloween Death Star Pumpkin !'/><author><name>Ian</name><uri>http://www.blogger.com/profile/03910054221171475162</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02138039961710070162'/></author></entry><entry><id>tag:blogger.com,1999:blog-17813866.post-7269168773537091516</id><published>2009-10-19T12:41:00.004+01:00</published><updated>2009-10-19T12:53:47.033+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='try &apos;modprobe fuse&apos; first'/><category scheme='http://www.blogger.com/atom/ns#' term='modprobe: Can&apos;t locate module fuse fusermount: fuse device not found'/><title type='text'>Mount NTFS drive CentOS 5</title><content type='html'>&lt;span style="font-family:arial;"&gt;I came across a problem today mounting an NTFS drive on CentOS 5, previously the NTFS driver seemed to have been compiled into the kernel as standard on CentOS 4.&lt;br /&gt;&lt;br /&gt;Firstly ensure that you are root.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;su -&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Originally I installed fuse-ntfs-3g-2009.4.4-2.el5.rf using yum, unfortunately it resulted in the problem which it seems so many &lt;a href="http://www.linuxforums.org/forum/debian-linux-help/65233-fuse-modprobe-help.html" target="_blank"&gt;people&lt;/a&gt; are having when mounting: -&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:courier new;"&gt;modprobe: Can't locate module fuse&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt; fusermount: fuse device not found, try 'modprobe fuse' first&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt; pcname:/home/me# modprobe fuse&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt; modprobe: Can't locate module fuse&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;In the end we realised you also need to have the dkms-fuse package installed as well.&lt;/span&gt; &lt;span style="font-family: arial;"&gt;So here is my little step by step.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;1. List the drives and note the name of the NTFS disk&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;&lt;br /&gt;fdisk -l&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;Output:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Disk /dev/sda: 250.0 GB, 250000000000 bytes&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;255 heads, 63 sectors/track, 30394 cylinders&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;   Device Boot      Start         End      Blocks   Id  System&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;/dev/sda1   *           1          13      104391   83  Linux&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;/dev/sda2              14       30394   244035382+  8e  Linux LVM&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Disk /dev/sdb: 2000.3 GB, 2000398934016 bytes&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;255 heads, 63 sectors/track, 243201 cylinders&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;   Device Boot      Start         End      Blocks   Id  System&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;/dev/sdb1   *           1      243201  1953512001    7  HPFS/NTFS&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;2. Install the packages&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;yum install fuse dkms-fuse&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;3. Create the directory to mount to&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;mkdir /ntfs/&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;4. Mount the disk&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;mount -t ntfs-3g /dev/sdb1 /ntfs/&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17813866-7269168773537091516?l=www.iansramblings.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/7269168773537091516'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/7269168773537091516'/><link rel='alternate' type='text/html' href='http://www.iansramblings.com/2009/10/mount-ntfs-drive-centos-5.html' title='Mount NTFS drive CentOS 5'/><author><name>Ian</name><uri>http://www.blogger.com/profile/03910054221171475162</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02138039961710070162'/></author></entry><entry><id>tag:blogger.com,1999:blog-17813866.post-2699300760156211408</id><published>2009-10-10T21:09:00.006+01:00</published><updated>2009-10-10T21:45:42.899+01:00</updated><title type='text'>Star Trek</title><content type='html'>&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;A bit late with this one, but I finally got around to seeing the new &lt;a href="http://www.imdb.com/title/tt0796366/" target="_blank"&gt;Star Trek&lt;/a&gt; film. I had some reservations about seeing it before due to the casting of &lt;/span&gt;&lt;/span&gt;&lt;a href="http://www.imdb.com/name/nm0670408/" target="_blank"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Simon Pegg&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt; who is playing Scotty. I usually find whatever the role is, he is a bit of a clown and is not really believable.&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;However in Star Trek he did a fine job and I was impressed overall with the whole film. Unusual for me being such a picky blighter. The whole film had a really nice retro feel to it and carried through the feeling of the original series but also the spirit of the newer films. Excellent action and great special effects, I also thought the acting by &lt;/span&gt;&lt;span class="Apple-style-span"  style=" border-collapse: collapse; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family:Arial, Helvetica, sans-serif;"&gt;&lt;a href="http://www.imdb.com/name/nm0704270/" target="_blank"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Zachary Quinto&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt; was supurb.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;span align="center"&gt;&lt;br /&gt;&lt;img src="http://iansramblings.com/images/4.jpg" border="0" hspace="0" vspace="0" class="nostyle" /&gt;&lt;img src="http://iansramblings.com/images/1.jpg" border="0" hspace="0" vspace="0" class="nostyle" /&gt;&lt;img src="http://iansramblings.com/images/2.jpg" border="0" hspace="0" vspace="0" class="nostyle" /&gt;&lt;img src="http://iansramblings.com/images/3.jpg" border="0" hspace="0" vspace="0" class="nostyle" /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17813866-2699300760156211408?l=www.iansramblings.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/2699300760156211408'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/2699300760156211408'/><link rel='alternate' type='text/html' href='http://www.iansramblings.com/2009/10/star-trek.html' title='Star Trek'/><author><name>Ian</name><uri>http://www.blogger.com/profile/03910054221171475162</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02138039961710070162'/></author></entry><entry><id>tag:blogger.com,1999:blog-17813866.post-7404839435412879566</id><published>2009-10-06T13:24:00.002+01:00</published><updated>2009-10-06T13:32:43.164+01:00</updated><title type='text'>Evil Day</title><content type='html'>&lt;span style="font-family: arial;"&gt;I was looking forward to today, testing out my new glasses at work, unfortunately it started really badly lol. Looked out the window and it was raining so I knew my nice shiny motorbike would be complaining all the way, got to the garage door opened it too quickly and it jammed.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;Spent more than an hour taking off it's cables and putting them back on, it's a nightmare, garage doors are evil. Luckily I eventually got it to close, but it's got no cables attached to it now so will need fixing.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;Finally got to work for a half day and the prospect of bus trips for the next few days boo, at least I can practise more farsi.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span dir="rtl"&gt;دلم برات تنگ شده جونم!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17813866-7404839435412879566?l=www.iansramblings.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/7404839435412879566'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/7404839435412879566'/><link rel='alternate' type='text/html' href='http://www.iansramblings.com/2009/10/evil-day.html' title='Evil Day'/><author><name>Ian</name><uri>http://www.blogger.com/profile/03910054221171475162</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02138039961710070162'/></author></entry><entry><id>tag:blogger.com,1999:blog-17813866.post-1091704332135160407</id><published>2009-09-20T20:32:00.002+01:00</published><updated>2009-09-20T20:35:50.080+01:00</updated><title type='text'>Lil blue Honda</title><content type='html'>&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Ah the old girl was up to her tricks again today. As it was a gorgeous day I thought I would go out for a nice long ride, unfortunately I only got as far as Aston Upon Trent before the clutch cable detached itself.&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Not all bad though she'd faltered just outside a pub rather nicely so was able to sit in the sun with a nice cold coke until the recovery truck came.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Luckily we were able to fix her at the road side, something they don't usually like to do with motorbikes, fortunately I knew where everything was so we could get away with it.&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17813866-1091704332135160407?l=www.iansramblings.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/1091704332135160407'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/1091704332135160407'/><link rel='alternate' type='text/html' href='http://www.iansramblings.com/2009/09/lil-blue-honda.html' title='Lil blue Honda'/><author><name>Ian</name><uri>http://www.blogger.com/profile/03910054221171475162</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02138039961710070162'/></author></entry><entry><id>tag:blogger.com,1999:blog-17813866.post-3928377185383865287</id><published>2009-09-18T10:21:00.003+01:00</published><updated>2009-11-04T00:32:23.636Z</updated><title type='text'>File-roller bug CentOS 5</title><content type='html'>&lt;span style="font-family: arial;"&gt;Anyone using CentOS 5 may find that their file-roller gui app that is used for opening archives such as zip files does not work correctly and shows all zip files as empty.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;I certainly found this to be the case, this is how I fixed it:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;yum remove file-roller&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;wget ftp://ftp.sunet.se/pub/os/Linux/distributions /centos/4.7/os/x86_64/CentOS/RPMS/file-roller-2.8.1-1.x86_64.rpm&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;rpm -i file-roller-2.8.1-1.x86_64.rpm&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;Just installed the version I know works from CentOS 4.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17813866-3928377185383865287?l=www.iansramblings.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/3928377185383865287'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/3928377185383865287'/><link rel='alternate' type='text/html' href='http://www.iansramblings.com/2009/09/file-roller-bug-centos-5.html' title='File-roller bug CentOS 5'/><author><name>Ian</name><uri>http://www.blogger.com/profile/03910054221171475162</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02138039961710070162'/></author></entry><entry><id>tag:blogger.com,1999:blog-17813866.post-8696258135568091080</id><published>2009-09-17T20:08:00.002+01:00</published><updated>2009-09-17T20:16:22.944+01:00</updated><title type='text'>Pedal for Pounds 2009</title><content type='html'>&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Over the weekend I had a nice busy time working with my sister at the pedal for pounds event that she organises each year for Yorkshire cancer research. This year there were just shy of 300 cyclists doing either a 50 mile or 20 mile ride.&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;img src="http://www.iansramblings.com/images/pedal09.jpg" alt="Pedal for Pounds 2009" /&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;All went well though it was tiring, I don't think many people realise just how many sign posts are involved in a 50 mile cycle ride hehe.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Well other than that I have certainly been the feeling for some kind of travel again, especially somewhere cultural again.&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17813866-8696258135568091080?l=www.iansramblings.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/8696258135568091080'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/8696258135568091080'/><link rel='alternate' type='text/html' href='http://www.iansramblings.com/2009/09/pedal-for-pounds-2009.html' title='Pedal for Pounds 2009'/><author><name>Ian</name><uri>http://www.blogger.com/profile/03910054221171475162</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02138039961710070162'/></author></entry><entry><id>tag:blogger.com,1999:blog-17813866.post-8467028123970777295</id><published>2009-09-03T11:28:00.001+01:00</published><updated>2009-09-03T11:34:52.593+01:00</updated><title type='text'>Linux Essential X Commands</title><content type='html'>&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:arial;"&gt;This is mainly just a list for me so I know I can find it somewhere! I always forget how to get back into X after accidentally dropping out of it..&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span&gt;&lt;br /&gt;&amp;#60;Ctrl&amp;#62;&amp;#60;Alt&amp;#62;&amp;#60;F1&amp;#62;&lt;br /&gt;Switch to the first text terminals. Under Linux you can have several (6 in standard setup) terminals opened at the same time. This is a keyboard shortcut, which means: "press the control key and the alt key, hold them. Now press &amp;#60;F1&amp;#62;. Release all keys."&lt;br /&gt;&lt;br /&gt;&amp;#60;Ctrl&amp;#62;&amp;#60;Alt&amp;#62;&amp;#60;Fn&amp;#62; (n=1..6)&lt;br /&gt;Switch to the nth text terminal. (The same could be accomplished with the rarely used command chvt n. "chvt" stands for "change virtual terminal"). In text terminal (outside X), you can also use &amp;#60;Alt&amp;#62;&amp;#60;Fn&amp;#62; (the key &amp;#60;Ctrl&amp;#62; is not needed).&lt;br /&gt;&lt;br /&gt;tty&lt;br /&gt;Print the name of the terminal in which you are typing this command. If you prefer the number of the active terminal (instead of its name), it can be printed using the command fgconsole (="foreground console").&lt;br /&gt;&lt;br /&gt;&amp;#60;Ctrl&amp;#62;&amp;#60;Alt&amp;#62;&amp;#60;F7&amp;#62;&lt;br /&gt;Switch to the first GUI terminal (if X-windows is running on the 7th terminal, where it typcially is).&lt;br /&gt;&lt;br /&gt;&amp;#60;Ctrl&amp;#62;&amp;#60;Alt&amp;#62;&amp;#60;Fn&amp;#62; (n=7..12)&lt;br /&gt;Switch to the nth GUI terminal (if a GUI terminal is running on screen n-1). On default, the first X server is running on terminal 7. On default, nothing is running on terminals 8 to 12--you can start subsequent X server there.&lt;br /&gt;&lt;br /&gt;&amp;#60;Tab&amp;#62;&lt;br /&gt;(In a text or X terminal) Autocomplete the command if there is only one option, or else show all the available options. On newer systems you may need to press &amp;#60;Tab&amp;#62;&amp;#60;Tab&amp;#62;. THIS SHORTCUT IS GREAT, it can truely save you lots of time.&lt;br /&gt;&lt;br /&gt;&amp;#60;ArrowUp&amp;#62;&lt;br /&gt;(In a text or X terminal) Scroll and edit the command history. Press &amp;#60;Enter&amp;#62; to execute a historical command (to save on typing). &amp;#60;ArrowDown&amp;#62; scrolls back.&lt;br /&gt;&lt;br /&gt;&amp;#60;Shift&amp;#62;&amp;#60;PgUp&amp;#62;&lt;br /&gt;Scroll terminal output up. This works also at the login prompt, so you can scroll through your bootup messages. The amount/usage of your video memory determines how far back you can scroll the display. &amp;#60;Shift&amp;#62;&amp;#60;PgDown&amp;#62; scrolls the terminal output down.&lt;br /&gt;&lt;br /&gt;&amp;#60;Ctrl&amp;#62;&amp;#60;Alt&amp;#62;&amp;#60;+&amp;#62;&lt;br /&gt;(in X-windows) Change to the next X-server resolution (if you set up the X-server to more than one resolution). For multiple resolutions on my standard SVGA card/monitor, I have the following line in the file /etc/X11/XF86Config (the first resolution starts on default, the largest resolution determines the size of the "virtual screen"):&lt;br /&gt;Modes "1024x768" "800x600" "640x480" "512x384" "480x300" "400x300" "1152x864"Z&lt;br /&gt;Of course, first I had to configure the X server, either by using Xconfigurator, xf86config, or manually by edition the file /etc/X11/XF86Config, so that it supports the above resolutions (mostly the matter of uncommenting the line that defines my video chipset, and specifying the synchronization frequencies my monitor supports). XFdrake (Mandrake configuration utility) can do it from GUI. See also the commands xvidtune and xvidgen.&lt;br /&gt;&lt;br /&gt;&amp;#60;Ctrl&amp;#62;&amp;#60;Alt&amp;#62;&amp;#60;-&amp;#62;&lt;br /&gt;(in X-windows) Change to the previous X-server resolution.&lt;br /&gt;&lt;br /&gt;&amp;#60;Ctrl&amp;#62;&amp;#60;Alt&amp;#62;&amp;#60;Esc&amp;#62;&lt;br /&gt;(in X-windows, KDE) Kill the window I am going to click with my mouse pointer (the pointer changes to something like a death symbol). Similar result can be obtained with the command xkill (typed in X-terminal). Useful when an X-window program does not want to close (hangs?).&lt;br /&gt;&lt;br /&gt;&amp;#60;Ctrl&amp;#62;&amp;#60;Alt&amp;#62;&amp;#60;BkSpc&amp;#62;&lt;br /&gt;(in X-windows) Kill the current X-windows server. Use if the X-windows server cannot be exited normally.&lt;br /&gt;&lt;br /&gt;&amp;#60;Ctrl&amp;#62;&amp;#60;Alt&amp;#62;&amp;#60;Del&amp;#62;&lt;br /&gt;(in text terminal) Shut down the system and reboot. This is the normal shutdown command for a user at the text-mode console. Don't just press the "reset" button for shutdown!&lt;br /&gt;&lt;br /&gt;&amp;#60;Ctrl&amp;#62;c&lt;br /&gt;Kill the current process (works mostly with small text-mode applications).&lt;br /&gt;&lt;br /&gt;&amp;#60;Ctrl&amp;#62;d&lt;br /&gt;(pressed at the beginning of an empty line) Log out from the current terminal. See also the next command.&lt;br /&gt;&lt;br /&gt;&amp;#60;Ctrl&amp;#62;d&lt;br /&gt;Send [End-of-File] to the current process. Don't press it twice else you also log out (see the previous command).&lt;br /&gt;&lt;br /&gt;&amp;#60;Ctrl&amp;#62;s&lt;br /&gt;Stop the transfer to the terminal.&lt;br /&gt;&lt;br /&gt;&amp;#60;Ctrl&amp;#62;q&lt;br /&gt;Resume the transfer to the terminal. Try if your terminal mysteriously stops responding. See the previous command.&lt;br /&gt;&lt;br /&gt;&amp;#60;Ctrl&amp;#62;z&lt;br /&gt;Send the current process to the background.&lt;br /&gt;&lt;br /&gt;exit&lt;br /&gt;Logout. I can also use logout for the same effect. (If you have started a second shell, e.g., using bash, this command will make you exit the second shell, and you will be back in the first shell, not logged out. Then use another exit to logout.)&lt;br /&gt;&lt;br /&gt;reset&lt;br /&gt;Restore a screwed-up terminal (a terminal showing funny characters) to default setting. Use if you tried to "cat" a binary file. You may not be able to see the command as you type it, but it still will work.&lt;br /&gt;&lt;br /&gt;&amp;#60;MiddleMouseButton&amp;#62;&lt;br /&gt;Paste the text which is currently highlighted somewhere else. This is the normal "copy-paste" operation in Linux. It a fast and powerful supplement to the widely-known GUI "copy-paste" menu-based operation. (It doesn't work inside older versions of Netscape which use the Mac/MS Windows-style "copy-paste" exclusively. It does work in the text terminal if you enabled "gpm" service using "setup". It also works inside any dialog boxes, etc.--really convenient!) It is best used with a Linux-ready 3-button mouse (Logitech or similar) or else set "3-mouse button emulation". The &amp;#60;MiddleMouseButton&amp;#62; is normally emulated on a 2-button mouse by pressing both mouse buttons simultanously.&lt;br /&gt;&lt;br /&gt;~&lt;br /&gt;(tilde character) My home directory (normally the directory /home/my_login_name). For example, the command cd ~/my_dir will change my working directory to the subdirectory "my_dir" under my home directory. Typing just "cd" alone is an equivalent of the command "cd ~". I keep all my files in my home directory.&lt;br /&gt;&lt;br /&gt;.&lt;br /&gt;(dot) Current directory. For example, ./my_program will attempt to execute the file "my_program" located in your current working directory.&lt;br /&gt;&lt;br /&gt;..&lt;br /&gt;(two dots) Directory parent to the current one. For example, the command cd .. will change my current working directory one one level up.&lt;br /&gt;&lt;br /&gt;Some additional KDE keyboard shortcuts (useful, but non-essential)&lt;br /&gt;&amp;#60;Alt&amp;#62;&amp;#60;Tab&amp;#62; Walk through windows. To walk backwards: &amp;#60;Alt&amp;#62;&amp;#60;Shift&amp;#62;&amp;#60;Tab&amp;#62;&lt;br /&gt;&amp;#60;Ctrl&amp;#62;&amp;#60;Tab&amp;#62; Walk through desktops. To walks backwards: &amp;#60;Ctrl&amp;#62;&amp;#60;Shift&amp;#62;&amp;#60;Tab&amp;#62;&lt;br /&gt;&amp;#60;Ctrl&amp;#62;&amp;#60;Esc&amp;#62; Show the table of processes running on my system. Allow me to kill any of the processes I started (or send other signals to them).&lt;br /&gt;&amp;#60;Alt&amp;#62;&amp;#60;F1&amp;#62; Access the K-menu ("Equivalent to MS Windows "Start" menu).&lt;br /&gt;&amp;#60;Alt&amp;#62;&amp;#60;F12&amp;#62; Emulate the mouse using the arrow keys on the keyboard.&lt;br /&gt;&amp;#60;Alt&amp;#62;&amp;#60;LeftMouseButton&amp;#62; Drag a window to move it. Normally, I move a window by dragging its top title bar, but occassionally I manage to get it off the screen. With this shortcut, I can drag by any part of the window.&lt;br /&gt;&amp;#60;Alt&amp;#62;&amp;#60;PrintScreen&amp;#62; Take a snapshot of the current window into the clipboard.&lt;br /&gt;&amp;#60;Ctrl&amp;#62;&amp;#60;Alt&amp;#62;&amp;#60;PrintScreen&amp;#62; Take a snapshot of the entire desktop into the clipboard.&lt;br /&gt;&amp;#60;Ctrl&amp;#62;&amp;#60;Alt&amp;#62;&amp;#60;l&amp;#62; Lock the desktop.&lt;br /&gt;&amp;#60;Ctrl&amp;#62;&amp;#60;Alt&amp;#62;&amp;#60;d&amp;#62; Toggle hide/show the desktop (great to hide the Solitaire game when your boss walks in).&lt;br /&gt;&lt;br /&gt;&amp;#60;Alt&amp;#62;&amp;#60;SysRq&amp;#62;&lt;br /&gt;(Non-essential.) This is a group of key combinations implemented at the Linux kernel level (a low level). It means, chances are these key combinations will work most of the time. The combinations are meant for debugging purposes and in an emergency (mostly developers); you should try other, safer solutions first. The key &amp;#60;SysRq&amp;#62; is also knows on PC as &amp;#60;PrintScreen&amp;#62;. The combinations can be enabled/disabled by setting the relevant kernel variable to "1" or "0", e.g. : echo "1" &amp;#62; /proc/sys/kernel/sysrq&lt;br /&gt;&amp;#60;Alt&amp;#62;&amp;#60;SysRq&amp;#62;&amp;#60;k&amp;#62; Kill all processes (including X) which are running on the currently active virtual console. This key combination is know as "secure access key" (SAK).&lt;br /&gt;&amp;#60;Alt&amp;#62;&amp;#60;SysRq&amp;#62;&amp;#60;e&amp;#62; Send the TERM signal to all running processes except init, asking them to exit.&lt;br /&gt;&amp;#60;Alt&amp;#62;&amp;#60;SysRq&amp;#62;&amp;#60;i&amp;#62; Send the KILL signal to all running processes except init. This may be more successful in killing runaway processes than the previous key combination, but it may cause some of them to exit abnormally.&lt;br /&gt;&amp;#60;Alt&amp;#62;&amp;#60;SysRq&amp;#62;&amp;#60;l&amp;#62; Send the KILL signal to all processes, including init. The system will not be functional.&lt;br /&gt;&amp;#60;Alt&amp;#62;&amp;#60;SysRq&amp;#62;&amp;#60;s&amp;#62; Run an emergency sync (cache write) on all mounted filesystems. This can prevent data loss.&lt;br /&gt;&amp;#60;Alt&amp;#62;&amp;#60;SysRq&amp;#62;&amp;#60;u&amp;#62; Remount all mounted filesystems as read-only. This has the same effect as the sync combination above, but with one important benefit: if the operation is successful, fsck won't have to check all filesystems after a computer hardware reset.&lt;br /&gt;&amp;#60;Alt&amp;#62;&amp;#60;SysRq&amp;#62;&amp;#60;r&amp;#62; Turn off keyboard raw mode. This can be useful when your X session hangs. After issueing this command you may be able to use &amp;#60;Ctrl&amp;#62;&amp;#60;Alt&amp;#62;&amp;#60;Del&amp;#62;.&lt;br /&gt;&amp;#60;Alt&amp;#62;&amp;#60;SysRq&amp;#62;&amp;#60;b&amp;#62; Reboot immediately without syncing or unmounting your disks. Your will likely end up with filesystem errors.&lt;br /&gt;&amp;#60;Alt&amp;#62;&amp;#60;SysRq&amp;#62;&amp;#60;o&amp;#62; Shut the system off (if configured and supported).&lt;br /&gt;&amp;#60;Alt&amp;#62;&amp;#60;SysRq&amp;#62;&amp;#60;p&amp;#62; Dump the current registers and flags to your console.&lt;br /&gt;&amp;#60;Alt&amp;#62;&amp;#60;SysRq&amp;#62;&amp;#60;t&amp;#62; Dump a list of current tasks and their information to your console.&lt;br /&gt;&amp;#60;Alt&amp;#62;&amp;#60;SysRq&amp;#62;&amp;#60;m&amp;#62; Dump memory info to your console.&lt;br /&gt;&amp;#60;Alt&amp;#62;SysRq&amp;#62;&amp;#60;digit&amp;#62; The digit is '0' to '9'. Set the console log level, controlling which kernel messages will be printed to your console. For example, '0' will cause only emergency messages like PANICs or OOPSes displayed on your console.&lt;br /&gt;&amp;#60;Alt&amp;#62;&amp;#60;SysRq&amp;#62;&amp;#60;h&amp;#62; Display help. Also, any other unsupported &amp;#60;Alt&amp;#62;&amp;#60;SysRq&amp;#62;&amp;#60;key&amp;#62; combination will display the same help.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17813866-8467028123970777295?l=www.iansramblings.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/8467028123970777295'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/8467028123970777295'/><link rel='alternate' type='text/html' href='http://www.iansramblings.com/2009/09/linux-essential-x-commands.html' title='Linux Essential X Commands'/><author><name>Ian</name><uri>http://www.blogger.com/profile/03910054221171475162</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02138039961710070162'/></author></entry><entry><id>tag:blogger.com,1999:blog-17813866.post-4168520995833356867</id><published>2009-08-26T23:47:00.002+01:00</published><updated>2009-08-26T23:57:53.524+01:00</updated><title type='text'>Inglorious Rubbish</title><content type='html'>&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Well I have not walked out of the cinema for a while, since the assasination of richard nixon, but today warrented it, and instead of being tortured with the utter rubbish that was Inglorious Basterds I had a sureal wander around the city at night nothing open but bars unfortunately...&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;I should explain my rapid escape from the cinema after 20 minutes. I liken Tarentino films to a trashy fashion gossip magazines, there is a certain level of curiousity to see it, even though you know it will be cheap rubbish but you have to check it, you also do not need to read or see the entire thing to see it for what it is.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;It started poorely with some rigid script reading dialogue followed by some horrendous over acting by Brad Pitt, there was then some over the top violence to keep the plebs interested and then the start of an un-believable storyline which just annoyed / bored me to the point of leaving.&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17813866-4168520995833356867?l=www.iansramblings.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/4168520995833356867'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/4168520995833356867'/><link rel='alternate' type='text/html' href='http://www.iansramblings.com/2009/08/inglorious-rubbish.html' title='Inglorious Rubbish'/><author><name>Ian</name><uri>http://www.blogger.com/profile/03910054221171475162</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02138039961710070162'/></author></entry><entry><id>tag:blogger.com,1999:blog-17813866.post-6192953998176526683</id><published>2009-08-26T09:35:00.003+01:00</published><updated>2009-08-26T09:44:07.273+01:00</updated><title type='text'>MySQL 5 and Sphinx</title><content type='html'>&lt;span style="font-family:arial;"&gt;I just thought I would put some help points on compiling and installing Sphinx and SphinxSE with MySQL 5.0.37 to help anyone out there who is currently working on the same process.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;1  download the mysql source for version 5.0.37 from http://downloads.mysql.com/archives/mysql-5.0/mysql-5.0.37.tar.gz&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;2  download sphinx source unpack it and the mysql source in the same root directory eg home/youruser/&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;3  from within the mysql source dir where sphinx source is in the same director cp ../sphinx-0.9.8.1/mysqlse/sphinx.5.0.37.diff ./&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;4  patch -p1 &amp;#60; sphinx.5.0.37.diff&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;5  sh BUILD/autorun.sh&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;6  cp -R ../sphinx-0.9.8.1/mysqlse sql/sphinx&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;7  ./configure --prefix=/usr/local/mysql --with-sphinx-storage-engine  (this is important as the sphinx instructions just mention the --with-sphinx-storage-engine, without the prefix mysql is very difficult to get started believe me&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;8  make (takes ages for mysql)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;9  make install&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;10 cp support-files/my-medium.cnf /etc/my.cnf&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;11 cd /usr/local/mysql&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;12 chown -R mysql .&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;13 chgrp -R mysql .&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;14 bin/mysql_install_db --user=mysql&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;15 chown -R root .&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;16 chown -R mysql var&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;17 /usr/local/mysql/bin/mysqld_safe --user=mysql &amp;amp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;18 then complete the instructions for installing Sphinx on Linux, complete the sphinx.conf and run the indexer&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;Instructions for compiling with SphinxSE&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;&lt;a href="http://www.sphinxsearch.com/docs/current.html#sphinxse"&gt;http://www.sphinxsearch.com/docs/current.html#sphinxse&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;Instructions for installing Sphinx on Linux&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;&lt;a href="http://www.sphinxsearch.com/docs/current.html#installing" target="_blank"&gt;http://www.sphinxsearch.com/docs/current.html#installing&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;Instructions for installing MySQL from source&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;&lt;a href="http://dev.mysql.com/doc/refman/5.1/en/quick-install.html" target="_blank"&gt;http://dev.mysql.com/doc/refman/5.1/en/quick-install.html&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17813866-6192953998176526683?l=www.iansramblings.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/6192953998176526683'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/6192953998176526683'/><link rel='alternate' type='text/html' href='http://www.iansramblings.com/2009/08/mysql-5-and-sphinx.html' title='MySQL 5 and Sphinx'/><author><name>Ian</name><uri>http://www.blogger.com/profile/03910054221171475162</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02138039961710070162'/></author></entry><entry><id>tag:blogger.com,1999:blog-17813866.post-2006673782397018216</id><published>2009-08-25T00:34:00.003+01:00</published><updated>2009-08-25T00:47:06.542+01:00</updated><title type='text'>Can One Become A Pirate Bay Mirror?</title><content type='html'>&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Pirate bay, according to the news has been shutdown due to threats from the Swedish government to fine it's primary bandwidth supplier, Black Internet. &lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Maybe the pirate bay should open it'self up more, distribute it's site amongst many volunteer webservers constantly appearing on new webservers while others close down, distributed on as many web servers as possible.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;So far I have seen that one person had effectively wget'd the site, which is not the same thing, it needs to be a clever distribution of the main site across hundreds of mirrors.&lt;br /&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;In many respects it's no different to the torrent style of the site, and would just suffer from DNS propogation delays, other than that it should be a flexible way to keep the pirate bay afloat, if lot's of webmasters were willing to donate bandwidth.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Although I do not download from them, I agree with their freedom of speech and I certainly feel that film makers and record companies have been massively over paid for far too long, there is nothing to say that an actor or actress should be paid millions, or a singer for that matter. Certainly not the greedy record executives that savagely protect the industry by making a mockery of the legal system, forcing it to give out hugely disproportionate penalties to small infractions.&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17813866-2006673782397018216?l=www.iansramblings.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/2006673782397018216'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/2006673782397018216'/><link rel='alternate' type='text/html' href='http://www.iansramblings.com/2009/08/can-one-become-pirate-bay-mirror.html' title='Can One Become A Pirate Bay Mirror?'/><author><name>Ian</name><uri>http://www.blogger.com/profile/03910054221171475162</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02138039961710070162'/></author></entry><entry><id>tag:blogger.com,1999:blog-17813866.post-4998357799755659201</id><published>2009-08-22T15:29:00.002+01:00</published><updated>2009-08-22T15:43:11.864+01:00</updated><title type='text'>Iran flight 655</title><content type='html'>&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Related to my previous post, I have read that the motivation for the lockerbie bombing may have been the horrendous shootdown of an Iranian passenger aircraft by the US missile ship USS Vincennes. &lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;This is an incident again where seemingly law means nothing to people with power, the international community should really have insisted on a complete explanation of the situation, had it been for example the Iranians shooting down a passenger aircraft full of americans just off the US coast and over US airspace I am convinced the international response would have been quite different!&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;I just hope changes can be made internationally to address these misbalanced responses. They re-inforce the knowledge that there is no equality between countries and their people in reality. Unless this international level of respect for others is observed there will never be peace between the countries that are treated as second class and those who believe themselves to be superior, this does seem to be someting that the US is misunderstanding.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Either that or they fully understand it and have no intention of allowing other countries to grow and develop and are thinking from a purely selfish narrow minded perspective.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17813866-4998357799755659201?l=www.iansramblings.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/4998357799755659201'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/4998357799755659201'/><link rel='alternate' type='text/html' href='http://www.iansramblings.com/2009/08/iran-flight-655.html' title='Iran flight 655'/><author><name>Ian</name><uri>http://www.blogger.com/profile/03910054221171475162</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02138039961710070162'/></author></entry><entry><id>tag:blogger.com,1999:blog-17813866.post-4454928409320024341</id><published>2009-08-22T15:11:00.004+01:00</published><updated>2009-08-22T15:49:04.590+01:00</updated><title type='text'>Lockerbie Bomber</title><content type='html'>&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Strange political games going on these days, really weakening the respect that remains for the already frail justice system in the UK. &lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Almost amusing now how after the Libyan's didn't do what they were told to, and treated the return of &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="  line-height: 19px; "&gt;&lt;a href="http://en.wikipedia.org/wiki/Abdelbaset_Ali_Mohmed_Al_Megrahi" title="Abdelbaset Ali Mohmed Al Megrahi" target="_blank" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Abdelbaset Ali Mohmed Al Megrahi&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; as a heros return that the shift has been to effectively to blame the Scottish. Any mention of the British system has been quickly edited to read Scottish as they run for cover. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="  line-height: 19px; "&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;I imagine the Scottish as a whole feel rather humiliated by the waving of their flag amongst the jubilation of the return of a mass murderer underlining their weakness to the whole world.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;I think it is fairly evident that whilst some wishy washy left wingers in the Scottish legal system had a hand in the release alot of the pressure was put on them by people in power in the British government for trade purposes.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;I think this just needs bringing to light and looking into as it is starting to errode any respect we have for the legal system. It appears that politics and money are getting too much control over the law, this certainly includes the mass of new anti terrorism laws introduced over the last few years.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;As much as the theory of compasionate release sounds civilised, the reality is that the families of those who cannot go back to their families, ever and who did no wrong feel utterly utterly betrayed by the system.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17813866-4454928409320024341?l=www.iansramblings.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/4454928409320024341'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/4454928409320024341'/><link rel='alternate' type='text/html' href='http://www.iansramblings.com/2009/08/lockerbie-bomber.html' title='Lockerbie Bomber'/><author><name>Ian</name><uri>http://www.blogger.com/profile/03910054221171475162</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02138039961710070162'/></author></entry><entry><id>tag:blogger.com,1999:blog-17813866.post-5744250350623364441</id><published>2009-08-16T20:33:00.003+01:00</published><updated>2009-08-16T20:44:59.247+01:00</updated><title type='text'>Motorbiking weekend</title><content type='html'>&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Plenty of motorbiking this weekend, think I need another weekend to recover. It seems the riding my Honda is like being at the gym after a couple of hours back shoulders and arms all feeling it hehe but it's all good.&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;I did about three hours of riding today and the bike is really running great now so smooth through all the bends and I took her down the most bendy roads I have seen before, proper single carriage way roads with hairpins and massive inclines through the derbyshire dales.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Great to see the motogp this weekend too, my ideal result Rossi first, Pedrosa second and Lorenzo sliding out on his butt hehe. Harsh but everyone's a Rossi fan aren't they?&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17813866-5744250350623364441?l=www.iansramblings.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/5744250350623364441'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/5744250350623364441'/><link rel='alternate' type='text/html' href='http://www.iansramblings.com/2009/08/motorbiking-weekend.html' title='Motorbiking weekend'/><author><name>Ian</name><uri>http://www.blogger.com/profile/03910054221171475162</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02138039961710070162'/></author></entry><entry><id>tag:blogger.com,1999:blog-17813866.post-291068047022010138</id><published>2009-07-30T00:28:00.004+01:00</published><updated>2009-11-17T18:00:06.091Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='acer aspire netbook a150 BIOS flash boot problems'/><title type='text'>Acer Aspire One 150 Won't Boot</title><content type='html'>&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Tonight I tried to turn on my little Acer Aspire One A150 (put its full name in just to help searchers) netbook and it's power light came on but other than that it was totally dead, the BIOS failed to display and there was no hard disk activity. &lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;I was really shocked as it has been brilliant so far and is less that 12 months old. My first instinct was just to go and get it's recipt and get it boxed up to go back.&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;However while it sat in the naughty corner ready to go back to Acer I discovered this chaps page. &lt;/span&gt;&lt;a href="http://www.qrpcw.com/2009/01/acer-aspire-one-bios-recovery.html"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;http://www.qrpcw.com/2009/01/acer-aspire-one-bios-recovery.html&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt; genius!! Not sure how this guy discovered the method especially with the BIOS file rename but it works, she's now purring away again and working perfectly.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Incase that site is un-available for some reason I will post the instructions here, just with a note that while it worked for me I could not guarantee it will work for everyone. For me the fix was complete in a few minutes and everything was restored.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;hr /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;The AA1 has a built-in BIOS recovery routine, making it possible to flash the BIOS even if the system doesn't boot anymore. It's only meant for emergencies and may void your warranty, so use at your own risk.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Follow every step carefully!&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;First format an USB pen disk with the FAT filesystem - Do this on another PC going to "My Computer" right clicking on your USB pen disk and click format, then choose "FAT" as the file system. Do a full format not a quick one.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Download the &lt;a href="http://support.acer-euro.com/drivers/notebook/as_one_150.html" target="_blank"&gt;latest BIOS&lt;/a&gt; , and put both FLASHIT.EXE and the BIOS file in the root directory of the stick. Rename the BIOS file to ZG5IA32.FD, that's important. Do not remove the USB stick.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Turn the AA1 off, make sure both battery and AC adapter are connected. Press Fn+Esc, keep it pressed and press the power button to turn the AA1 on. Release Fn+Esc after a few seconds, the power button will be blinking. Press the power button once. The AA1 will now initiate the BIOS flash, do not interrupt it under any circumstances. After a while the power button will stop blinking, and the AA1 will reboot shortly after. Wait patiently.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;The BIOS has been flashed and all settings reset to default.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;If for some reason you made a mistake during the procedure and it doesn't reboot by itself wait 5 minutes before turning it off, just to be safe that it isn't still flashing the BIOS.&lt;/span&gt;&lt;/div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;hr /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Also  while looking into this I discovered how to make a USB pen disk a DOS boot disk, which is NOT REQUIRED for the above but handy.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.bay-wolf.com/usbmemstick.htm"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;http://www.bay-wolf.com/usbmemstick.htm&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17813866-291068047022010138?l=www.iansramblings.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/291068047022010138'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/291068047022010138'/><link rel='alternate' type='text/html' href='http://www.iansramblings.com/2009/07/acer-aspire-one-150-wont-boot.html' title='Acer Aspire One 150 Won&apos;t Boot'/><author><name>Ian</name><uri>http://www.blogger.com/profile/03910054221171475162</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02138039961710070162'/></author></entry><entry><id>tag:blogger.com,1999:blog-17813866.post-9001604335703242519</id><published>2009-07-25T20:36:00.009+01:00</published><updated>2009-07-26T19:54:07.318+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='motogp 2009 donnington park valentino rossi andrea dovizioso'/><title type='text'>MotoGP Donnington Park 2009</title><content type='html'>&lt;span style="font-family:arial;"&gt;It's the last year that the &lt;a href="http://www.motogp.com/" target="_blank"&gt;MotoGP&lt;/a&gt; will be held at &lt;a href="http://www.donington-park.co.uk/" target="_blank"&gt;Donnington Park&lt;/a&gt; this year, so I wanted to make sure I didn't miss seeing it when it is so close to my place.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;I decided to go to the qualifying and free practice instead of the main race because I would be able to actually take photos and would also not matter so much if I didn't know what was going on..&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;Here are a couple photos I took of &lt;a href="http://en.wikipedia.org/wiki/Valentino_Rossi" target="_blank"&gt;Valentino Rossi&lt;/a&gt; and &lt;a href="http://en.wikipedia.org/wiki/Andrea_Dovizioso" target="_blank"&gt;Andrea Dovizioso&lt;/a&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.iansramblings.com/gallery/motogpDonnington2009" target="_blank"&gt;&lt;img hspace="5" alt="valentino 2009" vspace="5" src="http://iansramblings.com/images/motogp_don09/vale_web.gif" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.iansramblings.com/gallery/motogpDonnington2009" target="_blank"&gt;&lt;img hspace="5" alt="dovi 2009" vspace="5" src="http://iansramblings.com/images/motogp_don09/dovi_web.gif" /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;Unfortunately I had to take all my photos through an annoying wire fence, &lt;/span&gt;&lt;span style="font-family:arial;"&gt;they seem to have come out ok though, it must be a nightmare for people who don't have manual focus or a forgiving auto focus. I still some how managed to take around 500 photos though so still sifting for good ones amongst them.&lt;br /&gt;&lt;br /&gt;Next time I may have to ask for press accreditation from work to get some really nice pics!&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;I think it might just be because I had not really been to Donnington Park before but getting any info about the times etc was sparse to say the least.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;I had a great day though so hot and sunny might even have a bit of sunburn boo ah well!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;Great to see the 250s as well, I believe it is their last year of racing, certainly with two stroke engines, they are deafening hehe.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.iansramblings.com/gallery/motogpDonnington2009" target="_blank"&gt;&lt;img hspace="5" alt="donnington 2009 crowd" vspace="5" src="http://iansramblings.com/images/motogp_don09/crowd_web.gif" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;Well even though it was just qualifying the place was packed, the car park was full of bikes, was just hoping one didn't tip over otherwise it would have been a very expensive game of dominos..&lt;br /&gt;&lt;br /&gt;The results for the day are available &lt;a href="http://www.motogp.com/en/Results+Statistics/2009/GBR/MotoGP/QP" target="_blank"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17813866-9001604335703242519?l=www.iansramblings.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/9001604335703242519'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17813866/posts/default/9001604335703242519'/><link rel='alternate' type='text/html' href='http://www.iansramblings.com/2009/07/motogp-donnington-park-2009.html' title='MotoGP Donnington Park 2009'/><author><name>Ian</name><uri>http://www.blogger.com/profile/03910054221171475162</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02138039961710070162'/></author></entry></feed>