linux上nginx位置/usr/local/nginx。 停止nginx ps -ef | grep nginx 找到nginx进程(会列出三个) kill -QUIT <进程号> 杀掉进程(上面中,找到root且是nginx的根进程号) 后台nginx启动 /usr/local/nginx/s ...
分类:
系统相关 时间:
2021-03-08 14:17:06
阅读次数:
0
flume-netcat-logger.conf 文件编写: # Name the components on this agent a1.sources = r1 a1.sinks = k1 a1.channels = c1 # Describe/configure the source a1.s ...
分类:
Web程序 时间:
2021-03-06 14:54:47
阅读次数:
0
一.Linux 常用目录 1.home :普通用户的家目录 2.root :管理员家目录 3.usr/local :用户自行安装的软件存放路径 4.etc :配置文件存放路径 5.var :存放经常变化的文件 二.Linux 常用命令 1.su + 用户名 切换用户 su root 切换到管理员用户 ...
分类:
系统相关 时间:
2021-03-06 14:46:29
阅读次数:
0
拷贝包到自定义文件夹 下载批量导入工具到自定义文件夹https://agent-install.oss-cn-hangzhou.aliyuncs.com/migrate-local-repo-tool.jar 打开本地的Git Bash 切换到工具的位置 批量导入命令说明 仓库地址及用户名密码配置获 ...
分类:
其他好文 时间:
2021-03-06 14:30:51
阅读次数:
0
cd /usr/local/nginx #到nginx目录下 ./sbin/nginx #启动nginx ./sbin/nginx -t #检测配置文件 ps aux|grep nginx #查看nginx进程 nginx配置文件修改后,执行nginx -t successful。执行nginx - ...
分类:
其他好文 时间:
2021-03-05 13:30:31
阅读次数:
0
一、问题现象 12.2 DB单实例测试环境,修改主机名称后,监听无法动态注册。 主机名称c12修改为c11 $ lsnrctl status LSNRCTL for Linux: Version 12.2.0.1.0 - Production on 05-MAR-2021 00:07:36 Copy ...
分类:
其他好文 时间:
2021-03-05 13:18:20
阅读次数:
0
本文关键字:debootstrap从jessie升级到buster,将git当成debian源 在本系列《7》中,我们尝试在dibuilder.sh中整合了linuxlivekit的实践代码,本文对《7》作补充,整优,继续处理dibuilder.sh debootstrap从jessie升级到bus ...
分类:
其他好文 时间:
2021-03-05 13:02:10
阅读次数:
0
##多实例出现 充分的利用主机资源 拆分数据库,限制单个实例大小 资源隔离,减小相互影响 分担连接数 ##mysql配置文件读取 读取配置文件顺序: /etc/my.cnf /etc/mysql/my.cnf /usr/local/mysql/etc/my.cnf ~/.my.cnf --defau ...
分类:
数据库 时间:
2021-03-05 12:56:30
阅读次数:
0
axios是一个就promise的HTTP库,可以用在浏览器和node.js中 main.js import Vue from 'vue' import axios from 'axios' // 使用拦截器// 添加请求拦截器 axios.interceptors.response.use( re ...
分类:
移动开发 时间:
2021-03-04 13:30:53
阅读次数:
0
参考资料 Influx Proxy 是一个基于高可用、一致性哈希的 InfluxDB 集群代理服务,实现了 InfluxDB 高可用集群的部署方案,具有动态扩/缩容、故障恢复、数据同步等能力。 相关文档:https://github.com/chengshiwen/influx-proxy 下载地址 ...
分类:
数据库 时间:
2021-03-04 13:07:16
阅读次数:
0