Skip to content

Instantly share code, notes, and snippets.

@labfruits
labfruits / ELEGIANT Wireless HDMI Dongle - boot.txt
Last active August 5, 2018 20:48
ELEGIANT Wireless HDMI Dongle
DDR Version 1.07 20170605_dbg
In
DDR3
456MHz
BW=16 Col=10 Bk=8 Row=13 CS=1 Size=128MB
OUT
0 BUILD: 2017-04-17, version: 1.22
sfc nor id: [ef 40 18]
g_spi_flash_info id 0x00ef4018.
AddrMode: 0
@labfruits
labfruits / check-certs
Last active February 16, 2018 20:46
periodically chert check based on ssl-cert-check
#!/usr/bin/env bash
SH=$(readlink -f "${0}")
SH_PATH=$(dirname "${SH}")
CERT_DIR="${SH_PATH}/certs/*"
EXP_DAYS=60
SENDER="certs@foo.bar.com"
SEND_TO="root@foo.bar.com"