Void's Hole

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

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

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

Just a couple things to take care of to make it safer

Automate Upgrades

sudo apt install unattended-upgrades
nano /etc/apt/apt.conf.d/50unattended-upgrades
uncomment the following lines:
"origin=Debian,codename=${distro_codename}-updates";
"origin=Debian,codename=${distro_codename}-propo...