Skip to content

Instantly share code, notes, and snippets.

View Wither-Bane's full-sized avatar

Christopher Rodipe Wither-Bane

View GitHub Profile
<#
Meta
Date: 2022 March 28th
Authors: Dray Agha (Twitter @purp1ew0lf), Dipo Rodipe (Twitter @dipotwb)
Company: Huntress Labs
Purpose: Automate setting up Sysmon and pulling Ippsec's sysmon IoC streamliner. Great for malware lab.
#>
################################################################################################################
#The section below contains the architecture detection code, kudos to Remko (twitter @RemkoWeijnen)
@Wither-Bane
Wither-Bane / install-ubuntu-luks-lvm.md
Created June 3, 2024 16:25 — forked from superjamie/install-ubuntu-luks-lvm.md
How to install Ubuntu with LUKS Encryption on LVM

How to install Ubuntu with LUKS Encryption on LVM

My work requires us to have full-disk encryption, so these are the steps I use.

The basic idea is to create a LUKS-encrypted partition which is used as an LVM Physical Volume.

The GRUB boot partition isn't encrypted, but everything else is.

These steps tested and working on 22.04 (jammy) and 20.04 (focal).