Skip to content

Instantly share code, notes, and snippets.

View HeeroYui's full-sized avatar

Edouard DUPIN HeeroYui

View GitHub Profile
@mjnaderi
mjnaderi / install-arch.md
Last active December 7, 2025 18:59 — forked from mattiaslundberg/arch-linux-install
Installing Arch Linux with Full Disk Encryption (LVM on LUKS)

Installing Arch Linux with Full Disk Encryption

If you're aiming for a seamless Arch Linux installation in UEFI mode, follow along as this guide will walk you through the process step by step. We'll be using LUKS (Linux Unified Key Setup) and LVM (Logical Volume Manager) partitions on LUKS to achieve full disk encryption.

Note: I have updated this doc for UEFI mode. For those with BIOS/MBR systems, you can refer to the previous version, but keep in mind that it might be outdated and no longer accurate.

If you're only interested in installing Linux and not setting up dual boot with Windows, feel free to skip the Windows-related sections.

#include <stdio.h>
#include <string.h>
#include <pulse/pulseaudio.h>
// Field list is here: http://0pointer.de/lennart/projects/pulseaudio/doxygen/structpa__sink__info.html
typedef struct pa_devicelist {
uint8_t initialized;
char name[512];
uint32_t index;
char description[256];
@kitchen
kitchen / personal.rc
Created August 23, 2012 04:25
sample mutt configuration
# me
set realname = "Jeremy Kitchen"
set from = "kitchen@example.org"
set envelope_from = yes
# personal account info
set imap_user = "kitchen@example.org"
set imap_pass = "REDACTED"
set folder = imaps://imap.gmail.com/
set smtp_url = smtps://kitchen@example.org@smtp.gmail.com/