Skip to content

Instantly share code, notes, and snippets.

@otku
otku / multiple_ssh_setting.md
Created February 24, 2022 04:14 — 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]"
@otku
otku / installing-node-with-nvm.md
Created March 23, 2019 19:20 — forked from d2s/installing-node-with-nvm.md
Installing Node.js for Linux & macOS with nvm
@otku
otku / LICENSE
Created March 23, 2019 05:43 — forked from noelbundick/LICENSE
Exclude WSL installations from Windows Defender realtime protection
MIT License
Copyright (c) 2018 Noel Bundick
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions: