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…
如禁用ipv6 vim /etc/sysctl.d/99-sysctl.conf net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.…
grep -P '[\x{4e00}-\x{9fa5}]' file.txt root@demo18:~# find . -type f | grep -P &…
collect2: error: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 vi Makefile 查找…