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
while true; do curl -s -o /dev/null -w "%{http_code}\n" "https://tueff.com.finn.de/" ; sleep 1; done |
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
curl -vL -H "Content-Type: application/json" -H "Accept: application/json" https://registry.hub.docker.com/v1/repositories/finnlabs/rails/tags | python -mjson.tool |
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
docker run -h ci-01 -d --restart=on-failure:5 -e JENKINS_USERNAME=linki -e JENKINS_PASSWORD=linki -e JENKINS_MASTER=http://jenkins.fritz.box/ -v /var/run/docker.sock:/var/run/docker.sock maestrodev/build-agent-with-docker:latest |
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
sudo coreos-cloudinit --from-file /var/lib/coreos-install/user_data |
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
sudo tail -f /var/lib/etcd/log | egrep -o '\{"key.*$' | jq '.' |
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
bundle exec rake db:drop db:create db:migrate db:seed redmine:load_default_data |
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
gem install yard | |
yard server --reload | |
yard graph --dependencies --empty-mixins --full | dot -T pdf -o diagram.pdf |
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
dockerfeed -d Dockerfile.prod . | docker build -t conciprod . |
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
10130 cd Desktop | |
10132 brew list | |
10134 rm brews.txt | |
10135 brew list > ~/Desktop/brews.txt | |
10136 cat brews.txt | |
10137 cd `brew --prefix` | |
10138 rm -rf Cellar | |
10139 brew prune | |
10140 rm -rf Library .git .gitignore bin/brew README.md share/man/man1/brew | |
10141 rm -rf ~/Library/Caches/Homebrew |
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
curl -L http://127.0.0.1:4001/v2/keys/_etcd/machines |