Monthly Archives: January 2012

Datatables – Add Id to Table Row of a Newly Created Row

I’m a big fan of the jquery datatables grid plugin,  I think it’s one of the best grids around (www.datatables.net).  However, I struggled to overcome quite a basic task – so I hope the example below might help somebody. var … Continue reading

Posted in Development | Leave a comment

Vim Masterclass Part #2: Tab Navigation

Following on from Paul’s excellent Vim Masterclass: Tabs post, I thought I would touch on a few nice keymaps that you can add to your .vimrc file to make the tab functionality within vim a little more friendly. .vimrc file … Continue reading

Posted in Managed Hosting | Leave a comment

Vim Masterclass: Tabs

Vim has the ability to load multiple files at once. The command vim a.txt b.txt will load the files ‘a.txt’ and ‘b.txt’ into Vim’s memory. Once loaded, you can switch to the next file with the ‘:n’ command. This will … Continue reading

Posted in Managed Hosting | Leave a comment

Tale of a Server Rebuild Part 2

So, after making the assumption that I had now backed up everything I needed from my old  server, I gave the hosting company the word to rebuild the server and crossed my fingers……the next morning there was an email in … Continue reading

Posted in Managed Hosting | Leave a comment

Reviewing Updates

The latest round of linux updates brought up one specific issue with perl, the error in question was: dualvar is only available with the XS version of Scalar::Util at /usr/lib/perl5/site_perl/5.8.8/Mail/Reporter.pm line 14 BEGIN failed–compilation aborted at /usr/lib/perl5/site_perl/5.8.8/Mail/Reporter.pm line 14. Compilation … Continue reading

Posted in Managed Hosting | Leave a comment

Facebook Targeted by Worm

Security researchers have revealed that a bank account-raiding worm has started spreading on Facebook, stealing login credentials as it creeps across the site. The worm, called Ramnit, originally discovered in April 2010 by the Microsoft Malware Protection Center (MMPC) is … Continue reading

Posted in Managed Hosting | Leave a comment

Varnish – a caching guide

Varnish can be found at www.varnish-cache.org “Varnish Cache is an open source, state of the art web application accelerator. You install it on your web server and it makes your website fly.“ – Quote from www.varnish-cache.org. It’s as simple as … Continue reading

Posted in Development, Managed Hosting | Leave a comment

Guiness World Record Attempt – Today, for 24 Hours Only!

At 6am GMT an attempt at the world record for the most comments on an online news item in 24 hours began. http://www.trefor.net/2012/01/05/world-record-attempt-for-most-comments-on-an-online-news-item-in-24-hours-has-started-comment24-rnli/ According to Guinness World Records® 100k unique comments are needed – that’s just over 1 comment a … Continue reading

Posted in Managed Hosting | Leave a comment

Setting Up NTP to Ensure Your Server Time is Always Correct

NTP is an internet protocol used to synchronize the clocks of computers to a time reference. NTP can be installed via your operating systems repository and the standard “ntpd” package will provide you with a script to synchronise the time … Continue reading

Posted in Managed Hosting | Leave a comment