Sunday, June 8, 2014

Creating symbolic links in Windows NT file system


using DOS command "mklink"

mklink /d {{link name}} {{target folder}} 

Sunday, June 1, 2014

using postgres for ruby development


It is required to install the development components of postgres

Ubuntu:
apt-get install postgresql libpq-dev