摘要: crontab.sh cli.php 定时命令 阅读全文
posted @ 2019-04-25 14:23 加菲猫and大白 阅读(254) 评论(0) 推荐(0) 编辑
摘要: default.prf 参考配置链接:https://blog.csdn.net/gw85047034/article/details/52064907unison inotify安装目录 /usr/local/bin /root/bin配置密钥 /home/hgx/.ssh配置文件 /home/h 阅读全文
posted @ 2019-04-25 14:13 加菲猫and大白 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 我这里是负载均衡的内网服务器配置 外网配置了https 和证书 所以内网不需要配了 如果要配置https 请吧注释的# 部分还原 阅读全文
posted @ 2019-04-25 14:01 加菲猫and大白 阅读(2183) 评论(0) 推荐(0) 编辑
摘要: oracle -----创建表空间 create tablespace JTKMS datafile 'E:\app\xys\oradata\orcl\zqdb.dbf' size 50m autoextend on next 50m maxsize 512m extent management local; -----创建表用户 create user newkm identifie... 阅读全文
posted @ 2019-04-25 13:54 加菲猫and大白 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 查看进程号 ps -ef|grep nginx ps -ef | grep php-fpm ps -ef | grep php 杀死进程 kill -QUIT 2072 nginx配置是否正确 ./nginx -t php-fpm 目录 /app/php7.2/etc/php-fpm.conf 查看是否安装定时任务 which crontab 开启定时任... 阅读全文
posted @ 2019-04-25 13:52 加菲猫and大白 阅读(156) 评论(0) 推荐(0) 编辑
摘要: publish.sh 用法 比较两个版本差异 publish.sh old_version new_versionpublish.sh 2055 2056 阅读全文
posted @ 2019-04-25 13:49 加菲猫and大白 阅读(1397) 评论(0) 推荐(0) 编辑