Turning a root on ZFS to a root on ZFS-mirror

Right, so from time to time I end up installing a FreeBSD system while there's only one disk for the os, sometimes by accident and sometimes on purpose.

Sometimes, it's just because the old mirror has a really bad drive it in and I want to freshen it up a …

more ...

Making a home in FreeBSD

So, there are things I want to do on a FreeBSD after the installation. A few things I want to make sure is exactly as I want it to make the place feel more like home.

First of all, I want a few packages that I want installed to make …

more ...


Getting Gitlab Pages to finally accept TLS

So I've been struggling with getting TLS working right on my gitlab-pages, all the errors I got were some ~weird~ handshake errors.

140658708418368:error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error:s23_clnt.c:769:

And querying with curl really didn't offer many clues as to what might be wrong …

more ...

Openindiana hipster post-install stuff

So, I have the old post about fixing up my openindiana install.

I recently did an install of a hipster (bleeding edge..) openindiana and the post-install dance is a bit different there.

Quite simply, I do the following as root after install.

Add some publishers

pkg set-publisher -g https://pkg …
more ...

Git Tricks - push and pull via different paths

This might be the only trick I'll write down, perhaps it'll actually be a series of tiny things I find useable when working with git.

All of theese will probably assume some basic knowledge of how git actually works and possible also assume some level of experience. It will mostly …

more ...

Openindiana network configuration shortstory

So, I have this openindiana, and I'd like it to have a network configuration. But something slightly more advanced than what's default. So during the installation, instead of selecting "Automatic" network, I'll say "none" and have a network-wise blank box start up.

So, for instance.

# ipadm show-if
IFNAME STATE CURRENT …
more ...


Openindiana post-install pkg "setup"

So, having installed a few (honestly, it's 3..) openindiana boxes I found myself doing the same thing over and over again to bring what I could be rather cocky and call, a little bit of sanity, to the default pkg setup.

First of all, we take care of the 'pkg' …

more ...