Coder Social home page Coder Social logo

aws-dcos's Introduction

Common

git with ssh key

$ tee ~/.ssh/config << EOF
Host github.com
     Hostname github.com
     IdentityFile ~/.ssh/github_rsa
     User git
EOF
$ chmod 600 ~/.ssh/config

git-lfs (git large file storage)

Install

$ cd /tmp
$ curl -OL https://github.com/git-lfs/git-lfs/releases/download/v2.2.1/git-lfs-linux-amd64-2.2.1.tar.gz
$ tar -vxzf git-lfs-linux-amd64-2.2.1.tar.gz
$ cd git-lfs-2.2.1
$ sudo ./install.sh

Manage large file types

$ cd /project/dir
$ git lfs install
$ git lfs track "*.tar.bz"
$ git lfs track "*.tgz"
$ git lfs track "*.zip"
$ git add .gitattributes

Ubuntu 16.04 LTS

Install python 2.7

$ sudo apt-get update
$ sudo apt-get install -y python2.7
$ sudo ln -s /usr/bin/python2.7 /usr/bin/python

Install Ansible v2.3.1.0-1

$ sudo apt-get install -y python-setuptools build-essential python-dev libffi-dev libssl-dev
$ cd /tmp
$ curl -OL https://github.com/ansible/ansible/archive/v2.3.1.0-1.tar.gz
$ tar -vxzf v2.3.1.0-1.tar.gz
$ cd ansible-2.3.1.0-1/
$ sudo python setup.py install

$ vi ~/.ansible.cfg
[defaults]
host_key_checking = False

Install boto 2.48.0

$ cd /tmp
$ curl -OL https://github.com/boto/boto/archive/2.48.0.tar.gz
$ tar -vxzf 2.48.0.tar.gz
$ cd boto-2.48.0/
$ sudo python setup.py install

Install boto3 1.4.5

$ cd /tmp
$ curl -OL https://github.com/boto/boto3/archive/1.4.5.tar.gz
$ tar -vxzf 1.4.5.tar.gz
$ cd boto3-1.4.5/
$ sudo python setup.py install

Install netaddr 0.7.19

$ pip install netaddr

aws-dcos's People

Contributors

ghilbut avatar toss-jh-kim avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.