Archive for the ‘OpenSolaris’ category

Creating Services using SMF in OpenSolaris

January 22nd, 2010

OpenSolaris has by far, one of the best service management interfaces that I have used. Below I am going to go over a simple way to turn in shell script into a service managed by the OS.
» Read more: Creating Services using SMF in OpenSolaris

Building Perl modules on OpenSolaris

January 11th, 2010

Anyone that’s worked with Perl is probably familiar with CPAN.pm. CPAN.pm is the bundled module that handles downloading and installing modules from the CPAN repository. It usually works flawlessly but I’ve noticed that on OpenSolaris the process can be a bit more spotty.
» Read more: Building Perl modules on OpenSolaris