Skip to content

Instantly share code, notes, and snippets.

View Jongbhin's full-sized avatar

Jongbhin Park Jongbhin

  • SK Planet
  • Pangyo
View GitHub Profile
@Jongbhin
Jongbhin / linux_performance.md
Created September 11, 2020 00:05
[Linux nw performance] #linux
watch -n 1 "netstat -nt | grep TIME_WAIT | wc -l"
cat /etc/sysctl.conf 

net.ipv4.tcp_tw_reuse = 1 으로 수정

@Jongbhin
Jongbhin / python2_3.md
Created January 21, 2021 05:38
[python 2 to 3] #python
pip install modernize
python -m modernize -w *.py