Skip to content

Instantly share code, notes, and snippets.

View Gara-Dorta's full-sized avatar

Gara Dorta Gara-Dorta

View GitHub Profile
@Gara-Dorta
Gara-Dorta / mayaOnUbuntu.sh
Last active January 20, 2020 14:33 — forked from heiths/mayaOnUbuntu.sh
Updated for Maya 2015 SP5 and ubuntu 14.04
#!/bin/bash
#Heith Seewald 2012
#Garoe Dorta 2015
# Also based on https://gist.github.com/MichaelLawton/ee27bf4a0f591bed19ac
#Feel free to extend/modify to meet your needs.
#Maya on Ubuntu v.1
#This is the base installer... I’ll add more features in later versions.
#if you have any issues, feel free email me at heiths@gmail.com
#### Lets run a few checks to make sure things work as expected.
@Gara-Dorta
Gara-Dorta / create-efi-keys.sh
Last active March 18, 2025 06:41
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/"