- Click the
raw
button to get the raw-url of thefig-play-with-k8s.sh
-file and, in a VM from labs.play-with-k8s.com, - Run
bash -x <( curl -L url-to-raw-gist )
- Copy the "blue-port-url" and change
http
tohttps
- Goto url in Firefox
This file contains hidden or 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
\section{A.2} | |
\[ (A_ 1 \cup A_2 ) \cap A_3 = (A_1 \cap A_3) \cup (A_2 \cap A_3) \] | |
\[ x \in (A_1 \cup A_2) \cap A_3 \to x \in (A_1 \cup A_2) \wedge x \in A_3 \to ( x \in A_1 \vee x \in A_2) \wedge x \in A_3 \] | |
\[ \to (x \in A_1 \wedge x \in A_3) \vee (x \in A_2 \wedge x \in A_3) \to x \in (A_1 \cap A_3) \vee x \in (A_2 \cap A_3) \] | |
\[ \to x \in (A_1 \cap A_3) \cup (A_2 \cap A_3) \] |
This file contains hidden or 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
/***** testmini.c *****/ | |
#include <stdio.h> | |
int main(int argc, char* argv[]){ | |
printf("hello, world %s\n", argv[1]); | |
} |
This file contains hidden or 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
# To get this configuration down, | |
# curl url-to-raw-gist -o ~/.tmux.conf | |
# | |
# Commands are from blogpost, | |
# http://www.hamvocke.com/blog/a-guide-to-customizing-your-tmux-conf/ | |
# | |
# if TMUX ain't reading the config, exit and use | |
# tmux source-file ~/.tmux.conf | |
# switch panes using Alt-arrow without prefix (ESC is the meta key) |
This file contains hidden or 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
apiVersion: rbac.authorization.k8s.io/v1beta1 | |
kind: ClusterRoleBinding | |
metadata: | |
name: kubernetes-dashboard | |
labels: | |
k8s-app: kubernetes-dashboard | |
roleRef: | |
apiGroup: rbac.authorization.k8s.io | |
kind: ClusterRole | |
name: cluster-admin |
This file contains hidden or 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
{ | |
"name": "flare", | |
"children": [ | |
{ | |
"name": "./Documentation", | |
"children": [ | |
{ | |
"name": "Johannes Schindelin", | |
"size": 20 | |
}, |
This file contains hidden or 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
{ | |
"name": "flare", | |
"children": [ | |
{ | |
"name": "./block-sha1", | |
"children": [ | |
] | |
}, | |
{ |
This file contains hidden or 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
{ | |
"name": "flare", | |
"children": [ | |
{ | |
"name": "./block-sha1", | |
"children": [ | |
] | |
}, | |
{ |
This file contains hidden or 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
{ | |
"name": "flare", | |
"children": [ | |
{ | |
"name": "./block-sha1", | |
"children": [ | |
] | |
}, | |
{ |
This file contains hidden or 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
{ | |
"name": "flare", | |
"children": [ | |
{ | |
"name": "./compat", | |
"children": [ | |
{ | |
"name": "Anton Serbulov", | |
"size": 1, | |
"color": "#FEED4E" |
OlderNewer