简介 Centos7基本是现在的主流系统了,毕竟很多中间件都需要高版本的支持了,但是默认的firewalld估计很多人用不惯(至少我还用不惯),所以得想办法继续用原来的iptables呀!ps:firewalld和iptables并没有本质的区别,只是封装语法的不同,所以不必谈论什么性能啊,防护能力啊,底层差不多的,
分类:
其他好文 时间:
2020-11-25 12:15:41
阅读次数:
2
功能:解决web站点的登录,权限验证,授权等功能 优点:在不影响站点业务代码,可以权限的授权与验证横切到业务中 1、要添加的依赖 1 <!--thymeleaf--> 2 <dependency> 3 <groupId>org.springframework.boot</groupId> 4 <ar ...
分类:
编程语言 时间:
2020-11-24 12:34:10
阅读次数:
9
准备工作 先来一段伪代码,首先你能看懂么? SELECT DISTINCT <select_list> FROM <left_table> <join_type> JOIN <right_table> ON <join_condition> WHERE <where_condition> GROUP ...
分类:
数据库 时间:
2020-11-24 12:33:32
阅读次数:
10
[root@i-m7eow76r~]#ulimit-n1024[root@i-m7eow76r~]#ulimit-n10240[root@i-m7eow76r~]#ulimit-n10240[root@i-m7eow76r~]#vi/etc/security/limits.confdmdbasoftnofile10240dmdbahardnofile65536[root@i-m7eow76r~]#
分类:
其他好文 时间:
2020-11-24 12:26:18
阅读次数:
8
问题一:[root@cdeba90ec46e~]#./configure--prefix=/usr/local/nginx--user=www--group=www--with-http_stub_status_modulebash:./configure:Nosuchfileordirectory//解决思路:表示在执行预编译./configure没有找到configure执行文件,改文件不存在
分类:
其他好文 时间:
2020-11-24 12:21:39
阅读次数:
7
mvn install:install-file -Dfile=D:/anzhuang/PC_RFID.jar -DgroupId=com.dr -DartifactId=pcrfid -Dversion=1.0 -Dpackaging=jar -Dfile=D:/anzhuang/PC_RFID. ...
分类:
编程语言 时间:
2020-11-24 12:07:12
阅读次数:
11
问题一: [root@cdeba90ec46e ~]# ./configure --prefix=/usr/local/nginx --user=www --group=www --with-http_stub_status_module bash: ./configure: No such fil ...
分类:
其他好文 时间:
2020-11-23 12:11:38
阅读次数:
5
1、haproxy配置多个负载 global log 127.0.0.1 local0 log 127.0.0.1 local1 notice #daemon debug user haproxy group haproxy maxconn 4096 defaults log global mode ...
分类:
其他好文 时间:
2020-11-23 12:06:36
阅读次数:
5
最近部门总监的域帐号经常被锁住,总解锁也不是一个办法,需要判断是哪台设备上触发了这个锁域帐号这个事。办法有很多,我只说一个。用POWERSHELL办法。到域控制器上,运行命令:Get-WinEvent-FilterHashtable@{logname=‘security‘;id=4740}呵呵,会看到好多吧。然后你肯定想看看是谁引起的。用以下POWERSHELL命令Get-WinE
分类:
其他好文 时间:
2020-11-21 12:01:43
阅读次数:
5
#概述 es/kibana 7.4.2 enable security docker 19.x.y requirment #resource limits /etc/security/limits.d/20-nproc.conf #* soft nproc 4096 root soft nproc ...
分类:
其他好文 时间:
2020-11-21 11:57:04
阅读次数:
6