Skip to content

Instantly share code, notes, and snippets.

View khilnani's full-sized avatar

Nik Khilnani khilnani

View GitHub Profile
@khilnani
khilnani / hello.sh
Last active January 1, 2016 04:19
Single File Gist - Test
#!/bin/sh
h="Hello"
echo $h
@khilnani
khilnani / ssh.md
Last active December 31, 2015 18:59
  • Create Keys ssh-keygen -t rsa -C "[email protected]"
  • Get Fingerprint - ssh-keygen -lf $file
@khilnani
khilnani / vi.md
Last active December 6, 2016 04:37
" Windows
"------------------------
" :split
" :vsplit
" <C-W>n new
" <C-W>s split
" <C-W>v vsplit
" <C-W>c close
" <C-W>o others