Skip to content

Instantly share code, notes, and snippets.

View sjamolov's full-sized avatar
🎯
Focusing

Saidkamol sjamolov

🎯
Focusing
  • Tashkent, Uzbekistan
  • 20:25 (UTC +05:00)
View GitHub Profile
@sjamolov
sjamolov / .dockerignore
Created April 23, 2026 05:51 — forked from KernelA/.dockerignore
.dockerignore example for Python projects
# Git
.git
.gitignore
.gitattributes
# CI
.codeclimate.yml
.travis.yml
.taskcluster.yml
@sjamolov
sjamolov / sysctl.conf
Created September 13, 2024 07:12 — forked from techgaun/sysctl.conf
Sysctl configuration for high performance
### KERNEL TUNING ###
# Increase size of file handles and inode cache
fs.file-max = 2097152
# Do less swapping
vm.swappiness = 10
vm.dirty_ratio = 60
vm.dirty_background_ratio = 2
@sjamolov
sjamolov / sysctl.conf
Created September 13, 2024 07:11 — forked from maprangzth/sysctl.conf
ubuntu sysctl performance tuning
# Kernel sysctl configuration file for Linux
#
# Version 1.12 - 2015-09-30
# Michiel Klaver - IT Professional
# http://klaver.it/linux/ for the latest version - http://klaver.it/bsd/ for a BSD variant
#
# This file should be saved as /etc/sysctl.conf and can be activated using the command:
# sysctl -e -p /etc/sysctl.conf
#
# For binary values, 0 is disabled, 1 is enabled. See sysctl(8) and sysctl.conf(5) for more details.
@sjamolov
sjamolov / tmux-cheatsheet.markdown
Created November 6, 2023 16:41 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname