Stopping a Dictionary Attack

Stopping a Dictionary Attack

Today our server was the target of a dictionary attack from a bot in Vietnam. Our csf/lfd install was up to the job, and swatted every attempt to login (see http://www.kpdirection.com/technology/using-csf-and-lfd/ for details of how we do that). The downside was that...

Copying a Remote folder using SCP

SCP (Secure Copy) is an excellent method of copying folders across different servers; it makes server moves a breeze. To use SCP, log into the server you want to copy the files TO, and move to the folder in which you’d like the files and folders  to appear. The...

Using CSF and LFD

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...
Patching Drupal

Patching 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...
Using Drush

Using Drush

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...