This is what I did to make an Ubuntu 15.04 virtualbox guest (works for Ubuntu 14.10 also) boot with...
Quick script to illustrate interacting with the ZFS Storage Appliance. In this example I am listing...
Short version of live migration between two T5-2's. Using shared fiber LUN's.
Source Host:
Check...
Sometimes you need to manipulate lists of IP addresses in Excel but of course it sorts on strings wh...
Several articles on using the console feature of KVM guests exists already. This is just a quick not...
Anyone that ever worked on printing would know how much time can be wasted with root causing problem...
Sometimes you want to keep tabs on a long running process and get notified by email when it is done....
code for python smtp
import sys,smtplib
from email.MIMEMultipart import MIMEMultipart
from email.M...
If you like myself have spent way too much time with Outlook chomping newlines in a simple text emai...
I wasn't aware before that ipfilter (ipf) has a concept of pools. In other words list of IP addresse...
I have struggled with this before and now I will make a note of it to save myself time when I encoun...
There are a lot of articles out on the web that have suggestions around sorting a string like a numb...
Since I have to go research this every time I need it, I am jotting down a little how to. Frequently...
Sometimes you don't have a Solaris IPS local repo and just want to update to a newer SRU (Support Re...
This is an update post to making an Ubuntu 14.04 (Trusty Tahr) OS work with ZFS root volume. Mostly...