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 | |
# certificates are valids during 365 days | |
VALID=365 | |
TMPPASS="test" | |
while [[ -z "$password" ]] | |
do | |
read -s -p "Enter password for the Certificate Authority (CA) key: " password | |
echo |
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
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
This tool can draw the path of the sun for a given | |
position on earth. It will draw two lines: | |
One for June 21 and another for December 21. | |
You need to have PyEphem and gnuplot installed | |
for this script to work properly. |
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
about = """ | |
Titel: pyYASDI | |
Autor: Sebastian Schulte | |
Version: 1.0.0 | |
Datum: 18.3.07 / 18.3.07 / 18.3.07 | |
Datei: pyYASDI.py | |
+ SMA YASDI Library Wrapper fuer Python Scripting Language v1""" | |
import yasdiwrapper |
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
svg { | |
border: 1px solid; | |
background: white; | |
} |
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
[04/07/14 13:23:02] [INFO] Redirectoring logging to /opt/influxdb/shared/log.txt | |
[04/07/14 13:23:02] [INFO] Starting Influx Server bound to 0.0.0.0 ... | |
[04/07/14 13:23:02] [INFO] | |
+---------------------------------------------+ | |
| _____ __ _ _____ ____ | | |
| |_ _| / _| | | __ \| _ \ | | |
| | | _ __ | |_| |_ ___ _| | | | |_) | | | |
| | | | '_ \| _| | | | \ \/ / | | | _ < | | |
| _| |_| | | | | | | |_| |> <| |__| | |_) | | | |
| |_____|_| |_|_| |_|\__,_/_/\_\_____/|____/ | |
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
Find the influxdb_0.5.0-rc.5_i386.deb influxdb debian package for i486 architecture attached to this gist. |
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
Port 22 | |
Protocol 2 | |
HostKey /etc/ssh/ssh_host_rsa_key | |
HostKey /etc/ssh/ssh_host_dsa_key | |
HostKey /etc/ssh/ssh_host_ecdsa_key | |
UsePrivilegeSeparation yes | |
KeyRegenerationInterval 3600 | |
ServerKeyBits 768 | |
SyslogFacility AUTH | |
LogLevel INFO |
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
$ ./configure | |
checking for protoc... /usr/bin/protoc | |
checking for go... /root/go/bin/go | |
checking for flex... /usr/bin/flex | |
checking for bison... /usr/bin/bison | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/parser/Makefile | |
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
{%- set cfg = pillar.get('autossh', {}) %} | |
/home/autossh/.ssh/id_rsa: | |
file.managed: | |
- user: autossh | |
- mode: 0600 | |
- source: salt://autossh/files/blank.jinja | |
- makedirs: True | |
- defaults: | |
- body: {{ cfg['ssh_private_key'] }} | |
- require: |
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
mc1: | |
Data failed to compile: | |
---------- | |
Rendering SLS autossh failed, render error: while scanning a simple key | |
in "<unicode string>", line 24, column 1: | |
MIIEowIBAAKCAQEAzy1eDDZdgl9jRsQx ... | |
^ | |
could not found expected ':' | |
in "<unicode string>", line 25, column 1: | |
jkwVWtezMSCzB+tKfFUpqh1GAksqJq9N ... |