Author Archive

  • Three minutes every hour

    Three minutes every hour

    Sri Chinmoy, the inspiration behind Vasudeva Server, suggested once that having a small meditation every hour on the hour for three minutes could help you stay in an inspired frame of mind throughout the day. It is something I actually did many years ago when I was researching my PhD, when nobody really cared too […]

    Read more »
  • New GitHub repository

    New GitHub repository

    We now have a GitHub repository for releasing Drupal modules (and other code, if needs be) to the general public. We have placed a couple of our smaller modules there for now, with more to follow. See our new repo here… Eventually, many of these modules will find their way onto drupal.org, but here’s a […]

    Read more »
  • Dterm – a very handy command-line utility…

    Dterm – a very handy command-line utility…

    I was rebuilding my development setup following my recent hard drive crash when i came across this very useful Mac utility: Dterm. Put simply, it allows you to go to a folder using finder, press a hotkey (apple + shift + return, but that can be configured) and then a window comes up where you […]

    Read more »
  • Configuring private keys for ssh access

    Configuring private keys for ssh access

    (On Mac OS X) – This assumes you have already downloaded your priviate keys to your desktop There are 2 keys, one private and one public (this one has a .pub extension). Using Terminal, move your downloaded keys to your .ssh folder: for each file, type mv Desktop/{name of key file} ~/.ssh/ Give your keys […]

    Read more »