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
[ | |
{ | |
"id": "943c3fea54fbba52", | |
"type": "tab", | |
"label": "get-test-flow", | |
"disabled": false, | |
"info": "", | |
"env": [] | |
}, | |
{ |
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
[ | |
{ | |
"id": "7b0afdd8dfe283b2", | |
"type": "tab", | |
"label": "put-Test-Flow", | |
"disabled": false, | |
"info": "", | |
"env": [] | |
}, | |
{ |
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
[ | |
{ | |
"id": "4857a264a8d2ea44", | |
"type": "tab", | |
"label": "Sync Server Time", | |
"disabled": false, | |
"info": "", | |
"env": [] | |
}, | |
{ |
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
[ | |
{ | |
"id": "2dd7c4b1fdb409ab", | |
"type": "tab", | |
"label": "Sync Files to S3", | |
"disabled": false, | |
"info": "# USE\r\nThis syncs all of the Live_data files every 30 minutes to the S3 bucket", | |
"env": [] | |
}, | |
{ |
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
#!/bin/bash | |
read -p "Enter the domain name: " domainname | |
read -p "Enter the domain e.g. local not .local: " domain | |
read -p "Enter country for csr:" country | |
read -p "Enter county for csr:" county | |
read -p "Enter city for csr:" city | |
read -p "Enter company name for csr:" company | |
read -p "Enter department for csr e.g IT:" department | |
read -p "Enter password for certificate greater than 5 characters:" PASS | |
read -p "Enter howmany years for the certificate to last:" certyears |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<transformation-steps> | |
<steps> | |
<step> | |
<name>Mapping Input</name> | |
<type>MappingInput</type> | |
<description/> | |
<distribute>Y</distribute> | |
<custom_distribution/> | |
<copies>1</copies> |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<transformation-steps> | |
<steps> | |
<step> | |
<name>Trace Debug</name> | |
<type>SimpleMapping</type> | |
<description/> | |
<distribute>Y</distribute> | |
<custom_distribution/> | |
<copies>1</copies> |
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
#!/bin/sh | |
# | |
# Startup script for Tomcat 6.0, the Apache Servlet Engine | |
# | |
# chkconfig: - 80 20 | |
# description: Tomcat 6 | |
# processname: tomcat | |
# pidfile: /var/run/tomcat6.pid | |
# config: | |
# |
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
#!/bin/sh | |
# Licensed to the Apache Software Foundation (ASF) under one or more | |
# contributor license agreements. See the NOTICE file distributed with | |
# this work for additional information regarding copyright ownership. | |
# The ASF licenses this file to You under the Apache License, Version 2.0 | |
# (the "License"); you may not use this file except in compliance with | |
# the License. You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 |
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
--- fcgio.h 2016-02-02 14:44:41.303164708 +0000 | |
+++ fcgio.h_chg 2016-02-02 14:49:05.053189399 +0000 | |
@@ -31,7 +31,7 @@ | |
#define FCGIO_H | |
#include <iostream> | |
- | |
+#include <stdio.h> | |
#include "fcgiapp.h" | |