I wrote a script in python that sets ufw rules to allow local network access but require all other traffic to be routed over a vpn interface. This is useful if you want to force all traffic to be sent over vpn from your linux machine except local network traffic (for local ssh access and …
Monthly Archives: February 2017
Fun with the Raspberry Pi
I spent some time this weekend doing a morse code encoder in python on the Raspberry Pi. You run the program, type in what you want to say and it gets translated into long and short beeps in light (or relay) in morse code. I should develop an actual image at some point for how …