- ASUS G14 stores its UEFI (BIOS) settings in its 16MiB SPI Flash ROM (NVRAM region).
- The NVRAM region can be cleared by:
- Dumping the flash ROM contents with
flashprog
(using an opensensor/pico-serprog or dword1511/stm32-vserprog flash programmer). - In the ROM dump, replacing the NVRAM region with the clean state from an EZFlash update file using
UEFITool
andUEFITool
NE. - Writing the modified NVRAM region back into the Flash ROM.
- Dumping the flash ROM contents with
$ cd ~/.parsec
$ cat appdata.json
{"entry_symbol":"wx_main","hash":"9f38d4985d409c19b8ab27b5754ca0bac1ff4c78d6df30af08bc692882b0ef4a","so_name":"parsecd-150-83c.so"}
# Pin to 150-83c for HW Decoding (VA-API)
$ sudo chattr +i appdata.json parsecd-150-83c.so
$ wget https://builds.parsecgaming.com/package/parsec-linux.deb
$ wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.5_amd64.deb
$ sudo dpkg -i libssl1.1_1.1.1l-1ubuntu1.5_amd64.deb
$ sudo dpkg -i parsec-linux.deb
$ parsecd
The data scraped from 80 Eye-Catching Color Combinations For 2021!.
I don't own anything on this data.
copy($$("h3")
.map(v => v.textContent)
.map(text => ({text, colors: [...text.matchAll(/#[0-9A-F]{6}/g)].map(m => m[0])}))
.filter(v => v.colors.length))
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
#include <Esp.h> | |
#include <byteswap.h> | |
// Get the lower 3 bytes of 6 byte MAC | |
// aa:bb:cc:dd:ee:ff -> dd:ee:ff | |
// (3 byte shift, byte-swap and 1 byte shift) | |
uint32_t partialMac = __bswap_32(ESP.getEfuseMac() >> 24) >> 8; | |
String clientId = String("eee-") + String(partialMac, HEX); | |
uint32_t getChipId(){ |
- Credit: https://www.mcucity.com/
- Credit: https://www.mischianti.org/
- The following are heavily based on the code from openstf/minicap#96.
$ npm init -y
$ npm i -S minicap-prebuilt
$ ls node_modules/minicap-prebuilt/prebuilt/
NewerOlder