Archlinux ARM WARNING: errors were encountered during the build. The image may not be complete
Archlinux ARM更新内核时候出现问题,mkinitcpio -P发现任然有这个问题==> Generating module dependencies ==> Creating gzip-compressed initcpio image: '/boot/initramfs-linux.img' ==>…
编译Mariadb11.2.2提示Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)
sudo apt install libncurses-dev
编译PHP8.3出现checking if iconv supports errno… no
原来的:./configure --enable-static把原来的libiconv卸载并且重新设置成下面这样的新的参数./configure --enable-static --prefix=/usr/local/libiconv然后就可以正常编译PHP了
修复Windows11搜索框卡死问题/关闭Windows 11网络搜索
1.首先,我们在搜索框中输入注册表。在Windows搜索结果中直接开启注册表功能; 2.接着,我们在注册表中输入一下路径:计算机\HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer,然后我没们用右键单击Windows选项,接着选中新建选项; 3.然后我们新建一个名为E…
使用nextcloud提示:数据库被用于事务文件锁。为了增强性能,请设置memcache
没有开启redis拓展Archlinux开启redis扩展需要同时开启igbinary拓展,不然会如下图报错,无法使用
Archlinux php -m 提示 redis undefined symbol: igbinary_serialize
Archlinux开启redis扩展需要同时开启igbinary拓展,不然会如下图报错,无法使用
Nextcloud通过客户端DAV上传100M+大文件时报500错
一直更改php nginx上传文件大小限制、上传超时时间设置,但是改了也没有任何效果发现后台日志报错:Declaration of Aws\HashingStream::seek($offset, $whence = Aws\SEEK\_SET) must be compatible with Psr\Http\Mess…
使用uptime-kuma提示node-pre-gyp: Permission denied
npm ERR! code 126 npm ERR! path /data/wwwroot/monitor.ioioi.cn/uptime-kuma/node_modules/@louislam/sqlite3 npm ERR! command failed npm ERR! command sh -c node-pre-gyp install -…
Archlinux使用nvm提示tput: unknown terminal “xterm-256color”
debian解决系列问题
在网上找了好多,说的什么修改终端类型,还有说安装ncurses包之类的,全都尝试了没有用最后经过查找这篇文章:weixin_34024034,发现了解决方案:经过测试在安装好的Archlinux中的TERMINFO默认为空在/etc/profile添加TERMINFO全局变量即可export TERMINFO=/usr/share/terminfo
debian解决 Could NOT find LZ4 (missing: LZ4_LIBRARIES LZ4_INCLUDE_DIRS) (Required is at least version "1.6")你可以尝试使用以下命令安装LZ4库:sudo apt-get install liblz4-dev如果已经安装了该库,你可以尝试更新一下系…