Skip to content

Instantly share code, notes, and snippets.

View H1ggX's full-sized avatar

Hawking H1ggX

View GitHub Profile
@H1ggX
H1ggX / rPi3-ap-setup.sh
Created October 10, 2016 20:31 — forked from Lewiscowles1986/rPi3-ap-setup.sh
Raspberry Pi 3 access-point-setup
#!/bin/bash
#
# This version uses September 2016 rpi jessie image, please use this image
#
if [ "$EUID" -ne 0 ]
then echo "Must be root"
exit
fi
@H1ggX
H1ggX / adapter-passthrough.sh
Last active October 10, 2016 22:07 — forked from Lewiscowles1986/adapter-passthrough
Allows passthrough for bridges, wireless access-point's and range extenders
#!/bin/bash
if [ "$EUID" -ne 0 ]
then echo "Must be root"
exit
fi
ADAPTER="eth0"
# Allow overriding from eth0 by passing in a single argument