Skip to content

Instantly share code, notes, and snippets.

View sovajri7's full-sized avatar
🪅
when lambo ?

Sovajri sovajri7

🪅
when lambo ?
View GitHub Profile
@sovajri7
sovajri7 / vGPU_FastAPI-DLS_Patched_Drivers.md
Last active July 9, 2025 13:51
Install vGPU & Bypass NVIDIA License on Proxmox using FastAPI-DLS and Patched Drivers

Install vGPU & Bypass NVIDIA License on Proxmox using FastAPI-DLS and Patched Drivers

This guide explains how to run NVIDIA vGPU on Proxmox using FastAPI-DLS and patched drivers, without relying on the official NVIDIA License Server.

It is intended for users with supported or partially supported GPUs (such as RTX A4000 / A5000 / A6000) who want to unlock vGPU functionality in their virtual machines (Ubuntu or Windows) for AI (Ollama, vLLM), compute, or media workloads.

You need to check if your GPU is supported : https://docs.nvidia.com/vgpu/gpus-supported-by-vgpu.html

If not, you can still use vGPU by following this tutorial and mine to enable vGPU on consumer GPUs : https://gitlab.com/polloloco/vgpu-proxmox

@sovajri7
sovajri7 / Plex_Hetzner_Wireguard.md
Last active July 8, 2025 23:01
Using Plex on Hetzner with Wireguard VPN (Docker).

Using Plex on Hetzner with Wireguard VPN (Docker).

With this tutorial, you can route all Plex traffic via Wireguard out of another VPS (2$ IONOS Ubuntu VPS), this can be used for any container but here to bypass the Hetzner block by Plex.

First, thanks to ShipkaChalk (https://gist.github.com/ShipkaChalk/629fdc42dad781776d2007fc502188f3) and his original tutorial that helped me a lot to get the client part.

  1. Get yourself a Linux VPS (ex : Ubuntu 22.04)

  2. Make all updates :