Categories
- Computing Tips (38)
- Interesting Links (67)
- Internet News (6)
- Linux (52)
- Microsoft (23)
- Personal (156)
- Running (51)
- Web Design (14)
- Wordpress (35)
Blogroll
Linux Websites
Runners Blogs
Running Websites
Now Playing
Category Archives: Personal
Donated to Google Analytics Plugin
I’ve just donated $10 for the Google Analytics Plugin, one of the better plugins for WordPress in my opinion and well worth the cash.
Security enhancing your Ubuntu LAMP with Apparmor
sudo aa-genprof apache2 When you see the following message Would you like to enable access to the profile repository? (E)nable Repository / (D)isable Repository / Ask Me (L)ater Select E for enable. You’ll see the following message Writing updated profile … Continue reading
London Marathon 2010
Split Time START TIME 09:46:27 5K 00:24:38 10K 00:48:24 15K 01:11:42 20K 01:34:55 HALF 01:39:53 25K 01:58:30 30K 02:23:04 35K 02:48:15 40K 03:13:31 I had a fabulous weekend running the Virgin London Marathon, times below. I’m going to … Continue reading
New York Marathon
Published on: Feb 11, 2010 @ 17:35 I’ve just applied for the New York Marathon lottery again, I’ll hear if I’ve been successful by mid March, fingers crossed. Ohh well, didn’t get in this year either. Probably a good thing … Continue reading
How to change permissions on many folder with bash
I was trawling the web today and found this quick and painless bash script to change all the default folder premission back to default. find . -type d -exec chmod 755 ‘{}’ \; You could of course adapt this script … Continue reading