Skip to content

Instantly share code, notes, and snippets.

View bbaaxx's full-sized avatar
🍊
Pasele a lo barrido

Ed Mosqueda bbaaxx

🍊
Pasele a lo barrido
View GitHub Profile
@bbaaxx
bbaaxx / deeplens_reset.txt
Created July 16, 2023 05:52 — forked from willh/deeplens_reset.txt
AWS DeepLens factory reset and fix updated dependencies issues
AWS DeepLens factory reset steps followed:
Get Ubuntu and microSD card set up using AWS forum supplied instructions
https://s3.amazonaws.com/deeplens-public/factory-restore/DeepLens_System_Restore_Instruction.pdf
Pre-requisites: borked DeepLens in need of restore
keyboard
micro HDMI cable
monitor
bootable Ubuntu live USB
@bbaaxx
bbaaxx / wtf.js
Created November 7, 2017 08:01 — forked from MichalZalecki/wtf.js
/* VT100 terminal reset (<ESC>c) */
console.log('\033c');
/* numbers comparations */
> '2' == 2
true
> '2' === 2