Skip to content

Instantly share code, notes, and snippets.

@cnoffsin
cnoffsin / docker-compose.yml
Created September 13, 2016 23:12
Docker compose file using local-persist volumes passed in
version: '2'
services:
artifactory:
privileged: true
restart: always
image: jfrog-docker-reg2.bintray.io/jfrog/artifactory-registry:latest
networks:
- utility
- data
ports:
@cnoffsin
cnoffsin / -README.md
Created May 10, 2018 15:06 — forked from jirutka/-README.md
How to use terminal on Windows and don’t go crazy…

How to use terminal on Windows without going crazy…

Windows is really horrible system for developers and especially for devops. It doesn’t even have a usable terminal and shell, so working with command line is really pain in the ass. If you really don’t want to switch to any usable system (OS X, Linux, BSD…), then this guide should help you to setup somewhat reasonable environment – usable terminal, proper shell, ssh client, git and Sublime Text as a default editor for shell.

Install stuff

  1. Download and install Git for Windows* with:
    • [✘] Use Git from the Windows Command Prompt
  • [✘] Checkout as-is, commit Unix-style line endings