Submitted by Graham on Wed, 2006-07-19 12:00    
  
  
    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!
    
  
  
 
  
        
    
      
      Submitted by Graham on Tue, 2006-07-18 01:34    
  
  
    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.
    
  
  
 
  
        
    
      
      Submitted by Graham on Sun, 2006-07-16 18:30    
  
  
    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.
    
  
  
 
  
        
    
      
      Submitted by Graham on Sat, 2006-07-15 19:00    
  
  
    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.
    
  
  
 
  
        
    
      
      Submitted by Graham on Thu, 2006-07-13 13:22    
  
  
    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
    
  
  
 
  
        
    
      
      Submitted by Graham on Tue, 2006-06-27 17:13    
  
  
    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:
    
  
  
 
  
        
    
      
      Submitted by Graham on Wed, 2006-05-31 11:55    
  
  
  
  
 
  
        
    
      
      Submitted by Graham on Mon, 2006-05-15 14:19    
  
  
  
  
 
  
        
    
      
      Submitted by Graham on Fri, 2006-05-12 19:00    
  
  
    for those systems where grep -r just doesn't work!
 
find . -exec grep "find string" '{}' \; -print
    
  
  
 
  
        
    
      
      Submitted by Graham on Thu, 2006-04-27 10:50    
  
  
  
  
 
Pages