Skip to content

Instantly share code, notes, and snippets.

View vivin's full-sized avatar

Vivin Paliath vivin

View GitHub Profile
@Era-Dorta
Era-Dorta / create-efi-keys.sh
Last active April 16, 2024 08:10
Sign kernel modules on Ubuntu, useful for Nvidia drivers in UEFI system
# VERY IMPORTANT! After each kernel update or dkms rebuild the modules must be signed again with the script
# ~/.ssl/sign-all-modules.sh
# Place all files in ~/.ssl folder
mkdir ~/.ssl
cd ~/.ssl
# Generate custom keys with openssl
openssl req -new -x509 -newkey rsa:2048 -keyout MOK.priv -outform DER -out MOK.der -nodes -subj "/CN=Owner/"
@wendelicious
wendelicious / gist:3408bc199c9342522f53
Last active September 10, 2015 16:32
Create a Pancake Service Interactively
Do this: https://github.com/infusionsoft/pancakesw/blob/master/pankacesw