List files touched:
git diff --stat commit-1 commit-2
List change counts:
git diff --shortstat commit-1 commit-2 | cat
List authors between two commits:
List files touched:
git diff --stat commit-1 commit-2
List change counts:
git diff --shortstat commit-1 commit-2 | cat
List authors between two commits:
Install it by following the instructions on the web site.
Make sure your directories and files have the right permissions:
find . -type f -exec chmod 644 {} ; find . -type d -exec chmod 755 {} ;
This is the proper way to have HTML templates and clone them in Javascript.
First add the template to your HTML:
<template id="example-template">
fetch()
pointing to other domains. See thisRun, 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
#!/bin/bash | |
curl http://169.254.169.254/latest/meta-data/instance-type |
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
// @include my-script.js | |
// @include "some other script.js" | |
/* @include third-script.js */ | |
setup(); // `setup` is defined in `my-script.js` |
.foo {} | |
/* @include other.css */ | |
.bar {} |
console.info("HULLO"); |