This repository contains scripts to optimize network performance on Linux systems.
Improves network throughput and reduces latency:
bash <(curl -LS https://raw.githubusercontent.com/xmohammad1/bbr/main/bbr.sh)cat /etc/resolv.conf && sudo rm -f /etc/resolv.conf && echo -e "nameserver 1.1.1.1\nnameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/null && cat /etc/resolv.conf && sudo systemctl stop systemd-resolved && sudo systemctl disable systemd-resolved
or you can Sets up Unbound as a local DNS resolver for improved and performance:
bash <(curl -LS https://raw.githubusercontent.com/xmohammad1/bbr/main/set-unbound-dns.sh)bash <(curl -LS https://raw.githubusercontent.com/xmohammad1/bbr/refs/heads/main/find-good-dns.sh) --AAAA
bash <(curl -LS https://raw.githubusercontent.com/xmohammad1/bbr/main/haeshemi_test.sh)