| name | one-at-a-time |
|---|---|
| description | Ask me one question at a time |
Instead of the wall of text you've just given me, please ask me one question at a time. For any parts that are just informative, please tell me one bit of information at a time.
| version: '3.1' | |
| services: | |
| prometheus: | |
| image: prom/prometheus:v2.1.0 | |
| command: | |
| - '--config.file=/etc/prometheus/prometheus.yml' | |
| ports: | |
| - 9090:9090 | |
| volumes: | |
| - ./prometheus.yml:/etc/prometheus/prometheus.yml |
| #!/bin/bash | |
| # Pre-pull the requisites Docker images needed to run a Kubernetes master | |
| kubeadm config images pull -v3 | |
| # Init master node | |
| kubeadm init --token-ttl=0 --pod-network-cidr=10.244.0.0/16 # This uses the Flannel pod network addon | |
| # Setup local access to the cluster via the kubectl command | |
| mkdir -p $HOME/.kube |
| <Query Kind="Program"> | |
| <NuGetReference>linqtotwitter</NuGetReference> | |
| <Namespace>LinqToTwitter</Namespace> | |
| <Namespace>LinqToTwitter.OAuth</Namespace> | |
| <Namespace>System.Threading.Tasks</Namespace> | |
| </Query> | |
| #load ".\Creds" | |
| async Task Main() |
| # Setup symlinks | |
| $mappings = @( | |
| @{ | |
| source = "$Env:USERPROFILE\.gitconfig" | |
| dest = "$PWD\Git\.gitconfig" | |
| }, | |
| @{ | |
| source = "$Env:LOCALAPPDATA\nvim\" | |
| dest = "$PWD\NeoVim\" |
| name | one-at-a-time |
|---|---|
| description | Ask me one question at a time |
Instead of the wall of text you've just given me, please ask me one question at a time. For any parts that are just informative, please tell me one bit of information at a time.
| name | teach-me |
|---|---|
| description | Teach me, one level at a time |
I want you to teach me this so that I understand it fully. Please teach me one level at a time, and make sure I understand each level before moving on to the next. Only show me one level at a time - do not list multiple levels at once. After each level, ask me questions to check my understanding before moving on to the next level. Also give me an opportunity to ask questions before moving on.
I do not want to see walls of text - please break down the information into manageable chunks.