Skip to content

Instantly share code, notes, and snippets.

View moppymopperson's full-sized avatar

Erik Hornberger moppymopperson

  • Yokohama, Japan
View GitHub Profile
<!doctype html>
<html>
<head>
<title>Camera Sample</title>
<style>
#viewer {
width: 720px;
height: 480px;
position: relative;
background-color: #000000;
@Lewiscowles1986
Lewiscowles1986 / adapter-passthrough
Last active March 11, 2019 20:27
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