Skip to content

Instantly share code, notes, and snippets.

View nupplaphil's full-sized avatar

Philipp nupplaphil

View GitHub Profile

Keybase proof

I hereby claim:

  • I am nupplaphil on github.
  • I am nupplaphil (https://keybase.io/nupplaphil) on keybase.
  • I have a public key ASCUmKmguWVlALZvE0QwI0rWxvf7D_LXPQkQQUHEfXuetgo

To claim this, I am signing this object:

@nupplaphil
nupplaphil / headless-luks-encrypted-debian-server-with-uefi.md
Last active November 16, 2023 15:58 — forked from jkullick/headless-luks-encrypted-ubuntu-server.md
Headless LUKS encrypted Debian Server with UEFI
# stop active raid
mdadm --stop /dev/md[01]

# destroy partition table on hdds
dd if=/dev/zero of=/dev/sda bs=1M count=512
dd if=/dev/zero of=/dev/sdb bs=1M count=512
dd if=/dev/zero of=/dev/sdc bs=1M count=512
dd if=/dev/zero of=/dev/sdd bs=1M count=512