From 79004d90046515612b3d96cf4508e59a4d7b03b2 Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sun, 29 Mar 2026 01:01:25 -0400 Subject: [PATCH] Initial Upload --- ConnectionThrottler.sh | 51 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 ConnectionThrottler.sh 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 <