diff --git a/ConnectionThrottler.sh b/ConnectionThrottler.sh new file mode 100644 index 0000000..899919a --- /dev/null +++ b/ConnectionThrottler.sh @@ -0,0 +1,51 @@ +#!/bin/bash + +echo downloading essential packages. +sudo apt install bridge-utils tclt tcpdump + +cat /etc/network/interfaces <