This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# tmux configuration customaizations | |
# allow for reload on the fly | |
unbind r | |
bind r source-file ~/.tmux.conf \; display 'Reload tmux config' | |
# allow use of mouse | |
# set -g mouse on | |
# set -g mouse-ut8 on |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copyright 2018 Pivotal, Inc. | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License") | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** Disclaimer: Config and instructions supplied 'as is'. No suitability for use implied and by using these instructions | |
users assume responsibility for any outcomes of the use of these configuration files and instructions *** | |
Acknowledgements: | |
* kube-spinnaker-demo.yml has been derived from quickstart instructions and samples from the spinnaker.io site. | |
* service.yml, storage.yml and elasticsearch.yml have been copied (with minor modifications) from the elasticsearch instructions from the spinnaker.io site. (https://www.spinnaker.io/guides/user/tagging/) | |
Quick instructions for getting an environment up and running with support for k8s, CloudFoundry and entity tagging. Setup is | |
based on the quickstart file provided on the spinnaker.io website. | |
Familiarity with Kubernetes is assumed. This was tested out on GKE. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
docker run --rm --link docker-postgres:postgres postgres createdb -U postgres -h postgres vetlab | |
# That's All Folks !! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
docker run --name docker-postgres --rm -p5432:5432 -d postgres | |
# That's all folks !! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
docker run -it --rm --link docker-postgres:postgres \ | |
-v"/home/joris/devel/go/src/github.com/jmelchio/vetlab/repository/ddl":"/tmp/dump" \ | |
postgres pg_dump -h postgres -U postgres --schema-only --dbname=vetlab -f /tmp/dump/vetlab_dump.sql | |
# That's All Folks !! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
docker images | grep '<none>' | awk '{print $3}' | xargs docker rmi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
file-icons | |
color-picker | |
pigments | |
platformio-ide-terminal | |
teletype | |
linter | |
linter-ui-default | |
intentions | |
busy-signal | |
hyperclick |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sed -f pathtofork.sed -i tmp (find . -name "*.go") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
s/github.com\/concourse\/semver-resource/github.com\/jmelchio\/semver-resource/ |
NewerOlder