by Peter Connolly | Aug 23, 2010 | technology
We currently manage servers for some clients which use Config Server Firewall (csf) together with the Login Failure Daemon (lfd) to maintain security. We’re incredibly happy with the level of security they give us, and also with the depth of information...
by Peter Connolly | Jul 11, 2010 | Drupal
I’ve just built a new server for a client, so naturally – as a completionist – I wanted to install the latest and best of everything. So I did. That includes PHP 5.3, and for a Drupal website (I’ve learnt), that’s a bad thing…. a...
by Peter Connolly | Jul 1, 2010 | Drupal
A very short post, just to remind me of some Drush commands Installing Modules 1. Login via SSH, and go to the folder in which you want to install your module. e.g public_html/sites/all/modules Use the Drush download command to install one or more modules drush dl...
by Peter Connolly | Jul 1, 2010 | Drupal
Drush (Drupal Shell) is a command line shell and Unix scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt. That’s straight from the...
by Peter Connolly | Jul 1, 2010 | Drupal, technology
I always update Drupal as a two stage process (actually, it’s a four-stage process because I do it on the development version of my site prior to doing it on a live site) 1. See what updates are available Log into the folder of your website using SSH, and enter...