Displaying 2 results from an estimated 2 matches for "consolodating".
Did you mean:
consolidating
2007 Jun 08
5
Help needed with a basic recipe
Can anyone point me to a "Writing Puppet recipes for Dummies" doc?
I''m trying to do a basic probe using lspci to see if I have a Qlogic
HBA installed on the machine, and if so, install the Qlogic scli
package.
Here''s a shell script of what I''m trying to do:
#!/bin/bash
vendor=1077 # QLogic
model=2422 # 24xx hba
/sbin/lspci -n -d $vendor:$model | grep
2006 May 23
2
RFC - Ruby on Rails / jEdit (Blog Posting)
All,
Request for Comments. I''ve attempted to collect and clarify a few
things in the spirit of documenting things. To that end I''ve worked
on a blog posting starting from scratch for a windows box and getting
Ruby, Rails, and (my new favorite editor jEdit) install. Probably
nothing new, just a consolodation of information....
# Prerequisites
# Install Ruby
# Install Rails
#