Show all properties of a variable in python (like PHPs var_dump, but better)

“but better” because types are also exposed from inspect import getmembers from pprint import pprint…

Remove the Drupal 8 Generator Meta Tag

Apart from removing the generator meta tag in Drupal 8, tags such as MobileOptimized and HandheldFriendly are not…

Changing Default Timezone on Ubuntu Server

To update the default timezone on an ubuntu box (at least, 14.04 LTS) – you…

Reset Initial MySQL Root Password on OS X

Reset the initial MySQL root password  on OS X if you are getting the following…