Archive for the ‘Uncategorized’ Category:

Solaris Tips: Enable SVM while booted from alternate media

Written on September 1st, 2010 by bwagnerno shouts
This operation is not officially supported, so use it at your own risk. Often times administrators must boot a Solaris from alternate media in single user mode (failsafe, cd/dvdrom, or network ...
Full Story » Filed under Uncategorized Tags:

One Liners: Set up SSH Authorized Keys

Written on September 1st, 2010 by bwagnerno shouts
$ ssh-keygen $ ssh-add -L | ssh username@server “umask 077; test -d .ssh||mkdir .ssh; cat >>.ssh/authorized_keys”
Full Story » Filed under Uncategorized Tags:

Quick Reference: ZFS vs Btrfs

Written on August 20th, 2010 by bwagnerno shouts
ZFS vs BtrFS This guide is not a discussion on which is better: ZFS or BtrFS (While many may argue that the fundamental design of BtrFS is superior, it is an ...

Running BIND in a chroot jail

Written on February 23rd, 2010 by bisbellno shouts
There are two ways to create a chroot jail for BIND.  You can either use the -t option with named, or you can use /usr/sbin/chroot.  Both procedures are provided below.  ...

Linux software RAID tips

Written on January 7th, 2010 by jkeilsonone shout
There are a variety of Linux software RAID-like options out there which each have their own quirks and features.  Personally, I like the simplicity and functionality of mdadm.  It provides ...
Full Story » Filed under Uncategorized Tags: