I hereby claim:
- I am jvandevelde on github.
- I am jvandevelde (https://keybase.io/jvandevelde) on keybase.
- I have a public key ASDxkcXZdAi6fcgctzQNpanV9OeZfttGh_EpvZuFGcsqhgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| curl -o downloadps.sh https://raw.githubusercontent.com/PowerShell/PowerShell/v6.0.0-alpha.13/tools/download.sh | |
| bash downloadps.sh | |
| powershell | |
| Install-Module AzureRM |
| !/#bash | |
| sudo apt-get install pptpd |
| #!/bin/bash | |
| # node.js using PPA (for statsd) | |
| sudo apt-get --yes update | |
| sudo apt-get --yes install python-software-properties | |
| sudo apt-add-repository ppa:chris-lea/node.js | |
| sudo apt-get --yes update | |
| sudo apt-get --yes install nodejs | |
| # Install git to get statsd |
| #!/bin/bash | |
| cd ~ | |
| # Install JDK | |
| sudo apt-get update | |
| sudo apt-get install openjdk-7-jre-headless -y | |
| # Install & Start ES 0.90.1 | |
| wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.1.deb |