Skip to content

Instantly share code, notes, and snippets.

View goern's full-sized avatar
🥥
working on getting Data Science done...

Christoph Görn goern

🥥
working on getting Data Science done...
View GitHub Profile
@goern
goern / _readme.markdown
Created May 31, 2012 19:04 — forked from karmi/_readme.markdown
AMQP demo in Ruby

AMQP Demo in Ruby

Download the code:

git clone git://gist.github.com/791002.git amqp-demo-ruby
cd amqp-demo-ruby

Install the gems:

@goern
goern / openshift.md
Last active September 7, 2016 07:11 — forked from luebken/openshift.md
Getting started with OpenShift

Install

$ brew update
$ brew install --devel openshift-cli

# add 172.30.0.0/16 to the insecure registries
$ docker-machine ssh 
$ vi /var/lib/boot2docker/profile
# add --insecure-registry 172.30.0.0/16
$ docker-machine restart
@goern
goern / ec2_group_project.yml
Last active April 10, 2018 15:25 — forked from carlessanagustin/ec2_group_project.yml
ANSIBLE: Change AWS EC2 Security Group configuration.
#!/usr/local/bin/ansible-playbook -v
---
- hosts: apache0
vars:
rule_list:
- { proto: icmp, type: 3, code: 4, src_cidr_ip: 0.0.0.0/0 }
ec2_group_region: 'us-east-2'
ec2_group_vpc: 'vpc-295720575'
ec2_group_description: 'change for AI Ops Recommendation by Red Hat Insights'