禁用mac聚焦索引
sudo mdutil -a -i off
开启mac聚焦索引
sudo mdutil -a -i on
2023年10月19日 09:51:41
Openwrt opkg腾讯源
src/gz openwrt_core https://mirrors.ustc.edu.cn/openwrt/releases/24.10.0/targets/bcm53xx/generic/packages
src/gz openwrt_base https://dl.openwrt.ai/packages-24.10/arm_cortex-a9/base
src/gz openwrt_packages https://dl.openwrt.ai/packages-24.10/arm_cortex-a9/packages
src/gz openwrt_luci https://dl.openwrt.ai/packages-24.10/arm_cortex-a9/luci
src/gz openwrt_routing https://dl.openwrt.ai/packages-24.10/arm_cortex-a9/routing
src/gz openwrt_kiddin9 https://dl.openwrt.ai/packages-24.10/arm_cortex-a9/kiddin9
2023年10月16日 16:57:45
wordpress 更新提示需要ftp账号权限,修改wp-config.php,增加一行以下内容后刷新即可
define('FS_METHOD','direct');
2023年09月22日 22:47:19
mac安装提示损坏
sudo xattr -rd com.apple.quarantine /Applications/INSTALLER.app
2023年09月14日 16:51:10
minio与halo2中的S3对接的时候,需要在minio中设置origin为“us-east-1”,其他的根据正常的配置即可,不设置的保持默认的话上传会报500,minio中记得打开用户的读写权限