Explore >> Select a destination


You are here

dan.langille.org
| | blog.nobugware.com
15.3 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...
| | nabijaczleweli.xyz
27.2 parsecs away

Travel
| | 005. Low-curse ZFS-on-root for new Debian installations on multi-disk systems
| | www.tubsta.com
31.9 parsecs away

Travel
| |
| | wittchen.io
133.2 parsecs away

Travel
| Sometimes we need to run specific program with a concrete version of JVM. We can also work with Java 7, but we want to try Java 8. In such cases, we can have installed both Java 7 and 8 on our system and easily switch between them. In order to show current java version, we can simply type: java -version in terminal. On my computer I received the following response: