This is what I did to make an Ubuntu 15.04 virtualbox guest (works for Ubuntu 14.10 also) boot with...

Continue reading...

Quick script to illustrate interacting with the ZFS Storage Appliance. In this example I am listing...

Continue reading...

Short version of live migration between two T5-2's. Using shared fiber LUN's.

Source Host:

Check...

Continue reading...

Sometimes you need to manipulate lists of IP addresses in Excel but of course it sorts on strings wh...

Continue reading...

Several articles on using the console feature of KVM guests exists already. This is just a quick not...

Continue reading...

Anyone that ever worked on printing would know how much time can be wasted with root causing problem...

Continue reading...

Sometimes you want to keep tabs on a long running process and get notified by email when it is done....

Continue reading...

code for python smtp

import sys,smtplib
from email.MIMEMultipart import MIMEMultipart
from email.M...

Continue reading...

If you like myself have spent way too much time with Outlook chomping newlines in a simple text emai...

Continue reading...

I wasn't aware before that ipfilter (ipf) has a concept of pools. In other words list of IP addresse...

Continue reading...

I have struggled with this before and now I will make a note of it to save myself time when I encoun...

Continue reading...

There are a lot of articles out on the web that have suggestions around sorting a string like a numb...

Continue reading...

Since I have to go research this every time I need it, I am jotting down a little how to. Frequently...

Continue reading...

Sometimes you don't have a Solaris IPS local repo and just want to update to a newer SRU (Support Re...

Continue reading...

This is an update post to making an Ubuntu 14.04 (Trusty Tahr) OS work with ZFS root volume. Mostly...

Continue reading...