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
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
Tags: Uncategorized
URL:
http://www.joost.com/153001x/t/Basketball-Squats#id=1530022
1RM = Weight on bar x 0.03 x Reps + Weight
Tags: Sport · Uncategorized
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 word lists can be found [...]
Tags: Linux · Operating System · Uncategorized
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
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 allows your sendmail installation
to [...]
Tags: Linux · Operating System · Protocols · SMTP · Uncategorized