Skip to content

Instantly share code, notes, and snippets.

@katsel
katsel / accessibility_conferences.md
Last active July 14, 2022 01:28
Accessible conferences with a focus on sensory friendliness

Accessibility, sensory friendliness and neurodiversity friendliness at events

When using these resources, please credit Katharina (Twitter: @katheyrina or github: @katsel. My pronouns are they/them in case you need them).

Resources

@katsel
katsel / grsec-custom-arch.md
Last active November 7, 2016 13:31
How to compile a linux kernel with grsec and custom kernel configuration on Arch Linux.

How to compile a linux kernel with grsec and custom kernel configuration on Arch Linux

  • Download the latest sources via the Arch Built System tool abs:
sudo abs community/linux-grsec

The default abs directory is /var/abs/, so the linux-grsec build files will be located in /var/abs/community/linux-grsec/.

I build kernel things in my home directory, so I change to that directory: