iperf: https://github.com/esnet/iperf
In case sudo yum install iperf3
doesn't work:
git clone https://github.com/esnet/iperf.git
cd iperf
console.info("HULLO"); |
.foo {} | |
/* @include other.css */ | |
.bar {} |
iperf: https://github.com/esnet/iperf
In case sudo yum install iperf3
doesn't work:
git clone https://github.com/esnet/iperf.git
cd iperf
#!/bin/bash | |
curl http://169.254.169.254/latest/meta-data/instance-type |
Run, from within the instance:
curl http://169.254.169.254/latest/meta-data/
It will list available properties. For instance, to get current instance type:
curl http://169.254.169.254/latest/meta-data/instance-type
Reference: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html
Jetbrains had a Chrome extension where you could configure Webstorm to include CORS headers just fine, but it seems to not be working anymore (setting the field and hitting the apply button has no effect - reloading the extension configuration page shows that the field is still empty).
This comment was what helped me, but it was not enough. I reply to that comment with the extra instructions needed. Here's the full conversation in case that page goes down:
Ekaterina Prigara says:
fetch()
pointing to other domains. See this// @include my-script.js | |
// @include "some other script.js" | |
/* @include third-script.js */ | |
setup(); // `setup` is defined in `my-script.js` |