Generate a password on SUSE or SLES

Since SLES doesn’t have gpw or pwgen available I enhanced a bash snippet I found to create a pseudo random password. Here it is – enjoy! DATABASE_NAME=`cat /dev/urandom | base64 | tr -d ‘[:punct:]’ | tr -d ‘[:digit:]’ | tr -d...

Essential non-essential Drupal module

Yes – we all know about the essential modules; Views, Rules, Webform, pathauto etc. But I’m going to add in here any other modules which slip under the normal radar and which are useful additions for the average Drupal dev. Starting off with: Special menu...