Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# Installs replacement firmware for the QCA6174 wireless chip on Ubuntu 18.04.
# Should fix networking on Surface devices after upgrading linux-firmware.
set -eu
if [ ! -f "./board.bin" ]; then
echo "Replacement firmware not found! Downloading..."
curl -O "https://www.killernetworking.com/support/K1535_Debian/board.bin"
fi
@MrDetonia
MrDetonia / ed.sh
Created December 12, 2016 23:52
Ed implementation in shell script
#!/bin/sh
trap '' 2;while :;do read x;echo \?;done

Keybase proof

I hereby claim:

  • I am mrdetonia on github.
  • I am mrdetonia (https://keybase.io/mrdetonia) on keybase.
  • I have a public key ASA2DYCgPnXk7MiWIO1-t6r3IeLvIfG5wXVgy0JbjxfEAwo

To claim this, I am signing this object: