min=30 max=60 rand=$(($RANDOM*$RANDOM%$(($max-$min+1))+$min)) echo "等待$rand秒" sleep $rand gogogo(){ oci compute instance launch --availability-domain Hostloc --compartment-id Hostloc --shape Hostloc --subnet-id Hostloc --image-id Hostloc --assign-public-ip true --metadata '{"ssh_authorized_keys": "Hostloc "}' --shape-config '{"ocpus": 4,"memoryInGBs": 24}' --display-name Hostloc 2>&1 } xidapuben(){ #通知脚本 text="$1" curl "https://haoduck.com/demo/push.php?text=$text" } status="$(gogogo|grep status|cut -d : -f 2|sed 's/ //')" if [[ "$status" == "200" ]];then echo "开到啦开到啦!!!" xidapuben "$(date +%F-%T): 开到啦开到啦!!!" sed -i 's/^/#/g' $0 #刷到之后注释掉脚本本身全部代码停止crontab,不一定适用,自己改改 elif [[ "$status" == "500" ]];then echo "地主家也没有余粮了" else echo "未知的返回" fi
相关推荐: Cloudflare 的工作原理和 iptables 设置白名单只允许访问
概述 原文除了内容交付网络 (CDN) 服务,客户还依赖 Cloudflare 的全局网络来增强安全性、性能,以及连接到 Internet 的所有内容的可靠性。Cloudflare 的设置非常简单。无论他们选择哪个平台,任何拥有网站和自己域名的人都可以使用 C…
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
喜欢就支持一下吧
请登录后发表评论
注册