Skip to content

Instantly share code, notes, and snippets.

View Hackerjef's full-sized avatar
🏠
Working from home

Nadie Hackerjef

🏠
Working from home
View GitHub Profile
@Xeukxz
Xeukxz / RevertUI.md
Last active October 14, 2025 20:46
Revert Discord UI

Updated Version:

If you want to download an older version ive heard 205.15 works well, i reccomend ApkMirror

Using a modified app (Android & IOS friendly):

  1. Follow the instructions from https://github.com/vendetta-mod/Vendetta
  2. After the client is installed, navigate to Settings > Plugins, then click the +, and finally paste https://vd-plugins.github.io/proxy/maisymoe.github.io/strife/Experiments into the input and click Install
  3. Once the experiments plugin is enabled, reload the app then go to Settings > Experiments > Tabs V2 - redesign opt-out/in for all and select Control Bucket.

Ive also heard enmity works well for IOS.

@sclark-dev
sclark-dev / cisco-2700-guide.md
Last active December 20, 2025 22:48
Setting up a Cisco Aironet 2700 AP

Okay, for some backstory, this has taken forever to understand. Turns out half the documentation for the Aironet 2700 is scuffed, and is completely misleading. So, this is a small guide that I'm writing for myself so whenever I need to set up another box of these, I won't have to spend two days trying to figure it out.

Getting Started

Okay, so assuming you've picked up a couple of these bad boys from your local electronics recycler or got them second hand some other way, you need to set it up. There are two ways of doing that: Getting a Cisco Wireless LAN Controller, or putting the AP into autonomous mode.

If you've got a Cisco WLC you probably don't need this guide, so assuming the WLC is a no-go lets get to converting this to autonomous mode.

Getting the (Hard/Soft)ware

The hardware that's needed is a router, a network switch, a computer, and a RS-232 RJ45 serial cable. The software you'll need is a copy of tftpd64, and a copy of the autonomous IOS Software fro

@lykn
lykn / buttons.md
Last active December 19, 2025 21:12
A gist which shows/tells you how to make buttons using discord.py v2(version 2.0.0a)

Note: Before we go any further. Let me make this real clear that the following gist uses the OFFICIAL discord.py library and not forks like discord_components, nextcord, etc... So when your using this code but a different library and fuck up don't comment something mean or go to a help channel in the server and say "this gist is misleading" or "bad gist who wrote this" when your at fault, trust me I'm going to fuck you up😅

Just a reminder^^

Related Links:

DPY's Docs

Discord's Docs

@EricDuminil
EricDuminil / trie.py
Last active June 30, 2025 20:38 — forked from atiking/regexp-trie.py
Found original code, author and license
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Original Perl module: Regexp::Trie
# Original Copyright (C) 2006 by Dan Kogai
#
# This Python translation is a derivative work based on Regexp::Trie
# Copyright (c) 2010 by rex
# Copyright (c) 2017 by fcicq, atiking and EricDuminil
@varqox
varqox / install_debian_with_debootstrap_howto.md
Last active December 28, 2025 01:46
Instructions how to install Debian using debootstrap