Keybase proof
I hereby claim:
- I am mateothegreat on github.
- I am matthewbdavis (https://keybase.io/matthewbdavis) on keybase.
- I have a public key ASAehsbCoBdkPerCbsKs-2rt3NgU_OawJs4HxthGhWMZigo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
[defaults] | |
host_key_checking = False | |
retry_files_enabled = False | |
ansible_python_interpreter=python3 | |
localhost_warning = False | |
strategy_plugins = plugins/mitogen-0.2.9/ansible_mitogen/plugins/strategy | |
strategy = mitogen_linear | |
callback_whitelist = timer, profile_tasks | |
forks = 50 | |
internal_poll_interval = 0.001 |
I hereby claim:
To claim this, I am signing this object:
cat test.json| jq 'to_entries[] | select(.value | index("group3") | not)' |
kubectl create clusterrolebinding cluster-admin-binding \ | |
--clusterrole=cluster-admin \ | |
--user=$(gcloud config get-value core/account) |
gcloud config get-value core/account |
import { Component } from '@angular/core'; | |
import { ActivatedRoute } from '@angular/router'; | |
@Component({ | |
selector: 'app-awesome', | |
templateUrl: './app-awesome.component.html', | |
styleUrls: [ './app-awesome.component.scss' ] | |
}) | |
export class AwesomeComponent { |
const https = require('https') | |
const data = JSON.stringify({ | |
someProp: 'some value' | |
}); | |
const options = { | |
while true; do | |
mycommand & | |
last_pid=$! | |
sleep(60) // 60 seconds | |
kill -KILL $last_pid |
db.createUser({ | |
user: "admin" , | |
pwd: "password", | |
roles: ["userAdminAnyDatabase", "dbAdminAnyDatabase", "readWriteAnyDatabase"] | |
}) |