So HAProxy is primalery a load balancer an proxy for TCP and HTTP. But it may act as a traffic regulator. It may also be used as a protection against DDoS and service abuse, by maintening a wide variety of statistics (IP, URL, cookie) and when abuse is happening, action as denying, redirecting to other backend may undertaken ([haproxy ddos config], [haproxy ddos])
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
const tf = require('@tensorflow/tfjs') | |
const mobilenet = require('@tensorflow-models/mobilenet'); | |
require('@tensorflow/tfjs-node') | |
const jpeg = require('jpeg-js'); | |
const NUMBER_OF_CHANNELS = 3 | |
const MODEL_PATH = 'mobilenet/model.json' | |
let mn_model |
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
from keras import backend as K | |
from keras.models import load_model | |
from tensorflow.python.saved_model import builder as saved_model_builder | |
from tensorflow.python.saved_model.signature_def_utils import predict_signature_def | |
from tensorflow.python.saved_model import tag_constants | |
# Function to export Keras model to Protocol Buffer format | |
# Inputs: | |
# path_to_h5: Path to Keras h5 model | |
# export_path: Path to store Protocol Buffer model |
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
/* | |
* Advanced Cloud Code Example | |
*/ | |
const connect = require('connect') | |
const serveStatic = require('serve-static') | |
const vhost = require('vhost') | |
const express = require('express'); | |
const app = express(); |
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
class MyGrapeAPI < Grape::API | |
helpers Pundit | |
after { verify_authorized } | |
helpers do | |
def current_user | |
nil # your authentication mechanism | |
end | |
end |
This list has moved to a GitHub repo for easier tracking: https://github.com/coreos/awesome-kubernetes-extensions
Please comment below if you are using Kubernetes Third-Party Resources and I will add you to the list.
Known Users:
(based on https://www.vaultproject.io/intro/index.html)
First, build and install the vault snap:
- git clone https://github.com/elopio/vault
- cd vault
- git checkout snapcraft
- sudo apt install snapcraft
- snapcraft
Thanks to the following people for helping with the tests:
- Hugh Walker: https://lists.ubuntu.com/archives/ubuntu-quality/2017-March/006798.html
- Carla Sella: https://lists.ubuntu.com/archives/ubuntu-quality/2017-March/006809.html
- Fil: https://forum.snapcraft.io/t/call-for-testing-vault/497/2
- Ads20000: https://forum.snapcraft.io/t/call-for-testing-vault/497/5
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
Summary of passwords by sperglord8008s, updated November 1. 2020. For login try "root", "default", "defaul" or "root" | |
00000000 | |
059AnkJ | |
4uvdzKqBkj.jg | |
7ujMko0admin | |
7ujMko0vizxv | |
123 | |
1111 | |
1234 |
NewerOlder