Skip to content

Instantly share code, notes, and snippets.

View n4ss1m's full-sized avatar
👓
Piteur-Studio.dz

Nassim n4ss1m

👓
Piteur-Studio.dz
View GitHub Profile
@n4ss1m
n4ss1m / settings.json
Last active February 21, 2019 04:29
VS Code user settings
{
"window.zoomLevel": 2,
"workbench.colorTheme":"Palenight Theme",
"workbench.statusBar.visible": false,
"explorer.openEditors.visible": 0,
"workbench.activityBar.visible": false,
"editor.minimap.enabled": false,
"editor.tabCompletion": true
}
@n4ss1m
n4ss1m / tcp_tweaks.txt
Last active April 15, 2024 07:35 — forked from perusio/gist:2154235
High performance tuning of Nginx
## From a post on the ML, apropos this:
## http://lowlatencyweb.wordpress.com/2012/03/20/500000-requestssec-modern-http-servers-are-fast.
## For sysctl.conf
net.ipv4.tcp_slow_start_after_idle = 0
echo "1768 64512" > /proc/sys/net/ipv4/ip_local_port_range
echo 1 > /proc/sys/net/ipv4/tcp_tw_recycle
echo 1 > /proc/sys/net/ipv4/tcp_tw_reuse