add here
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 | |
| # This is a bash script to set a static IP. | |
| # Tested in Ubuntu 14.04, added more | |
| readInfo() { | |
| read -p "Type static IP (eg - 10.10.10.2) : " staticip | |
| read -p "Type Default Gateway (eg - 10.10.10.1) : " gateway | |
| read -p "Type Netmask (eg - 255.255.255.0) : " netmask | |
| read -p "Type DNS (eg - 8.8.8.8) : " dns | |
| } |
- https://99designs.com/tech-blog/blog/2015/09/08/book-club/
- http://tech.grammarly.com/blog/index.html
- https://www.shopify.com/technology/15563928-building-an-internal-cloud-with-docker-and-coreos
- http://www.iron.io/blog/2014/10/docker-in-production-what-weve-learned.html
- Docker in Production — What We’ve Learned Launching Over 300 Million Containers http://www.iron.io/blog/2014/04/how-docker-helped-us-achieve-near.html
- http://www.iron.io/blog/
- http://blog.circleci.com/
NewerOlder