Skip to content

Instantly share code, notes, and snippets.

View karancraze's full-sized avatar

Karan Thakkar karancraze

View GitHub Profile
@karancraze
karancraze / ssh_cheat_sheet.md
Last active August 1, 2018 14:44
My ssh cheat sheet

SSH Cheat Sheet

To create ssh key if does not exist

ssh-keygen

And then follow steps on the screen.

List all the keys which exist in ssh-agent

ssh-add -l

@karancraze
karancraze / tmux_cheat_sheet.md
Last active August 1, 2018 14:47
Teeny Tiny Tmux Cheat Sheet

Tmux Cheat Sheet

Sessions

New Session

tmux new [-s name] [cmd] (:new) - new session

Switch Session

tmux ls - list all sessions