Skip to content

Instantly share code, notes, and snippets.

@ChristopherEnea
ChristopherEnea / asus c201.md
Last active November 27, 2023 23:01 — forked from jcs/asus c201.md
Disabling SPI write protection, reflashing, and unbricking an Asus Chromebook C201

Disabling SPI write protection

Put the Chromebook in developer-mode:

  • With machine powered off, hold down Esc and Refresh(F3) while hitting power button
  • At warning prompt, hit Control+D, then Enter at prompt about enabling developer mode
  • Machine will format itself

Now remove the write-protect screw to enable flashrom to flash new Coreboot/Libreboot.

Flip powered-off machine over and remove 8 philips-head screws. 2 are located under rubber feet.

@ChristopherEnea
ChristopherEnea / Instructions.md
Last active April 18, 2022 15:19
Samsung Tab Pro 8.4 (SM-T320) Lineage OS Flash
@ChristopherEnea
ChristopherEnea / sources.md
Last active April 19, 2021 21:04
Raspberry Pi CUPS print server
@ChristopherEnea
ChristopherEnea / wsp-setup.md
Last active March 24, 2021 16:56
How to setup node.js project for Web Server Programming

How to setup node.js project for Web Server Programming

  1. Create repo
  2. npm init
  3. npm install <dependency> --save or npm install <dependency> --save-dev
  4. npm install for shell code
  5. run .\node_modules\.bin\eslint --init to configure eslint
    1. To check syntax, find problems, and enforce code style
    2. None of these
    3. Framework: none
  6. TypeScript: no