Skip to content

Instantly share code, notes, and snippets.

@ergetie
ergetie / fusion_on_linux.md
Created December 3, 2025 13:16
Windows 11 SR-IOV Passthrough (Headless) on CachyOS

Windows 11 SR-IOV Passthrough (Headless) on CachyOS

1. Prerequisites & Hardware

  • OS: CachyOS (Arch-based)
  • CPU: Intel 12th/13th/14th Gen (e.g., i5-13600K) with UHD 770
  • GPU Strategy: SR-IOV (Single Root I/O Virtualization) to create virtual GPU slices.
  • BIOS Settings:
    • VT-d: Enabled
    • Above 4G Decoding: Enabled
    • Re-Size BAR: DISABLED (Crucial for 13th Gen iGPU passthrough stability)

Discord Quest Spoofer

This script allows you to view and spoof Discord quests (video, desktop, and activity quests).

Note

Use this only on your own account in the Discord PTB / Canary app. Spoofing quests may violate Discord’s TOS.


1. Install Discord PTB or Canary

@MuTLY
MuTLY / keys.txt
Last active June 17, 2026 14:59
Cemu keys
# this file contains keys needed for decryption of disc file system data (WUD/WUX)
# 1 key per line, any text after a '#' character is considered a comment
# the emulator will automatically pick the right key
541b9889519b27d363cd21604b97c67a # example key (can be deleted)
219FCB908520E9912D57444DFC136C23 # The Legend of Zelda: Breath of the Wild
566FCA3A88AA9255456635EDE688FD0B # The Legend of Zelda: Breath of the Wild EU
082fa2981e004defac03524cc685f693 # The Legend of Zelda: Breath of the Wild JPN
@book000
book000 / toggleAllRestrict.js
Created August 11, 2024 14:08
toggling all bookmarks to public or private
/*
This script is for toggling all bookmarks on pixiv to public or private.
Open your own pixiv user page, switch to the bookmarks tab, and then run this script in the browser console.
(e.g., https://www.pixiv.net/users/{userId}/bookmarks/artworks)
*/
/**
* Wait for an element to appear in the DOM and resolve with it.
*
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active June 21, 2026 01:34
Complete Recent Discord Quest

Caution

As of April 7th 2026, Discord has expressed their intent to crack down on automating quest completion.

Some users have received the following system message:

image

There isn't much I can do to make the script undetected, so use it at your own risk, as you most likely WILL get flagged by doing so.

Complete Recent Discord Quest

@frjaraur
frjaraur / gist:7bad30cedc484486efd3ba5d12362bec
Created October 4, 2020 17:02
Libvirt-KVM create Bridge Interface using nmcli
### Show Active Interfaces
```
$ nmcli con show --active
```
### Create a Bridge Interface
```
$ nmcli con add ifname br0 type bridge con-name br0
Connection 'br0' (892869fe-f8ac-4f17-ace9-b8aeeeee61a0) successfully added.
```
@Speedy37
Speedy37 / gpg-agent-relay.sh
Created July 10, 2020 11:02
WSL2 gpg agent relay (Yubikey)
#!/bin/bash
# Launches socat+npiperelay to relay the gpg-agent socket file for use in WSL
# See https://justyn.io/blog/using-a-yubikey-for-gpg-in-windows-10-wsl-windows-subsystem-for-linux/ for details
GPGDIR="${HOME}/.gnupg"
USERNAME=Vincent
# I use the same username for wsl and windows, but feel free to modify the paths below if that isn't the case
WIN_GPGDIR="C:/Users/${USERNAME}/AppData/Roaming/gnupg"
NPIPERELAY="${HOME}/npiperelay.exe"
@gboudreau
gboudreau / AuthyToOtherAuthenticator.md
Last active June 15, 2026 03:01 — forked from Ingramz/AuthyToOtherAuthenticator.md
Export TOTP tokens from Authy

Exporting your 2FA tokens from Authy to transfer them into another 2FA application

IMPORTANT - Update regarding deprecation of Authy desktop apps

Past August 2024, Authy stopped supported the desktop version of their apps:
See Authy is shutting down its desktop app | The 2FA app Authy will only be available on Android and iOS starting in August for details.

And indeed, after a while, Authy changed something in their backend which now prevents the old desktop app from logging in. If you are already logged in, then you are in luck, and you can follow the instructions below to export your tokens.

If you are not logged in anymore, but can find a backup of the necessary files, then restore those files, and re-install Authy 2.2.3 following the instructions below, and it should work as expected.