Not quite sure what to make of this at the moment… want to have a bit more of a read. The full report can be found here: Department for culture, media and sport: Digital Britain Final Report
Entries Tagged as 'Uncategorized'
Digital Britain Final Report
June 19th, 2009 · No Comments
Tags: Uncategorized
Predicted 1 rep max
May 27th, 2009 · No Comments
URL: http://www.joost.com/153001x/t/Basketball-Squats#id=1530022 1RM = Weight on bar x 0.03 x Reps + Weight
Tags: Sport · Uncategorized
Fatal error: Call to undefined function pspell_new
May 26th, 2009 · No Comments
Migrated a site from one server to another and when viewing the site on the new server it errored with: Fatal error: Call to undefined function pspell_new Turns out that php5-pspell was missing so installed it with: sudo apt-get install php5-pspell Then received the error: Warning: pspell_new() [function.pspell-new]: PSPELL couldn’t open the dictionary. reason: No [...]
Tags: Linux · Operating System · Uncategorized
National rail site down
February 2nd, 2009 · No Comments
It appears that the national rail ( www.nationalrail.co.uk ) website has been down all morning, obviously, due to the bad weather across the country. You would imagine with bad weather during the years (wrong type of rain, leaves on the track, snow) that they would have expected this sort of traffic on their website during [...]
Tags: Uncategorized
Adding RBL checks on RAQ550/sendmail
January 23rd, 2009 · 1 Comment
Needed to add RBL checking into sendmail as the machine was under attack by some smtp botnet. RAQ550s had no inbuilt RBL support so had to update the sendmail.cf manually. URL: http://www.cobaltuserslist.com/CobaltUsersList/Sun-Cobalt-Users-List-76800.html The example is a bit old… the RBLs I used are: cbl.abuseat.org , bl.spamcop.net, sbl.spamhaus.org Cobalt list post: RBL (Realtime Blackhole List) filtering [...]
Tags: Linux · Operating System · Protocols · SMTP · Uncategorized