See imgur / linked pastebin and github mirror for 1-8 → 1-8 balancers. Creator: raynquist, github mirror linked in Balancers Illustrated: 1 through 8 balancers explained, imgur album linked in Balancer Book Update (Summer 2019)
# List by Stathis Xagoraris <[email protected]> | |
capstan | |
fregata | |
wheelhouse | |
avaria | |
avlemonas | |
agathos | |
aganta | |
agantarisma |
#!/usr/bin/env node | |
// Usage: | |
// Login manually, saving your authenticated session in "data": | |
// $ ./fbpost --login | |
// | |
// Now you can post whatever you want via argument: | |
// $ ./fbpost "Hello world, this is a post!" | |
// | |
(async() => { | |
const puppeteer = require('puppeteer'); |
FROM gcr.io/ynli-k8s/spark:v2.3.0 | |
RUN rm $SPARK_HOME/jars/guava-14.0.1.jar | |
ADD http://central.maven.org/maven2/com/google/guava/guava/23.0/guava-23.0.jar $SPARK_HOME/jars | |
ADD https://storage.googleapis.com/hadoop-lib/gcs/gcs-connector-latest-hadoop2.jar $SPARK_HOME/jars | |
RUN mkdir -p /opt/hadoop/conf | |
COPY conf/core-site.xml /opt/hadoop/conf | |
COPY conf/spark-env.sh $SPARK_HOME/conf | |
ENTRYPOINT [ "/opt/entrypoint.sh" ] |
Disclaimer: This piece is written anonymously. The names of a few particular companies are mentioned, but as common examples only.
This is a short write-up on things that I wish I'd known and considered before joining a private company (aka startup, aka unicorn in some cases). I'm not trying to make the case that you should never join a private company, but the power imbalance between founder and employee is extreme, and that potential candidates would
It's now here, in The Programmer's Compendium. The content is the same as before, but being part of the compendium means that it's actively maintained.
Currently, there is an explosion of tools that aim to manage secrets for automated, cloud native infrastructure management. Daniel Somerfield did some work classifying the various approaches, but (as far as I know) no one has made a recent effort to summarize the various tools.
This is an attempt to give a quick overview of what can be found out there. The list is alphabetical. There will be tools that are missing, and some of the facts might be wrong--I welcome your corrections. For the purpose, I can be reached via @maxvt on Twitter, or just leave me a comment here.
There is a companion feature matrix of various tools. Comments are welcome in the same manner.
#!/bin/bash | |
# Bash script for setting or clearing touch requirements for | |
# cryptographic operations the OpenPGP application on a YubiKey 4. | |
# | |
# Author: Alessio Di Mauro <[email protected]> | |
GCA=$(which gpg-connect-agent) | |
DO=0 | |
UIF=0 |
The official AWS command line tools, have support for configuration profiles. See Configuring the AWS Command Line Interface - Named Profiles.
Managing multiple profiles with the AWS CLI itself is relatively straight forward, switching between them with --profile
flag on the command line or the AWS_PROFILE
environment variable.
These helpers extend that functionality for convenience with other tools in the ecosystem.
The following is a list of public Docker images Travis uses for our container based builds. You can grab them with docker pull quay.io/travisci/travis-$lang
.
- Do note that they are large in size, 800MB - 1.8G
Images: