Skip to content

Instantly share code, notes, and snippets.

@mabrodeur
mabrodeur / HOW_TO.md
Last active September 29, 2021 18:32
Flash NVIDIA Bios In HiveOS
cd
mkdir nvflash && cd nvflash
wget -O nvflash.zip https://us4-dl.techpowerup.com/files/J9oDt92wlfZ0dNxMxPNeFA/1632981767/nvflash_5.692_linux.zip
unzip nvflash.zip
cd x64
chmod +x nvflash
wget mabros.xyz/palit.rom
miner stop
dkms status | grep nvidia
// EDITED BY : Lima Carlie
// Handle passive wheel event correctly
// Also completely reset variables on destroy so it works correctly on ajax websites
/*!
* jQuery Scrollify
* Version 1.0.19
*
* Requires:
* - jQuery 1.7 or higher
window.i18n = window.i18n || {};
i18n._langCache = {}
i18n._availableLangs = [
'en',
'zh-TW',
'ja'
]