Linux

解决Nextcloud Preview Generate 禁用word excel pdf失效

vim config/config.php ... 'enable_previews' => true, 'enabledPreviewProv…

Nginx上传大文件慢 解决

使用apisix(nginx)转发 nginx+php 在上传大文件时,发现比原来上传慢了很多。 使用apisix转发 上传 上传15G文件,耗时4.7分钟, 其中在2.7分钟时是…

nextcloud preview-generate 报错文件无权限解决

https://github.com/nextcloud/previewgenerator/issues/408 检查过文件夹权限是正常,用户为www-data,尝试过修改appd…

tcpdump 抓包使用小结

前言 tcpdump 是一个很常用的网络包分析工具,可以用来显示通过网络传输到本系统的 TCP/IP 以及其他网络的数据包。tcpdump 使用 libpcap 库来抓取网络报,这…

Linux Tcpdump抓包

tcpdump 是一款强大的网络抓包工具,它使用 libpcap 库来抓取网络数据包,这个库在几乎在所有的 Linux/Unix 中都有。熟悉 tcpdump 的使用能够帮助你分析…

Ubuntu 18 SSH禁用密码登陆失效

禁用密码登陆但不生效 root@ecs-6537:/etc/cloud# cat /etc/ssh/sshd_config | grep PasswordAuthenticatio…

Ubuntu 18.04 修复重启sysctl 失效

如禁用ipv6 vim /etc/sysctl.d/99-sysctl.conf net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.…

grep 批量查询中文文件名

grep -P '[\x{4e00}-\x{9fa5}]' file.txt root@demo18:~# find . -type f | grep -P &…

Ubuntu 16.04 编译PHP7.1时出现:collect2: error: ld returned 1 exit status make: *** [sapi/cli/php] Error 1

collect2: error: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 vi Makefile 查找…

USG6300E 防火墙宽带拨号上网跑不满解决

USG 6300E Wan0 千兆网口 光猫拨号上网 带宽速率跑不满,测速700多M,速率损耗有点严重,一般千兆在900多M范围内那个损耗接受。 电信签约电信为2000M,电脑网卡…

1 2 4