create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| # 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 |
Basic angularjs application with ui.bootstrap directives.
A Pen by B. Dylan Walker on CodePen.
Basic angularjs application.
A Pen by B. Dylan Walker on CodePen.