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
4b825dc642cb6eb9a060e54bf8d69288fbee4904 |
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
#!/usr/bin/env python | |
import random, subprocess, socket | |
hostname = socket.gethostname() | |
animals = ( | |
"beavis.zen", | |
"bong", | |
"bud-frogs", | |
"bunny", | |
"cheese", |
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
SET UUID={0cb3b571-2f2e-4343-a879-d86a476d7215} | |
mountvol X: /s | |
bcdedit /delete %UUID% | |
copy %WINDIR%\System32\SecConfig.efi X:\EFI\Microsoft\Boot\SecConfig.efi /Y | |
bcdedit /create %UUID% /d "DebugTool" /application osloader | |
bcdedit /set %UUID% path "\EFI\Microsoft\Boot\SecConfig.efi" | |
bcdedit /set {bootmgr} bootsequence %UUID% | |
bcdedit /set %UUID% loadoptions DISABLE-LSA-ISO,DISABLE-VBS | |
bcdedit /set %UUID% device partition=X: | |
mountvol X: /d |
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
{ | |
"name": "libra mini", | |
"vendorProductId": 1280134179, | |
"macros": ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""], | |
"layers": [ | |
[ | |
"LT(3,KC_TAB)", | |
"KC_Q", | |
"KC_W", | |
"KC_E", |
OlderNewer