From f9f04f1631948c21e1a20856ae4e6e2d72b3a512 Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Mon, 20 Nov 2023 16:28:51 +0900 Subject: [PATCH] Update InstallNET.sh --- Linux_reinstall/InstallNET.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux_reinstall/InstallNET.sh b/Linux_reinstall/InstallNET.sh index 56d0a5c..22fcce3 100644 --- a/Linux_reinstall/InstallNET.sh +++ b/Linux_reinstall/InstallNET.sh @@ -2856,7 +2856,7 @@ function DebianModifiedPreseed() { ReviseMOTD="$1 sed -ri 's/Debian/Kali/g' /etc/update-motd.d/00-header;" SupportZSH="$1 apt install zsh -y; $1 chsh -s /bin/zsh; $1 rm -rf /root/.bashrc.original;" } - # Write the following configs to "/etc/sysctl.conf" + # Write the following configs to "/etc/sysctl.d/99-sysctl.conf" # net.core.default_qdisc = fq # net.ipv4.tcp_congestion_control = bbr # net.ipv4.tcp_rmem = 8192 262144 536870912