sh
-
基于 supervisord 运行 PHP 命令行脚本,可基于 Rancher 环境变量控制是否运行,以支持集群部署时, PHP 命令行脚本 仅在单机中运行的实现
1、将 /build/c_files/etc/supervisord.d/yii-cmc-console-user-sync.ini、/build/c_files/etc/supe…
-
在 Rancher 中升级容器,报错:/config/init/config0.sh: line 1314: syntax error near unexpected token `}’ 的分析解决
1、在 Rancher 中升级容器,报错:/config/init/config0.sh: line 1314: syntax error near unexpected toke…
-
在 Rancher 升级时,当存在环境变量时,未执行替换的分析解决
1、当存在环境变量时,未执行替换,文件 /etc/nginx/conf.d/pcs.conf 中的变量未被替换,/config/init/change.log 中存在替换记录,如图…
-
Rancher 环境变量不支持中文的分析解决
1、查看 /build/c_files/config/init/config0.sh 文件 sed -i "s@PCS_API_CFG_CPU_PARAMS_XCONTE…
-
在 Rancher 中执行升级,报错:sed: -e expression #1, char 36: unknowd option to ‘s’的解决
1、在 Jenkins 中构建镜像成功,如图1 图1 2、在 Rancher 中执行升级,报错:sed: -e expression #1, char 36: unknowd op…
-
shell脚本监控java程序的cpu和堆内存活对象
一、shell脚本监控cpu使用情况 调用脚本的命令为 sh top_monitor.sh 进程名称 1000 5 脚本内容: #!/bin/bashlog=/tmp/`date …
-
ubuntu无法搜索到蓝牙设备
买了个keychron k8机械键盘后想连接电脑,发现搜索不到,但手机能正常搜索。 尝试了各种方法无效后,最后通过以下方法成功 git clone https://github.c…
-
shell-进阶1
[root@centos8 ~]# lscpu Architecture: x86_64 #架构 CPU op-mode(s): 32-bit, 64…
-
Shell编程基础
Shell脚本 命令、变量和流程控制语句等有机的结合起来 shell脚本擅长处理纯文本类型的数据,而linux中,几乎所有的配置文件,日志,都是纯文本类型文件 默认shell与版本…
-
shells/hive.sh
1 #!/bin/bash 2 function hive_stop(){ 3 pid=$(ps ax | grep “hive”) 4 kill $pid || echo “…