- Using a ready-to-use Ubuntu image
#!/bin/bash | |
set -eu -o pipefail | |
function docker_desktop() { | |
CONTEXT_DESC="Docker Desktop" | |
DD_HOME="$HOME/.docker" |
ZSH_THEME="agnoster" | |
plugins=(git docker docker-compose) | |
prompt_docker_host() { | |
docker_icon="\xF0\x9F\x90\xB3" | |
if [[ -n "$DOCKER_HOST" ]]; then | |
if [[ -n "$DOCKER_CONTEXT_HOST" ]] && [[ "$DOCKER_CONTEXT_HOST" == "$DOCKER_HOST" ]]; then | |
prompt_segment red default "$docker_icon $DOCKER_CONTEXT" | |
else |
https://www.nakivo.com/blog/mount-amazon-s3-as-a-drive-how-to-guide/
` { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow",
import nltk, sys, csv | |
from nltk.tokenize import TweetTokenizer | |
from nltk.corpus import stopwords | |
from datetime import datetime | |
import pandas as pd | |
import numpy as np | |
import string | |
from collections import Counter | |
homeassistant: | |
container_name: homeassistant | |
restart: always | |
net: "host" | |
user: "1000" | |
environment: | |
- PUID=1000 | |
- PGID=1000 | |
image: homeassistant/armhf-homeassistant | |
ports: |
#!/usr/bin/env bash | |
#=========================================================================== | |
# Works only with the official image available in the Mac App Store. | |
# Make sure you download the official installer before running this script. | |
#=========================================================================== | |
hdiutil create -o /tmp/Catalina.cdr -size 10000m -layout SPUD -fs HFS+J | |
hdiutil attach /tmp/Catalina.cdr.dmg -noverify -mountpoint /Volumes/install_build | |
sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/install_build --nointeraction | |
hdiutil detach "/Volumes/Install macOS Catalina" |
A curated list of AWS resources to prepare for the AWS Certifications
A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.
Kong, Traefik, Caddy, Linkerd, Fabio, Vulcand, and Netflix Zuul seem to be the most common in microservice proxy/gateway solutions. Kubernetes Ingress is often a simple Ngnix, which is difficult to separate the popularity from other things.
This is just a picture of this link from March 2, 2019
Originally, I had included some other solution