Linux driver Information on Ethernet Adapters I have come across
This file contains hidden or 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
| const m = Machine({ | |
| key: 'agent-probe', | |
| initial: 'connecting', | |
| states: { | |
| connecting: { | |
| on: { | |
| "GRPC_CONNECTED": 'connected', | |
| "GRPC_DISCONNECTED": 'connecting', | |
| "CTX_DONE": 'shutdown', | |
| } |
This file contains hidden or 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
| const m = Machine({ | |
| key: 'agent-probe', | |
| initial: 'connecting', | |
| states: { | |
| connecting: { | |
| on: { | |
| "GRPC_CONNECTED": 'connected', | |
| "GRPC_DISCONNECTED": 'connecting', | |
| "CTX_DONE": 'shutdown', | |
| } |
SSH Into Cloud Key, or Machine with Cloud controller's Mongo Shell:
ssh admin@<cloudkey-ip> -t mongo localhost:27117
Then you can use the following snippet tailoring it to your needs:
This file contains hidden or 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: "2" | |
| services: | |
| influxdb: | |
| image: "influxdb" | |
| restart: always | |
| mem_limit: 750m | |
| volumes: | |
| - ./data/influxdb:/var/lib/influxdb | |
| ports: | |
| - 8086:8086 |
This file contains hidden or 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
| #!/bin/bash | |
| PROG="$(basename $0)" | |
| _help() { | |
| if [[ -n $1 ]]; then | |
| echo "ERROR: $1" | |
| echo | |
| fi | |
| echo "INFO:" | |
| echo " A utility for snapshotting a tree from a given commit." |
This file contains hidden or 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
| package internal | |
| import ( | |
| "context" | |
| "sync" | |
| "sync/atomic" | |
| "time" | |
| ) | |
| type CtxWG struct { |
Notes For Languages I Use:
This file contains hidden or 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
| // Correct Indentation | |
| if( | |
| !inputdata.containskey("id") | |
| && !( | |
| inputdata.containskey("action_id") | |
| || inputdata.containskey("active_alert_id") | |
| || inputdata.containskey("action_type") | |
| || inputdata.containskey("data") | |
| ) |
I hereby claim:
- I am nonlogicaldev on github.
- I am nonlogical (https://keybase.io/nonlogical) on keybase.
- I have a public key whose fingerprint is 4ACB E537 1D32 DDDD F449 C0F3 000A 8514 DEEA 3992
To claim this, I am signing this object: