Skip to content

Instantly share code, notes, and snippets.

@aki-hp
aki-hp / install nvidia driver with real-time kernel.md
Last active May 15, 2024 01:06 — forked from FrankieWOO/install nvidia driver with real-time kernel.md
Minor revision for manual NVIDIA Driver installation
@aki-hp
aki-hp / modorganizer2-nxm-broker.sh
Last active May 12, 2024 08:35
Edited MO2 Broker for rockerbacon's script suite so that even if the NXMHandler fails, the download will still proceed. Might be useful for Steam Deck users (or Flatpak Protontricks users in general).
#!/usr/bin/env bash
# SUPPLY YOUR PERSONAL NEXUS API KEY HERE (nexus_apikey="yourNexusAPIKeyInsideDoubleQuotes")
nexus_apikey="yourNexusAPIKeyInsideDoubleQuotes"
### PARSE POSITIONAL ARGS ###
nxm_link=$1; shift
if [ -z "$nxm_link" ]; then
zenity --ok-label=Exit --ellipsize --error --text \