文件名称:aws-dcos:在AWS上安装DCOS的简便方法
文件大小:218KB
文件格式:ZIP
更新时间:2024-05-22 10:25:37
Python
常见的 git与ssh键 $ tee ~ /.ssh/config << EOF Host github.com Hostname github.com IdentityFile ~/.ssh/github_rsa User git EOF $ chmod 600 ~ /.ssh/config git-lfs(git大文件存储) 安装 $ cd /tmp $ curl -OL https://github.com/git-lfs/git-lfs/releases/download/v2.2.1/git-lfs-linux-amd64-2.2.1.tar.gz $ tar -vxzf git-lfs-linux-amd64-2.2.1.tar.gz $ cd git-lfs-2.2.1 $ sudo ./install.sh 如何使用Ansible在AWS上安装