ryantremaine.com

Partner & Lead Developer at greenfield

Thursday, March 1, 2012

Ubunut Workspace Switching Broken in VMWare Workstation

›
VMWare Workstation uses ctrl + alt as it's default hot keys which conflicts with the Ubuntu's default of ctrl + alt to begin the wor...

Enable/Disable Auto Hide For Unity 2-D Launcher In Ubuntu 11.10

›
Finally: http://www.addictivetips.com/ubuntu-linux-tips/enabledisable-auto-hide-for-unity-2-d-launcher-in-ubuntu-11-10-tip/
Sunday, February 26, 2012

ruby-debug on ruby 1.9.3

›
Taken from: http://blog.wyeworks.com/2011/11/1/ruby-1-9-3-and-ruby-debug First download linecache19-0.5.13.gem and ruby-debug-base19-0.11....
Wednesday, February 15, 2012

Rails: WARN TCPServer Error: Address already in use - bind(2)

›
Getting this message when trying to start WEBrick. Run lsof|grep 3000 then kill -9 the pid you get from the previous command.
Wednesday, December 21, 2011

Mac equivalent to CTRL + ALT + DELETE

›
Not groundbreaking but I can never remember this apple option escape
Friday, December 16, 2011

›
I finally got tired of all the .swp files in my vim directories. To delete them in one pass you can run rm -rf `find -type f -name *.swp` ...
2 comments:
Monday, December 12, 2011

Debug Rake Tasks

›
$ rdebug rake my:task
‹
›
Home
View web version
Powered by Blogger.