This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am jtinfors on github. | |
* I am jensa (https://keybase.io/jensa) on keybase. | |
* I have a public key whose fingerprint is 996E 67C2 0273 78D5 E4EB 448B 0359 F61C AF60 26D1 | |
To claim this, I am signing this object: |
This file contains 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
Pragma: akamai-x-cache-on, akamai-x-cache-remote-on, akamai-x-check-cacheable, akamai-x-get-cache-key, akamai-x-get-extracted-values, akamai-x-get-nonces, akamai-x-get-ssl-client-session-id, akamai-x-get-true-cache-key, akamai-x-serial-no |
This file contains 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
'use strict' | |
const argv = require('minimist')(process.argv.slice(2)) | |
const request = require('request') | |
const fs = require('fs') | |
const FILE_NAME = 'timedata.csv' | |
if (!argv.token || !argv.apikey || !argv.thingid) { | |
console.error(`Missing arg(s).\n\tUsage: ${process.argv[1]} --thingid <thingid> --apikey <key> --token <token> [--days <days>]\n`) | |
process.exit(1) |
This file contains 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
#version=RHEL7 | |
install | |
# System authorization information | |
auth --enableshadow --passalgo=sha512 | |
# Use CDROM installation media | |
cdrom | |
# Accept EULA | |
eula --agreed |