Snort不报警怎么办?数据库里没有报警怎办?浏览器打开ACID,里面一片空白怎么办?看着别人都安装上了,我却怎么也安装不成功,真是折磨人呐?一、准备工作手动编译安装Snort时所需的准备工作如下所示。步骤1.准备软件环境。在安装前,必须在交换机上设置SPAN。中高端Cisco交换机都有SPAN功能。SPAN须为一个专用端口。以下是在虚拟机环境下的实验,须把网卡设置为混杂模式。步骤2.安装VMwa
分类:
其他好文 时间:
2019-08-29 14:14:46
阅读次数:
585
######Nginx配置文件nginx.conf中文详解##### #定义Nginx运行的用户和用户组user www www; #nginx进程数,建议设置为等于CPU总核心数。worker_processes 8; #全局错误日志定义类型,[ debug | info | notice | w ...
分类:
其他好文 时间:
2019-08-24 21:16:26
阅读次数:
73
date: 2019-08-20 17:36:49 author: headsen chen notice :个人原创 1,用普通用户登录. su - root 打开终端 vi /etc/pam.d/gdm-autologin 2,vi /etc/pam.d/gdm-password 3,vim / ...
分类:
系统相关 时间:
2019-08-20 18:49:28
阅读次数:
106
shiro 作为Apache的开源项目。该框架下的主要模块包含如下: 1,Subject 2,SecurityManager 3,Authenticator 4,Authorizer 5,Realm 6,SessionManager 7,SessionDao 8,CacheManager 9,Cry ...
分类:
Web程序 时间:
2019-08-20 01:10:53
阅读次数:
154
题目链接: "UVA 811" Description Once upon a time, in a faraway land, there lived a king. This king owned a small collection of rare and valuable trees, wh ...
分类:
其他好文 时间:
2019-08-19 00:07:04
阅读次数:
92
原文: http://blog.gqylpy.com/gqy/300 " Redis官网:https://redis.io Redis是完全开源免费的,遵守 "BSD协议" . Redis是一个高性能的 数据库. @[TOC] Redis具有以下特点 1. 支持数据持久化,可将内存中的数据保存至磁盘 ...
分类:
其他好文 时间:
2019-08-17 20:10:32
阅读次数:
77
html代码 1、span的取值:js取<span>的值:document.getElementById('span_id').innerText。jquery取<span>的值,是$("#span_noticesg").html(); 2、span的赋值: JS赋值:document.getEle ...
分类:
Web程序 时间:
2019-08-16 14:32:14
阅读次数:
90
nginx+php下文件上传成功,但会有错误提示如下: <b>Notice</b>: Unknown: file created in the system's temporary directory in <b>Unknown</b> on line <b>0</b><br /> 网上搜索相关资料 ...
分类:
Web程序 时间:
2019-08-02 16:13:18
阅读次数:
1129
1 wxml文件某一段 2 js文件 3.接受参数的页面JS ...
分类:
微信 时间:
2019-07-27 09:21:40
阅读次数:
135
#定义Nginx运行的用户和用户组 #user nobody; #nginx进程数,建议设置为等于CPU总核心数。 worker_processes 1; #全局错误日志定义类型,[ debug | info | notice | warn | error | crit ] #error_log l... ...
分类:
其他好文 时间:
2019-07-25 16:10:30
阅读次数:
103