Skip to content

Instantly share code, notes, and snippets.

View matteopaolucci's full-sized avatar
🎯
Focusing

Matteo Paolucci matteopaolucci

🎯
Focusing
View GitHub Profile
@PeXArtZ
PeXArtZ / gist:020931f0182cafe84c623b5584da6f9a
Created February 1, 2020 16:15
Dirt Rally 2.0 connect to online servers
How to connect to online on Manjaro:
1. Download Codemasters Certificate: https://www.upload.aee/files/9626680/codemasters.pem.html
2. Run openssl x509 -in codemasters.pem -inform PEM -out codemasters.crt
3. Run sudo mv codemasters.crt /etc/ca-certificates/trust-source/anchors
4. Run sudo trust extract-compat
How to connect to online on Ubuntu (and equivalents):
1. Download Codemasters Certificate: https://www.upload.aee/files/9626680/codemasters.pem.html
2. Run openssl x509 -in codemasters.pem -inform PEM -out codemasters.crt
3. sudo mv codemasters.crt /usr/local/share/ca-certificates
@reillysiemens
reillysiemens / signing-vbox-kernel-modules.md
Last active May 30, 2024 16:26
Signing VirtualBox Kernel Modules

Signing VirtualBox Kernel Modules

These are the steps I followed enable VirtualBox on my laptop without disabling UEFI Secure Boot. They're nearly identical to the process described on [Øyvind Stegard's blog][blog], save for a few key details. The images here are borrowed from the [Systemtap UEFI Secure Boot Wiki][systemtap].

  1. Install the VirtualBox package (this might be different for your platform).
    src='https://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo'