published by jmace on Wed, 02/02/2011 - 10:05
I'm going to show you how to stream the output of an SSH command in the middle of a Ruby script. I was recently building a script to handle distributed configuration. The script would ask the user a set of questions, then connect to distributed systems to validate the responses and finally deploy the software and configure it.
published by jmace on Sun, 01/30/2011 - 11:20
I was recently surprised by Ruby, in a great way. I don't expect to find anything new or extremely different when I start using a new programming language. Ruby changed that.