maguowei / iaas

issue as a service
https://github.com/maguowei/iaas
MIT License
9 stars 2 forks source link

iaas task #16

Open maguowei opened 4 years ago

maguowei commented 4 years ago

examples

  1. one line commands echo hello; echo world
  2. shell script
    
    demoFun(){
    echo "hello world"
    }

demoFun

github-actions[bot] commented 4 years ago

comment job: https://github.com/maguowei/iaas/issues/16 -> actions/runs

github-actions[bot] commented 4 years ago

comment job: https://github.com/maguowei/iaas/issues/16 -> actions/runs

maguowei commented 4 years ago

use docker

docker ps -a
docker images
docker pull ubuntu
docker run ubuntu echo hello
github-actions[bot] commented 4 years ago

comment job: https://github.com/maguowei/iaas/issues/16#issuecomment-581114556 -> actions/runs

maguowei commented 4 years ago

download files

maguowei commented 4 years ago

use aria2 download magnet url

sudo apt update -y
sudo apt install aria2
aria2c --seed-time=0 "magnet:?xt=urn:btih:c84e53b252f4bd1a27791a2f7196680b8d4b194f&dn=PARASITE.2019.720p.HDRip.H264.AAC-Mkvking&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2F"
maguowei commented 4 years ago

env

github-actions[bot] commented 4 years ago

comment job: https://github.com/maguowei/iaas/issues/16#issuecomment-581114653 -> actions/runs

github-actions[bot] commented 4 years ago

comment job: https://github.com/maguowei/iaas/issues/16#issuecomment-581114883 -> actions/runs

github-actions[bot] commented 4 years ago

comment job: https://github.com/maguowei/iaas/issues/16#issuecomment-581114840 -> actions/runs

maguowei commented 4 years ago

k3s example

curl -sfL https://get.k3s.io | sh 
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
sudo mkdir ~/.kube && sudo cp ${KUBECONFIG} ~/.kube/config
sleep 10
sudo kubectl get nodes
sudo kubectl get pod -A
github-actions[bot] commented 4 years ago

comment job: https://github.com/maguowei/iaas/issues/16#issuecomment-581125624 -> actions/runs

maguowei commented 4 years ago

aria2c --seed-time=0 "magnet:?xt=urn:btih:28ea3d3bc1acf894d4c662b8d3c89fb90fef4896"