Tag: ruby

Instiki Foo

Just got a personal Instiki install done. First time I have done this and it litterly took under ten minutes (although 3 was me trying to figure out how to use the gem to make a new instiki ( try “instiki –help” on the command line ;) ) ). In that same amount of time …

Read more

Running Shell Commands in Ruby

One of the major benefits of unix is the quantity of many simple programs that one thing great. As a developer for unix, you must learn how to leverage these commands into your own scripts. Here is how to do this in Ruby. Say you script wants to call on the unix command to view …

Read more