A repository of information technology questions and answers

Latest posts

An introduction to Solaris Zones

This post is an introduction to the new virtual technology introduced from Sun Microsystems, namely Solaris Zones (not containers)

Sending a ZFS snaphot

You can use the zfs send command to send a copy of a snapshot stream and receive the snapshot stream in another pool

ZFS Send and Receive

ZFS has the ability to send and receive data. This can be used to combine snapshots, create backups, or replicate data between servers

Creating a local yum repository for Puppet

Puppets automated management of installed applications and libraries can be enhanced with custom package repositories such as a custom repository.