Skip to content

Instantly share code, notes, and snippets.

View mirkods's full-sized avatar

Mirko mirkods

View GitHub Profile
@mirkods
mirkods / cloudSettings
Last active May 6, 2021 09:50
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-05-06T09:50:19.528Z","extensionVersion":"v3.4.3"}
@mirkods
mirkods / form_custom.css
Last active February 6, 2018 08:05
CSS template to customize object form built on Stamplay
body {
background-color: #e7e7e7a9;
}
.container {
/* default 800px */
max-width: 1024px;
}
.logo {
@mirkods
mirkods / tuning
Created September 25, 2015 12:23 — forked from mcollina/settuning.sh
m3medium config
net.core.rmem_default = 268435456
net.core.wmem_default = 268435456
net.core.rmem_max = 268435456
net.core.wmem_max = 268435456
net.core.netdev_max_backlog = 100000
net.ipv4.tcp_rmem = 4096 16384 134217728
net.ipv4.tcp_wmem = 4096 16384 134217728
net.ipv4.tcp_mem = 786432 1048576 268435456
net.ipv4.tcp_max_tw_buckets = 360000
net.ipv4.tcp_max_syn_backlog = 10000