Pinned Loading
-
aws-genomics-workflows
aws-genomics-workflows PublicForked from aws-samples/aws-genomics-workflows
Genomics Workflows on AWS
Shell
-
awslabs/service-workbench-on-aws
awslabs/service-workbench-on-aws PublicA platform that provides researchers with one-click access to collaborative workspace environments operating across teams, universities, and datasets while enabling university IT stakeholders to ma…
-
Handy Kubernetes Gists
Handy Kubernetes Gists 1Cordon all nodes.
23```
4for i in $(kubectl get nodes | grep ip |awk '{print $1}'); do kubectl cordon $i; done
5```
-
Tar and Move Directory in One Line
Tar and Move Directory in One Line 1mkdir /target/directory
2cd /source/directory
3tar -cvf - . | (cd /target/directory && tar xvf -)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.