Introduction to Solaris

Solaris is a UNIX Operating System much like any other flavor of UNIX. There are differences compared to Linux and the BSDs (FreeBSD, NetBSD and Darwin) but they don't take long to get used to.

We just want to touch on a few common ones:

svn export http://svn.joyent.com/public/accelerators/rbconfig.rb.184 /opt/csw/lib/ruby/1.8/i386-solaris2.8/rbconfig.rb

If you are running Ruby 1.8.5 then you can replace it with:

svn export http://svn.joyent.com/public/accelerators/rbconfig.rb.185 /opt/csw/lib/ruby/1.8/i386-solaris2.8/rbconfig.rb
pkg-get -i nano

Honestly there's not much more than that. But if you've got a question that hasn't been covered here, trying adding it to our FrequentlyAskedQuestions page.