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
$ brew install wine | |
==> Installing dependencies for wine: openssl, sane-backends | |
==> Installing wine dependency: openssl | |
==> Downloading https://www.openssl.org/source/openssl-1.0.2a.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/openssl-1.0.2a-1.tar.gz | |
==> make clean | |
==> perl ./Configure --prefix=/usr/local/Cellar/openssl/1.0.2a-1 --openssldir=/usr/local/etc/openss | |
==> make depend | |
==> make | |
==> make test |
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
root@contrib-jessie:~# kafka_influxdb -c /root/kafka-influxdb.yaml -vvv | |
kafka_influxdb -c /root/kafka-influxdb.yaml -vvv | |
Reading config file /root/kafka-influxdb.yaml | |
INFO:root:Connecting to InfluxDB at influxdb:8086 | |
INFO:root:Connecting to InfluxDB at influxdb:8086 (SSL: False, UDP: False) | |
INFO:root:Creating database metrics if not exists | |
INFO:root:Creating InfluxDB database if not exists: metrics | |
INFO:urllib3.connectionpool:Starting new HTTP connection (1): influxdb | |
INFO:urllib3.connectionpool:Starting new HTTP connection (2): influxdb | |
INFO:urllib3.connectionpool:Starting new HTTP connection (3): influxdb |
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
<?php | |
/* | |
* Script to force the declaration of all LDAP contact groups after they got lost. | |
* This houdl be placed in the /usr/share/centreon/cron/ directory and executed manually. | |
*/ | |
// ------------------------------------------------------------------------- | |
// REQUIRES |
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
-- | |
-- ////\\\\ | |
-- ////\\\\ TUTORIAL | |
-- ////\\\\ PART 6 | |
-- \\\\//// | |
-- \\\\//// INPUT | |
-- \\\\//// | |
-- | |
engine.name = 'InputTutorial' |
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
/jackdrc |
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
#!/usr/bin/env python3 | |
## ------------------------------------------------------------------------ | |
## imports | |
import re | |
from pprint import pprint | |
import requests |
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
{ | |
"lamination": { | |
"types": [ | |
"synths", | |
"sequencers" | |
], | |
"description": "substitution sequencer", | |
"features": [ | |
"crow" | |
], |
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
#!/usr/bin/env python3 | |
## ------------------------------------------------------------------------ | |
## imports | |
import re | |
import json | |
from pprint import pprint | |
import requests |
OlderNewer