Thursday 9 September 2010

Perl : One liner to find files less than an hour old in a dir

 perl -e 'for ( glob "./*" ) { system "ls -l $_"  if ( -M $_ <= (1/24) ) };'

Tuesday 7 September 2010

iTunes Error 9808

Itunes error -9808 logging into the iTunes Music Store

In Internet Explorer, go up to Tools > Internet Options.
Then go to the last tab, Advanced, and scroll down to the Security
section. It is the fifth box down and make sure "Check for server
certificate revocation (requires restart)" is unchecked. Then access the
iTunes Store.