Skip to content

Instantly share code, notes, and snippets.

@bdylanwalker
bdylanwalker / multiple_ssh_setting.md
Created October 8, 2015 21: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 "your_email@youremail.com"
@bdylanwalker
bdylanwalker / Dockerfile
Created October 8, 2015 21:15 — forked from bxwalker/Dockerfile
Docker based Angular development environment
# Debian system for running a yeoman scaffolded angular app
FROM debian:latest
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get -yq update && \
apt-get -yq install python-software-properties software-properties-common \
git curl net-tools sudo bzip2 libpng-dev locales-all \
python g++ make ruby-compass libfreetype6