#-A ufw-before-input -p tcp --dport 80 -m set --match-set banned_ips src -j DROP # 创建ipset…
dmesg有提示: ip_local_port_range: prefer different parity for start/end values 查询本地端口范围 $ cat…
sunday 免密码 所有命令 www 免密码限定 只能执行ps和kill命令 visudo # # This file MUST be edited with the '…
https://help.aliyun.com/zh/ecs/user-guide/test-the-iops-performance-of-an-essd 虽然测试裸盘可以获得较…
vim config/config.php ... 'enable_previews' => true, 'enabledPreviewProv…
使用apisix(nginx)转发 nginx+php 在上传大文件时,发现比原来上传慢了很多。 使用apisix转发 上传 上传15G文件,耗时4.7分钟, 其中在2.7分钟时是…
https://github.com/nextcloud/previewgenerator/issues/408 检查过文件夹权限是正常,用户为www-data,尝试过修改appd…
前言 tcpdump 是一个很常用的网络包分析工具,可以用来显示通过网络传输到本系统的 TCP/IP 以及其他网络的数据包。tcpdump 使用 libpcap 库来抓取网络报,这…
tcpdump 是一款强大的网络抓包工具,它使用 libpcap 库来抓取网络数据包,这个库在几乎在所有的 Linux/Unix 中都有。熟悉 tcpdump 的使用能够帮助你分析…
禁用密码登陆但不生效 root@ecs-6537:/etc/cloud# cat /etc/ssh/sshd_config | grep PasswordAuthenticatio…