Skip to content

Instantly share code, notes, and snippets.

View rafa-thayto's full-sized avatar
☯️
living one day at a time

Rafael Thayto rafa-thayto

☯️
living one day at a time
View GitHub Profile
@chuckwagoncomputing
chuckwagoncomputing / gist:4234127
Last active April 25, 2026 03:24 — forked from matthew-french/gist:4234076
pbcopy ssh public key to your clipboard
#pbcopy < ~/.ssh/id_rsa.pub
#or
cat ~/.ssh/id_rsa.pub | pbcopy
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active July 22, 2026 15:33
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@jexchan
jexchan / multiple_ssh_setting.md
Created April 10, 2012 15:00
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"