Skip to content

Instantly share code, notes, and snippets.

View DaDogeDev's full-sized avatar

DaDogeDev DaDogeDev

View GitHub Profile
@djibe
djibe / windows11-24H2-tpm-secureboot.md
Last active October 21, 2025 12:24
Install Windows 11 24H2 without TPM and Secure Boot requirements

Install Windows 11 24H2 without TPM and Secure Boot requirements

  1. Create a Windows 11 ISO with Microsoft's Media Creation Tool
  2. Install Setup Patchium and run it (or try latest Rufus version directly and patch from there)
  3. Home tab: Select ISO, wait during processing
  4. Go to Install > Uncheck Remove upgrade and Check Disable Windows 11 compatibility restrictions, click Apply
  5. Optional: To install without a Microsoft account, go to Install OOBE tab. Click Integrate lumOOBE. This will break sysinstall.
  6. Click on Create ISO button
  7. Use Rufus or Ventoy (prefered) to run installation from a USB drive
@bonitoflakez
bonitoflakez / SetupVencordTheme.md
Created September 18, 2023 20:06
Discord (Vencord) Theme - Gruvbox Dark Medium

My Gruvbox Dark Medium color scheme setup for Discord (Vencord)

  1. Install Vencord from Link
  2. Setup Vencord and head over to settings > vencord > themes > open theme folder
  3. After clicking on open theme folder open the themes directory and create a file named gruvbox-medium-dark.theme.css
  4. In gruvbox-medium-dark.theme.css paste the code given below
/**
 * @name Gruvbox Dark Medium
@letsgoawaydev
letsgoawaydev / WinKeys.txt
Last active October 22, 2025 15:22
Windows Product Keys
``````````````````````````````````````````
Windows Product Keys for Getting Past Setup
Windows XP - Windows 11
Home product keys are currently not added.
THESE WILL ONLY HELP YOU GET PAST SETUP AND WILL NOT
ACTIVATE WHEN YOU CONNECT TO THE INTERNET. THESE JUST
LET YOU INSTALL WINDOWS TO YOUR HARDDISK UNACTIVATED
``````````````````````````````````````````
@touhidulshawan
touhidulshawan / Gruvbox_dark_hard-fzf
Last active June 18, 2025 19:27
Gruvbox Dark colorscheme for FZF
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS' --color=fg:#ebdbb2,bg:#282828,hl:#b16286 --color=fg+:#689d6a,bg+:#32302f,hl+:#d3869b --color=info:#d65d0e,prompt:#458588,pointer:#fe8019 --color=marker:#8ec07c,spinner:#cc241d,header:#fabd2f'
@saiashirwad
saiashirwad / Dark-Reader-Settings.json
Created September 25, 2020 00:23
Dark Reader Chrome Settings Gruvbox
{
"applyToListedOnly": false,
"automation": "",
"changeBrowserTheme": false,
"customThemes": [
{
"url": [
"arxiv.org"
],
"theme": {

How to play ASCII-Art Star Wars offline

Following will teach you how to play the "easter-egg" (which actually isn't, but many people describe this as an easter egg) of ASCII-Art Star Wars (or Star Wars in terminal/telnet, whatever), the one you normally starts like this:

$ telnet towel.blinkenlights.nl
  1. Before you start, ensure Node.js is installed.
  2. Navigate to www.asciimation.co.nz, the original home of that ASCII-Art Star Wars.
  3. Press F12 to open developer tools.