上一页 1 ··· 7 8 9 10 11 12 13 下一页
摘要: 网安平台建立在夜莺监控基础上首先需要改/n9e/n9e-2.7.2/etc/nginx.conf下的配置网安平台使用8080端口夜莺平台端口修改为8081#################################################user root; worker_proces 阅读全文
posted @ 2020-11-23 14:00 公博义 阅读(280) 评论(0) 推荐(0) 编辑
摘要: yum clean all yum makecache 阅读全文
posted @ 2020-11-22 10:32 公博义 阅读(141) 评论(0) 推荐(0) 编辑
摘要: collector需要部署到所有的目标机器上 参考视频 https://s3-gz01.didistatic.com/n9e-pub/video/n9e-install-collector.mp4 实验机器10.0.0.120 10.0.0.130 1.在10.0.0.120机器/opt/n9e下创 阅读全文
posted @ 2020-11-16 23:45 公博义 阅读(425) 评论(0) 推荐(0) 编辑
摘要: [16:20:30 root@centos8 ~]#vim .vimrc set nu set cursorlineset hlsearchautocmd BufNeWFile *.sh exec ":call SetTitle()"func SetTitle() if expand("%:e") 阅读全文
posted @ 2020-11-12 16:22 公博义 阅读(77) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash##********************************************************************COLOR="echo -e \\033[1;31m"END="\033[m"VERSION="19.03.5-3.el7"wget -P 阅读全文
posted @ 2020-11-11 16:09 公博义 阅读(537) 评论(0) 推荐(0) 编辑
摘要: 所需包(仅作参考) 在 /opt 目录下建立目录 /n9e 和 /temp安装包存放在 /opt/temp 目录下 mysql-5.7.31-linux-glibc2.12-x86_64.7z nginx-1.14.2.7z p7zip-16.02-10.el7.x86_64.rpm redis-6 阅读全文
posted @ 2020-11-10 23:24 公博义 阅读(499) 评论(0) 推荐(0) 编辑
摘要: 下载7-zip的rpm包 rpm -ivh p7zip-16.02-10.el7.x86_64.rpm 默认Centos7没有安装p7zip安装包,默认源里面也没有这个安装包,需要安装epel源才能安装p7zip安装包 yum -y install epel-release yum -y insta 阅读全文
posted @ 2020-11-09 23:59 公博义 阅读(1516) 评论(0) 推荐(0) 编辑
摘要: 1.只改当前用户 在 .bashrc 下添加 PS1="\[\e[37;40m\][\[\e[32;40m\]\u\[\e[37;40m\]@\h \[\e[36;40m\]\w\[\e[0m\]]\\$" PS1="\[\e[1;32m\][\[\e[0m\]\t \[\e[1;33m\]\u\[ 阅读全文
posted @ 2020-11-09 22:57 公博义 阅读(598) 评论(0) 推荐(0) 编辑
摘要: 官方zabbix.repo [zabbix] baseurl=http://repo.zabbix.com/zabbix/5.0/rhel/7/$basearch/ [zabbix-frontend] baseurl=http://repo.zabbix.com/zabbix/5.0/rhel/7/ 阅读全文
posted @ 2020-10-31 15:11 公博义 阅读(2083) 评论(1) 推荐(0) 编辑
摘要: #!/bin/bash set -e # 设置日志文件存放目录logs_path="/home/wwwlogs"backup_path="/home/wwwlogs/archives" # nginx pidpid_number=$(ps -ef|grep nginx|grep master|hea 阅读全文
posted @ 2020-10-29 21:21 公博义 阅读(304) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 下一页