Skip to content

Instantly share code, notes, and snippets.

View ikester's full-sized avatar

Isaac (Ike) Arias ikester

View GitHub Profile
@ikester
ikester / uvc-gadget-configfs.sh
Last active June 12, 2023 18:30
Linux USB UVC gadget driver setup script.
#!/bin/bash
# set -e
cd /sys/kernel/config/usb_gadget/
mkdir -p g1
cd g1
echo 0x1d6b > idVendor # Linux Foundation
---
apiVersion: v1
kind: Namespace
metadata:
name: sonobuoy
---
apiVersion: v1
kind: ServiceAccount
metadata:
labels:

Keybase proof

I hereby claim:

  • I am ikester on github.
  • I am ikester (https://keybase.io/ikester) on keybase.
  • I have a public key whose fingerprint is 6E9C F4B3 DF97 E594 A3AE 5D27 08C4 AE9A BAD8 997E

To claim this, I am signing this object:

@ikester
ikester / hostapd.sh
Last active May 3, 2017 18:51
RPi Access Point system config
[Unit]
Description=Hostapd IEEE 802.11 Access Point
After=device-init.service
BindsTo=sys-subsystem-net-devices-wlan0.device
[Service]
Type=forking
PIDFile=/var/run/hostapd.pid
ExecStart=/usr/sbin/hostapd -B /etc/hostapd/hostapd.conf -P /var/run/hostapd.pid
@ikester
ikester / hostapd.conf
Last active April 27, 2017 18:02
RPi Access Point config
interface=wlan0
driver=nl80211
ssid=K8sMiniCluster
hw_mode=g
ieee80211n=1
channel=6
wmm_enabled=0
ht_capab=[HT40][SHORT-GI-20][DSSS_CCK-40]
macaddr_acl=0
auth_algs=1