Category: Code Snippets
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…
Switch to the www-data user in terminal (using bash)
su -s /bin/bash www-data
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…