Setup for Raspberry Pi computers.
The get_fresh.sh
script is intended to get you all set up
with tools from apt-get, python pip and friends, and fixing your ssh.
The update_git_repos.sh
script checks for the existence
of a bunch of useful code repositories related to raspberry pis,
and if they don't exist in ~/codes/ the script checks them out.
If they do exist, the script runs a git pull on each to get the
freshest version available.
Add entries to WPA supplicant for joining wifi networks.
Run aircrack and gathering CSV data in batches.
Add a Python script that will run on boot.
Configure and run stunnel over SSL (port 443). Can carry ssh, scp, or rsync traffic.
Monitors stunnel connection. Runs rsync to sync data files from Raspberry Pi with remote server over stunnel.