Skip to content

Instantly share code, notes, and snippets.

View EvilSupahFly's full-sized avatar
😐

EvilSupahFly EvilSupahFly

😐
View GitHub Profile
@EvilSupahFly
EvilSupahFly / nfs_rnas_stale_handle_writeup.md
Last active August 22, 2026 02:56
NFS Stale Handle - ReadyNAS

NFS "Stale File Handle" That Survives exportfs -ra and an NFS Service Restart (ReadyNAS OS 6.10.10)

TL;DR

One specific subdirectory under an NFSv3 export started throwing Stale file handle on the client, while every sibling export and every other mount on the same box kept working fine. Neither exportfs -ra nor toggling NFS off/on in the ReadyNAS admin panel cleared it. What finally fixed it: giving the data a brand-new directory inode on the server by creating a new folder, moving the contents into it, and mounting the new path instead of

@EvilSupahFly
EvilSupahFly / Chmona-Myund_Outpost_-_Swarm_Base_14.nmsbase
Created June 24, 2026 17:07
Chmona-Myund_Outpost_-_Swarm_Base_14.nmsbase - No Power After Editing
{
"BaseVersion": 8,
"OriginalBaseVersion": 8,
"GalacticAddress": "0x50420006E2A966",
"Position": [
-91129.625,
-20592.287109375,
30681.0
],
"Forward": [

Computer Information:

Manufacturer: Dell Inc. Model: 0NT78X Form Factor: Desktop No Touch Input Detected

Processor Information:

CPU Vendor: GenuineIntel CPU Brand: Intel(R) Xeon(R) CPU E5-2643 v4 @ 3.40GHz CPU Family: 0x6

@EvilSupahFly
EvilSupahFly / preinst
Last active July 8, 2025 00:31
QNAP Qfinder Pro - Ubuntu Installer Fix
#!/bin/bash
# Don't need change version manually, it will be modified by build.sh
VERSION=7.12.3.0527
APP_NAME_VERSION="Qfinder Pro "${VERSION}
MIN_VER_STR="18.04"
MAX_VER_STR=""
function CompareNum(){
arg1=$1
@EvilSupahFly
EvilSupahFly / Jesus-DnD.md
Created April 21, 2025 23:40
The Ultimate "Jesus Christ as a Playable Character in D&D" Build

This is split it into two versions: Pre-Easter Jesus (as the mortal, incarnate figure actively ministering) and Post-Easter Jesus (as the risen, glorified, divine being). Both rooted in lore, but mechanically unique.


Version 1: Pre-Easter Jesus (The Incarnate Teacher, Healer, and Prophet)

“The Word became flesh and made his dwelling among us.”
– John 1:14

Core Themes:

@EvilSupahFly
EvilSupahFly / cow_bsod.txt
Created February 3, 2025 23:53
COW Program for Windows XP BSOD Simulation
MoO MoO moO MoO MoO MoO MoO MoO
MoO MoO moO MoO MoO MoO MoO MoO
MoO MoO moO MoO MoO MoO MoO MoO
MoO MoO moO MoO MoO MoO MoO MoO
MoO MoO moO MoO MoO MoO MoO MoO
MoO MoO moO MoO MoO MoO MoO MoO
MoO MoO moO MoO MoO MoO MoO MoO
MoO MoO moO MoO MoO MoO MoO MoO
moO
MOo "A problem has been detected and Windows has been shut down to prevent damage to your computer."
@EvilSupahFly
EvilSupahFly / .bashrc
Last active June 24, 2026 16:58
Python Virtual Environment Manager using PythonZ
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
ulimit -c unlimited
# Regular Colors Bold
#| Value | Color | Value | Color |
#| -------- | ------ | -------- | ------ |
#| \e[0;30m | Black | \e[1;30m | Black |
#| \e[0;31m | Red | \e[1;31m | Red |
@EvilSupahFly
EvilSupahFly / steam_sys_report.txt
Last active June 24, 2026 17:16
Blackbeast - Low-latency Kernel
-------------------------------------------------------------
Command: cat /etc/os-release
NAME="Linux Mint"
VERSION="22.3 (Zena)"
ID=linuxmint
ID_LIKE="ubuntu debian"
PRETTY_NAME="Linux Mint 22.3"
VERSION_ID="22.3"
HOME_URL="https://www.linuxmint.com/"