Skip to content

Instantly share code, notes, and snippets.

View runbiscuit's full-sized avatar

Edwin A. runbiscuit

View GitHub Profile
@runbiscuit
runbiscuit / speedtest.sh
Created March 18, 2026 13:52
Speedtest Script for Teltonika Routers
#!/bin/sh
TIMESTAMP=$(date +"%Y-%m-%d %H:%M:%S")
RAW=$(echo 'y' | speedtest)
# Extract last average download speed line
DL_LINE=$(echo "$RAW" | grep "Average download speed" | tail -1)
UL_LINE=$(echo "$RAW" | grep "Average upload speed" | tail -1)
# Extract numeric value and unit
DL_VAL=$(echo "$DL_LINE" | grep -oE '[0-9]+\.[0-9]+(kbps|mbps)')
@runbiscuit
runbiscuit / keybase.md
Created June 1, 2018 04:03
Keybase Verification for Keybase User theroyalstudent

Keybase proof

I hereby claim:

  • I am theroyalstudent on github.
  • I am theroyalstudent (https://keybase.io/theroyalstudent) on keybase.
  • I have a public key ASCzwIk76dFLa9iBJzqCR2nLMOM_oe8hJW4o0mrHXU3K6go

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am theroyalstudent on github.
  • I am theroyalstudent (https://keybase.io/theroyalstudent) on keybase.
  • I have a public key ASBFkqxdtQ-bs7x6SuFu9eqGO6zlF0F3FNvtZheZCbgwZQo

To claim this, I am signing this object:

@runbiscuit
runbiscuit / deploy-syncthing.md
Last active March 4, 2019 15:52
Syncthing is 🚀

deploy-syncthing

Everyone knows it. Syncthing is the best way to sync your files. Comes with local discovery, too! Best thing ever.

🚀

Install is easy. Too easy.