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
| #Puppet Master/Agent setup on Ubuntu 12.04 | |
| ###Machine1(Master node/server): | |
| OS: Ubuntu 12.04 | |
| vi etct/hosts | |
| 192.168.171.81 master | |
| ####Install on Master |
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-basic-commands on 12.04, Docker installed via mirrors. |
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
| :::Client ::: | |
| mZipFileName ="bla.zip"; | |
| main(){ | |
| DownloadThread mFileDNThread = new DownloadThread (mZipFileName,"welcome message"); | |
| mFileDNThread.start(); | |
| } |
OlderNewer