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...

Starting Point :
Single XFS HDD with a whole bunch of Data..

Planned Setup:
ZFS Mirror without loosing any Data..

Save your Data

First things first: DO A BACKUP !!
and then 5 more just to be absolutely sure!

  1. create single ZFS drive: zpool create -m /data data /dev/sdb
  2. copy dat...

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...

How to config SSL on Nginx

First things first:
You can generate your config using Mozilla's Generator
And Nginx's config itself is very well documented on their own Website.

Getting a B Grade is just not good enough

One of first Problems i stumbled over, was only getting a B Grade on Qu...

Just a couple Tools i enjoy

ZSH+oh-my-Zsh+Powerline is the basic combo to make it look great.

  • neofetch - add it to the end of you .bashrc/.zshrc for a nice overview over your system.
  • mlocate - indexing files for an easier search
  • mtr - better traceroute
  • dig - part of "bind-tools" - usefu...

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...