Skip to content

Instantly share code, notes, and snippets.

@koungkub
Created May 22, 2022 07:53
Show Gist options
  • Save koungkub/2dfb124a10da2aa09d6249bf78ce0e19 to your computer and use it in GitHub Desktop.
Save koungkub/2dfb124a10da2aa09d6249bf78ce0e19 to your computer and use it in GitHub Desktop.
tuning debian web server by p'hhck
# debian based
# Protect Against TCP Time-Wait
net.ipv4.tcp_tw_reuse = 1
net.ipv4.tcp_tw_recycle = 1
net.ipv4.tcp_rfc1337 = 1
# reload
# sysctl -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment