I have compiled all the resources that helped me in my GATE preparation, and I hope they help you too! 🚀
Discover gists
Been having problems with my new SN770 drive, and decided to check if I can firmware update it on Linux. WD only provides a Windows tool, Western Digital Dashboard to download and install firmwares, but, it's possible to find the firmware and install it using Linux tooling as well.
❱ sudo pacman -S nvme-cli| -- Based on these two patches: | |
| -- https://github.com/oh1apps/koreader_header by @oh1apps | |
| -- https://github.com/sebdelsol/KOReader.patches/blob/main/2-statusbar-thin-chapter.lua by @sebdelsol | |
| -- Updated by @mysiak with Github Copilot and Claude Sonnet 4.5 | |
| -- Optimizations and code cleanup by Claude Opus 4.5 | |
| local Blitbuffer = require("ffi/blitbuffer") | |
| local TextWidget = require("ui/widget/textwidget") | |
| local CenterContainer = require("ui/widget/container/centercontainer") | |
| local VerticalGroup = require("ui/widget/verticalgroup") |
Generic runbook for connecting Hermes Agent to a Buzz community (Block’s Nostr-based human+agent workspace). Written from a real self-hosted bring-up; shaped so different usage patterns can still follow the same skeleton.
This is not official Nous or Block docs. Upstream APIs still move — treat version pins and PR numbers as snapshots, not eternal gospel.
| import { spawnSync } from "node:child_process"; | |
| import { existsSync, mkdirSync, readFileSync, writeFileSync } from "node:fs"; | |
| import path from "node:path"; | |
| import { | |
| createBashTool, | |
| createEditTool, | |
| createFindTool, | |
| createGrepTool, | |
| createLocalBashOperations, | |
| createLsTool, |
Guide préparé et testé par : Mohamed LALAH
YouTube : Secretofnet
Dernière mise à jour : 29 août 2026
Ce guide vous accompagne pas à pas pour installer Android TV Dashboard sur Windows, connecter votre Android TV / Google TV / Xiaomi Mi Box via ADB, puis passer à une connexion ADB sans fil afin de ne plus laisser le câble USB branché.
| #https://github.com/bigbeartechworld/big-bear-casaos/tree/master/Apps/pterodactyl-panel | |
| bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/start-pterodactyl-panel/run.sh)" |
import sys
import os
NOP = 0x90
offsets_and_values = {
0x00030170: 0x00,
0x000A94D0: NOP, 0x000A94D1: NOP, 0x000A94D2: NOP, 0x000A94D3: NOP, 0x000A94D4: NOP, 0x000A94D5: NOP, 0x000A94D6: NOP, 0x000A94D7: NOP, 0x000A94D8: NOP, 0x000A94D9: NOP, 0x000A94DA: NOP, 0x000A94DB: NOP, 0x000A94DC: NOP, 0x000A94DD: NOP, 0x000A94DE: NOP, 0x000A94DF: NOP, 0x000A94E0: NOP, 0x000A94E1: NOP, 0x000A94E2: NOP, 0x000A94E3: NOP, 0x000A94E4: NOP, 0x000A94E5: NOP, 0x000A94E6: NOP, 0x000A94E7: NOP, 0x000A94E8: NOP, 0x000A94E9: NOP, 0x000A94EA: NOP, 0x000A94EB: NOP, 0x000A94EC: NOP, 0x000A94ED: NOP, 0x000A94EE: NOP, 0x000A94EF: NOP, 0x000A94F0: NOP, 0x000A94F1: NOP, 0x000A94F2: NOP, 0x000A94F3: NOP, 0x000A94F4: NOP, 0x000A94F5: NOP, 0x000A94F6: NOP, 0x000A94F7: NOP, 0x000A94F8: NOP, 0x000A94F9: NOP, 0x000A94FA: NOP, 0x000A94FB: NOP, 0x000A94FC: NOP, 0x000A94FD: NOP, 0x000A94FE: NOP, 0x000A94FF: NOP, 0x000A9500: NOP, 0x000A9501: NOP, 0x000A9502: NOP, 0x000A9503: NOP, 0x000A9504: NOP, 0x000A9505: NOP, 0x000A9506: NO


