- Create a Windows 11 ISO with Microsoft's Media Creation Tool
- Install Setup Patchium and run it (or try latest Rufus version directly and patch from there)
- Home tab: Select ISO, wait during processing
- Go to Install > Uncheck Remove upgrade and Check Disable Windows 11 compatibility restrictions, click Apply
- Optional: To install without a Microsoft account, go to Install OOBE tab. Click Integrate lumOOBE. This will break sysinstall.
- Click on Create ISO button
- Use Rufus or Ventoy (prefered) to run installation from a USB drive
My Gruvbox Dark Medium color scheme setup for Discord (Vencord)
- Install Vencord from Link
- Setup Vencord and head over to
settings > vencord > themes > open theme folder
- After clicking on
open theme folder
open the themes directory and create a file namedgruvbox-medium-dark.theme.css
- In
gruvbox-medium-dark.theme.css
paste the code given below
/**
* @name Gruvbox Dark Medium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`````````````````````````````````````````` | |
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 | |
`````````````````````````````````````````` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"applyToListedOnly": false, | |
"automation": "", | |
"changeBrowserTheme": false, | |
"customThemes": [ | |
{ | |
"url": [ | |
"arxiv.org" | |
], | |
"theme": { |
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
- Before you start, ensure Node.js is installed.
- Navigate to www.asciimation.co.nz, the original home of that ASCII-Art Star Wars.
- Press F12 to open developer tools.