Skip to content

Instantly share code, notes, and snippets.

View BohdanK-W32's full-sized avatar
🇺🇦
F#ck russia. Support Ukraine.

Bohdan Kucheriavyi BohdanK-W32

🇺🇦
F#ck russia. Support Ukraine.
View GitHub Profile
@tejastank
tejastank / odoo.enterprise.license.issue.py
Last active March 24, 2025 13:49
Fix ODOO License, due to ODOO support failed temporary quick fix
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
import datetime
import logging
import requests
import werkzeug.urls
from ast import literal_eval
@huntrar
huntrar / full-disk-encryption-arch-uefi.md
Last active May 1, 2025 17:58
Arch Linux Full-Disk Encryption Installation Guide [Encrypted Boot, UEFI, NVMe, Evil Maid]

Arch Linux Full-Disk Encryption Installation Guide

This guide provides instructions for an Arch Linux installation featuring full-disk encryption via LVM on LUKS and an encrypted boot partition (GRUB) for UEFI systems.

Following the main installation are further instructions to harden against Evil Maid attacks via UEFI Secure Boot custom key enrollment and self-signed kernel and bootloader.

Preface

You will find most of this information pulled from the Arch Wiki and other resources linked thereof.

Note: The system was installed on an NVMe SSD, substitute /dev/nvme0nX with /dev/sdX or your device as needed.