07 2021 档案
摘要:supervisor 安装与使用 下载 sudo apt-get install supervisor 在 /etc/supervisor/conf.d/ 下新建 xx.conf sudo touch celery_req.conf 编辑配置信息 [program:celery_req] # 项目目
阅读全文
摘要:shell 入门 脚本格式 #!/bin/bash 第一个shell脚本 创建一个shell脚本,输出 hello world 示例 #!/bin/bash echo "hello world" 脚本常用的执行方式 sh test.sh bash test.sh ./test.sh source t
阅读全文
摘要:oss 下载 wget http://gosspublic.alicdn.com/ossutil/1.7.3/ossutil64 给予权限 chmod 755 ossutil64 添加到 /usr/bin 中 mv ossutil64 /usr/bin 添加配置, 根据需求添加配置 ossutil6
阅读全文