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
docker run --rm -it \ | |
-e AWS_ACCESS_KEY_ID=$(cat ~/.aws/credentials | grep aws_access_key_id | awk '{ split($0,a,"="); print a[2] }') \ | |
-e AWS_SECRET_ACCESS_KEY=$(cat ~/.aws/credentials | grep aws_secret_access_key | awk '{ split($0,a,"="); print a[2] }') \ | |
node:10 \ | |
bash |
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
EVAL "return redis.call('del', unpack(redis.call('keys', ARGV[1])))" 0 prefix:* |
I hereby claim:
- I am LoicMahieu on github.
- I am loicmahieu (https://keybase.io/loicmahieu) on keybase.
- I have a public key whose fingerprint is E3A6 1DA7 8945 A39C FCCF B60F 2CB7 F48C 3A00 3D90
To claim this, I am signing this object:
- https://papertrailapp.com/plans
- $0 : 100 MB/month - SEARCH: 48 hours ARCHIVE: 7 days
- $7/m : 1 GB/month - SEARCH: 1 week ARCHIVE: 1 year
- $18/m : 2 GB/month - SEARCH: 1 week ARCHIVE: 1 year
- https://logentries.com/
- $0 : 5GB/month - 7 day Retention
- $39/m : 30GB/month - 14 day Retention
- https://www.sumologic.com/pricing/
- $0 : 500MB / day - 1-3 USERS - 7 Days Data Retention
Reminder for OVH Object storage API
- GET
/cloud/project
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
var JSData = require('js-data'); | |
var DSHttpAdapter = require('js-data-http'); | |
var store = new JSData.DS(); | |
var httpAdapter = new DSHttpAdapter({}); | |
httpAdapter.defaults.basePath = 'http://jsonplaceholder.typicode.com/'; | |
// register and use http by default for async operations | |
store.registerAdapter('http', httpAdapter, { default: true }); |
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
$ etcdctl ls / --recursive | |
/deis | |
/deis/builder | |
/deis/builder/users | |
/deis/builder/users/admin | |
/deis/builder/users/admin/40:ac:d8:a8:bc:a5:0e:64:8c:8a:ad:72:36:8c:93:eb | |
/deis/builder/users/loic | |
/deis/builder/users/loic/6d:f7:8f:7c:99:31:64:50:af:5a:2a:05:9e:8b:ff:90 | |
/deis/database | |
/deis/database/adminPass |
NewerOlder