Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am sofam on github.
  • I am sofam (https://keybase.io/sofam) on keybase.
  • I have a public key ASAZCghq9LvgcXwTKltizHRH-sNem_V0MLBevvfzZFypLwo

To claim this, I am signing this object:

@sofam
sofam / .vimrc
Last active March 7, 2016 07:43
"execute pathogen#infect('~/.vim/bundle/{}')
" 1 important
" 2 moving around, searching and patterns
" 3 tags
" 4 displaying text
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
@sofam
sofam / sysctl.conf
Last active August 29, 2015 14:18 — forked from kgriffs/sysctl.conf
# Configuration file for runtime kernel parameters.
# See sysctl.conf(5) for more information.
# See also http://www.nateware.com/linux-network-tuning-for-2013.html for
# an explanation about some of these parameters, and instructions for
# a few other tweaks outside this file.
# Protection from SYN flood attack.
net.ipv4.tcp_syncookies = 1