Skip to content

Instantly share code, notes, and snippets.

View kim3838's full-sized avatar
Oh, Hello there

Kim kim3838

Oh, Hello there
View GitHub Profile
@kim3838
kim3838 / curl.md
Created February 13, 2022 03:33 — forked from subfuzion/curl.md
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.

@kim3838
kim3838 / multiple_ssh_setting.md
Created September 5, 2021 13:24 — forked from jexchan/multiple_ssh_setting.md
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 "[email protected]"