I hereby claim:
- I am ig0r on github.
- I am ig0r (https://keybase.io/ig0r) on keybase.
- I have a public key whose fingerprint is 7198 8DF1 1F6A 3156 CC47 FF6B DC0A B020 CE7E B477
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| if [ -z "$STATE" ]; then | |
| echo "Need to set STATE" | |
| exit 1 | |
| else | |
| echo "STATAE is set" | |
| fi |
| #!/bin/bash | |
| : "${DISCOVERY_NODE?Need to set DISCOVERY_NODE}" |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| HTTP/1.1 200 OK | |
| Server: Apache | |
| ETag: "6082151bd56ea922e1357f5896a90d0a:1425454794" | |
| Last-Modified: Wed, 04 Mar 2015 07:39:54 GMT | |
| Accept-Ranges: bytes | |
| Content-Length: 1020 | |
| Content-Type: text/html | |
| Date: Wed, 13 Jan 2016 14:23:30 GMT | |
| Connection: keep-alive |
| $address = (gwmi Win32_NetworkAdapterConfiguration | ? { $_.Description -eq "Citrix PV Ethernet Adapter #0"} | ? { $_.IPAddress}).ipaddress[0] |