Skip to content

Instantly share code, notes, and snippets.

View chakming's full-sized avatar
🐻
happy together :)

chakming chakming

🐻
happy together :)
View GitHub Profile
@chakming
chakming / github_bitbucket_multiple_ssh_keys.md
Created August 7, 2019 02:45 — forked from yinzara/github_bitbucket_multiple_ssh_keys.md
Managing SSH keys and repo cloning using multiple accounts on GitHub and BitBucket

Why Multiple SSH keys?

There are numerous reasons you may need to use multiple SSH keys for accessing GitHub and BitBucket

You may use the same computer for work and personal development and need to separate your work.

When acting as a consultant, it is common to have multiple GitHub and/or BitBucket accounts depending on which client you may be working for.

You may have different projects you're working on where you would like to segregate your access.

@chakming
chakming / ubuntu1804_ruby_elixir.md
Created September 12, 2018 13:18 — forked from brycejohnston/ubuntu1804_ruby_elixir.md
Ubuntu 18.04 Ruby and Elixir Development Setup

Ubuntu 18.04 Ruby and Elixir Development Setup

Guide to setting up a new Ubuntu 18.04 dev environment with Ruby and Elixir installed with the asdf version management tool.

Update system and install prerequisite packages

Some of these packages may already be installed

sudo apt-get install mercurial make binutils bison gcc \
 build-essential git curl zlib1g-dev openssl libssl-dev libreadline-dev \