I ran across The Shell Meme on Lincoln Stoll's blog, and figured I'd, uh, borrow it.
--More--Tagged with cli
Installing Ubuntu on an iMac G3
I decided to install ubuntu onto my iMac G3450Mhz G3, 768mb ram, 20GB Hard Drive to play around with. Only problem was it would boot so far, then just stop at a black screen. In googling the fix, the blog post that contains the fix is slightly outdated and 100% 404.
--More--Adding a remote to existing git repo
Removing non-existent source from rubygems
I just came to move some ruby scripts onto my mac mini, and to do so I needed to install a couple of gems. Now I realised I hadn't installed or updated rubygems on the machine for a while, so I figured it was best to update gem before installing the gems I wanted. Easier said than done.
Create a blank rails app including plugins
When I create a rails app from scratch I like to include certain plugins to help me write the app, such as the Rspec testing framework instead of the built-in Test::Unit and jQuery instead of prototype.
--More--