Void's Hole

I'm stupid, so i better write it down..

Pool Related Commands

  • zpool create datapool c0t0d0 - Create a basic pool named datapool
  • zpool create -f datapool c0t0d0 - Force the creation of a pool
  • zpool create -m /data datapool c0t0d0 - Create a pool with a different mount point than the default.
  • zpool create datapool raidz c3t0...

Might be a little outdated, but i found it useful

It's been ages since i used IRC, but this one remind me of the good ol' days.
Even without a private Server on which your FXP group operates you can have a ton of fun on networks like freenode etc..
Back then you had to change those settings with...

Helpful Cheatsheet if you need to do some digging

While you can get a pretty good overview in Windows using Perfmon, it might be a little bit harder in Linux.
Have to admit that i've never tried half of the tools on this image, and since netstat got replaced by "ss", i fear it might also be a lit...

One of my favorite Git Cheat Sheets.. Simple and Elegant..

I rarely use Git..
Most of the time i just git clone or its automated by some script..
But the very moment, once i've forgotten all the commands i suddenly feel the need to publish random stuff like my dotfiles..
In which case this one...