I hereby claim:
- I am mateothegreat on github.
- I am yomateothegreat (https://keybase.io/yomateothegreat) on keybase.
- I have a public key ASDjZgHnXhwTOCX16PdEboVMQyfnEPfmYg4hs3IpDGjUOQo
To claim this, I am signing this object:
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"] | |
| }) |
| #!/bin/sh | |
| curl -L -O https://sourceforge.net/projects/mtop/files/mtop/v0.6.6/mtop-0.6.6.tar.gz | |
| tar -xvzf mtop-0.6.6.tar.gz | |
| rm -rf mtop-0.6.6.tar.gz | |
| cd mtop-0.6.6 | |
| yum install -y perl-devel cpan perl-DBD-MySQL | |
| cpan force install Curses |
| pipeline { | |
| agent any | |
| options { | |
| disableConcurrentBuilds() | |
| buildDiscarder(logRotator(numToKeepStr: '1')) | |
| } |