You are here |
smallhacks.wordpress.com | ||
| | | |
xmodulo.com
|
|
| | | | ||
| | | |
blog.nobugware.com
|
|
| | | | 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... | |
| | | |
akr.am
|
|
| | | | A short guide to installing FreeBSD on Oracle Cloud. | |
| | | |
www.linuxuprising.com
|
|
| | Since Oracle Java 11 can't be directly downloaded from Oracle any more, the installer no longer works, so I created a new installer for which the user needs to provide the Oracle Java .tar.gz archive. |