Skip to content

Instantly share code, notes, and snippets.

@devatnull
devatnull / nvidia-secure-boot-guide.md
Last active May 16, 2025 22:49
Installing NVIDIA RTX 5070 / 5070 Ti Drivers and CUDA 12.8 on Debian/Ubuntu 24.04 with Secure Boot Enabled

Prerequisites

  • Ubuntu 24.04
  • Secure Boot enabled
  • Internet connection
  • Administrator (sudo) privileges

Step-by-Step Installation Guide

  1. Remove any existing NVIDIA installations
@devatnull
devatnull / megachess_odroidgo.ino
Created November 6, 2022 19:35 — forked from 9nut/megachess_odroidgo.ino
FIXED Megachess M5stack adapted to ODROID GO
//ArduinoMega Chess 1.0 M5Stack
//engine 1.4
//Sergey Urusov, [email protected]
//
// Adapted to ODROID GO
#include <odroid_go.h>
#include <Preferences.h>
Preferences prefs;