Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View CodyKochmann's full-sized avatar

Cody Kochmann CodyKochmann

  • Severn, MD
View GitHub Profile
@CodyKochmann
CodyKochmann / wifi_setup.sh
Created December 22, 2018 14:52 — forked from mpeven/wifi_setup.sh
wifi in ---- wifi out
# bring WiFi in from the panda adapter on wlan1
# push WiFi out from the built in adapter on wlan0
##################################################
# Install dnsmasq to provide IP addresses (via dhcp)
# Install hostapd to be an access point
#
sudo apt-get -qq install dnsmasq hostapd isc-dhcp-server ufw dnsutils netstat-nat
##################################################
# Update network interfaces
#
@CodyKochmann
CodyKochmann / cuisinefw.py
Created December 22, 2018 14:56 — forked from despiegk/cuisinefw.py
cuisine_fw
from JumpScale import j
import os
import time
import socket
base = j.tools.cuisine._getBaseClass()