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
kubectl scale deploy my-awesome-deployment --replicas=0 |
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
{ | |
// Some sample Theia tasks | |
"tasks": [ | |
{ | |
"label": "[Task] short running test task (~3s)", | |
"type": "shell", | |
"cwd": "${workspaceFolder}/packages/task/src/node/test-resources/", | |
"command": "./task", | |
"args": [ | |
"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
t1=$(date +%s) && sleep 1 && t2=$(date +%s) && echo $(( t2 - t1 )) |
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 run it in the background silenced, use this: | |
firefox </dev/null &>/dev/null & |
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
CHE_WORKSPACE_VOLUME=/var/run/docker.sock:/var/run/docker.sock; |
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
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | |
# yarn lockfile v1 | |
"@mrmlnc/readdir-enhanced@^2.2.1": | |
version "2.2.1" | |
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde" | |
dependencies: | |
call-me-maybe "^1.0.1" | |
glob-to-regexp "^0.3.0" |
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
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | |
# yarn lockfile v1 | |
"@mrmlnc/readdir-enhanced@^2.2.1": | |
version "2.2.1" | |
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde" | |
dependencies: | |
call-me-maybe "^1.0.1" | |
glob-to-regexp "^0.3.0" |
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
deleted: .dockerignore | |
deleted: .mailmap | |
deleted: AUTHORS | |
deleted: CHANGELOG.md | |
deleted: CONTRIBUTING.md | |
deleted: Dockerfile | |
deleted: Dockerfile.aarch64 | |
deleted: Dockerfile.armhf | |
deleted: Dockerfile.ppc64le | |
deleted: Dockerfile.s390x |
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
find . -name \*md -print -delete |
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
{ | |
"environments": { | |
"default": { | |
"machines": { | |
"e": { | |
"env": {}, | |
"volumes": {}, | |
"servers": {}, | |
"installers": [ | |
"org.eclipse.che.terminal", |