Select Page

Designing delightful experiences into digital products

Vestibulum volutpat tortor a facilisi. Blandit diam laoreet aliquam nunc nunc mus commodo nulla. Sed vulputate donec adipiscing amet sit pharetra enim dictum enim. Dolor, eu, enim arcu euismod at hendrerit et amet aliquet. Libero pretium vivamus vel faucibus. Tempus eu augue enim vivamus nulla sed nisl donec adipiscing amet sit.

Missing ldconfig and /etc/sudoers

I was trying to upgrade my Ubuntu installation to 12.10 (Quantal Quetzal), and the update manager (Muon) kept failing with error messages like: dpkg: warning: 'ldconfig' not found in PATH or not executable. dpkg: warning: 'start-stop-daemon' not found in PATH or not...

read more

Bypassing SSL certificate checks during gem installation

I had to re-install rvm on my MacBook because my gemsets were a bit messed up, and I thought I should start over with a clean install. I just rm -rf'ed ~/.rvm, and then went ahead and re-installed it according to the instructions at https://rvm.io/. Installed ruby...

read more

Ruby 1.9.3 segfault in OSX Lion due to OpenSSL

I just set-up my new MacBook Pro, running OSX Lion (10.7.3), for Rails development. Installed rvm, installed Ruby 1.9.3 using rvm and did a gem install rails -v 3.2.3. Everything went fine, until I tried to create a new rails app. rails new <app_name> would...

read more