Skip to content

Instantly share code, notes, and snippets.

View lackdaz's full-sized avatar

Seth Loh lackdaz

View GitHub Profile

Asus ROG STRIX-GTX1070-O8G-Gaming

Always purge installed drivers before upgrade or re-install

/etc/rc.local

modprobe i2c-i801
modprobe i2c-smbus
modprobe iTCO-wdt
service watchdog start
@adoyle
adoyle / raspi-init.sh
Last active April 21, 2021 11:35
Non-interactive command-line equivalents to raspi-config
# Non-interactive command-line equivalents to raspi-config
# These are not guaranteed to work under all circumstances.
# I use them in a fabric script to do unattended setup of a
# Raspberry Pi immediately after having booted up a NOOBS
# and installed Raspbian.
#
# 1. Install NOOBS
# 2. When the config screen comes up, hit TAB TAB RETURN to exit from it
# 3. Type 'sudo service ssh start' at the command line (no quotes).
# 4. (Optional) copy a public key to the pi account on the pi.
@staltz
staltz / introrx.md
Last active May 7, 2026 01:31
The introduction to Reactive Programming you've been missing