Must learn
- git
- programming: Javascript
- Web: html, css
- Backend:
- ruby (ruby on rails)
- or python
hotKey: | |
# Hitting Shift-0 navigates to your pod view | |
shift-0: | |
shortCut: Shift-0 | |
description: Viewing pods | |
command: pods | |
shift-9: | |
shortCut: Shift-9 | |
description: View deployments | |
command: dp |
locals { | |
key = "hello" | |
value = local.key | |
} | |
resource "null_resource" "example1" { | |
provisioner "local-exec" { | |
command = "echo ${local.value}" | |
} | |
} |
FROM node:alpine | |
RUN apk add --no-cache --update python make g++ && \ | |
rm -rf /var/cache/apk/* | |
ENV HUBOT_USER hubot | |
ENV HUBOT_GROUP hubot | |
ENV HUBOT_HOME /hubot | |
RUN addgroup -g 501 $HUBOT_GROUP && \ |
apiVersion: v1 | |
kind: ServiceAccount | |
metadata: | |
name: gitlab | |
namespace: kube-system | |
--- | |
apiVersion: rbac.authorization.k8s.io/v1beta1 | |
kind: ClusterRoleBinding | |
metadata: | |
name: gitlab-admin |
#!/bin/bash | |
# helper script to scale jibri on aws/asg | |
# based on: https://community.jitsi.org/t/aws-scalability-help-for-jitsi-and-jibri/16269/15 | |
# and https://community.jitsi.org/t/aws-scalability-help-for-jitsi-and-jibri/16269/2 | |
AWS_REGION=$(curl --silent http://169.254.169.254/latest/dynamic/instance-identity/document | jq -r .region) | |
INSTANCE_ID=$(curl --silent http://169.254.169.254/latest/meta-data/instance-id) | |
ASG_NAME=$(aws autoscaling describe-auto-scaling-instances --instance-ids $INSTANCE_ID --region $AWS_REGION | jq -r '.[] | .[] | .AutoScalingGroupName') |
user: | |
create: true | |
email: "admin:P" | |
password: "superHardSecret" | |
mail: | |
backend: "smtp" | |
useTls: true | |
username: "username..." |
;;; rigel-theme.el --- Custom face theme for Emacs | |
;; This theme was generated with vimco.el | |
;; You can get it from: | |
;; <https://github.com/UwUnyaa/vimco> | |
;;; Code: | |
(deftheme rigel) |
created using: https://asciiflow.com | |
XXX | |
XXXXX XXX | |
XXXXX X +----------------------------------------------------------------------------------+ | |
XX XX | | | |
X D N S XX | +------------------------------------------------------+ | | |
X X | | | | | |
XX XXX | | | | | |
XXX XXXX | | | | |
TOPIC_DETAILS blah blah blah...
dangerouslySetInnerHTML
is used! Yay!