/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

smallhacks.wordpress.com
| | conradresearch.com
3.1 parsecs away

Travel
| | OVHcloud supports FreeBSD on some, but not all of their server offerings. In this article I'll demonstrate how to install FreeBSD on any OVHcloud bare metal server instance.
| | blog.nobugware.com
1.9 parsecs away

Travel
| | I had so much pain to make it work so here is how to have a ZFS root with a raidz pool on 5 disks, specially with OVH without any console or kvm to debug the boot process. The server has 5 disks that I put in raidz and boot on it, but this should apply to most installation. gpart destroy -F ada0 gpart destroy -F ada1 gpart destroy -F ada2 gpart destroy -F ada3 gpart destroy -F ada4 gpart create -s gpt ada0 gpart create -s gpt ada1 gpart create -s gpt ada2 gpart create -s gpt ada3 gpart create -s gpt ada4...
| | axcella.com
3.2 parsecs away

Travel
| | Axcella consulting services and other random stuff on a blog.
| | freebsd.uw.cz
15.6 parsecs away

Travel
| Creating an iSCSI target on FreeBSD, particularly with ZFS, is typically done by exporting a ZFS Volume (ZVOL), which is a block-level devic...