You are here

blogs

A scorcher - struggled to make 4 miles

Why don't they have decent air con in the gym? The heat really got to me today and I struggled to make the 4 miles I needed to do. I did get there after 40 minutes but I was very dizzy afterwards. Reckon overheating isn't a good idea!

Easy day - 3 miles

So today was scheduled to be a slightly easier day as I only had to do 3 miles. But as I get a whole day off tomorrow and 3 miles is getting a bit easy (yeah right) I decided I'd better put a little incline on the treadmill. Newcastle isn't flat you know! I managed 1.5 miles at my normal speed with an incline setting of 0.5 (wimpy I know) and then struggled to make the next 1.5 miles to make up my total of 3. I did it with no stops and felt thoroughly shattered afterwards. Guess it was worth it then.

Up to 4.5 miles

Ran 4.5 miles today in 45 minutes. Should find it easy to run the 3 miles scheduled for tomorrow. No muscle pain today but beginning to think that sports drinks may be a good idea as I seemed to be lacking energy towards the end of this run.

First 4 mile run

Ran my first 4 miles today at Bridgend Esporta. Getting easier to run the first 3 now. Lets see if I can run the same distance again tomorrow.

Great North Run - please sponsor me!

I'm going to be running the Great North Run this year on the 1st of October along with my 3 brothers. I'm running to raise money for Mencap so please sponsor me!

Please sponsor me, it's really easy - you can donate online by credit or debit card at the following address:

http://www.justgiving.com/grumpy

All donations are secure and sent electronically to Mencap. If you are a UK taxpayer, Justgiving will automatically reclaim 28% Gift Aid on your behalf, so your donation is worth even more.

cheers,

Graham

unix network file copy

using scp, if available
scp -C -o CompressionLevel=<compression> <file> <machine>:<location>

 

compressed whole directory:

tar cvf - . | gzip -c -1 | rsh remote_machine "cd dest_dir; gunzip -c | tar xvf -" 

 

be carfeul of tar throwing errors on files too big though

transfer individual files using

compressed:

dd if=filename bs=256k | gzip -c -1 | rsh remote_machine "gunzip -c | dd of=filename ibs=256k obs=256k"

or uncompressed:

truncated dump files

from http://developers.sun.com/prodtech/cc/articles/DebugLibraries/DebugLibraries_content.html

elfdump -p core | tail -5
     Program Header[13]:
         p_vaddr:      0xffbf8000      p_flags:    [ PF_X  PF_W  PF_R ]
         p_paddr:      0               p_type:     [ PT_LOAD ]
         p_filesz:     0x8000          p_memsz:    0x8000

Life After Sony Connect

an alternative to sonicstage as well?

URL: Life After Sony Connect

recursive grep using find

for those systems where grep -r just doesn't work!

 

find . -exec grep "find string" '{}' \; -print

fonts...for the web!

http://www.mikeindustries.com/sifr/

 

I hate flash though.  I really hate it.  Oh, wait a minute this looks like a good use for it.

Pages

Subscribe to RSS - blogs