Mac上遇到“已损坏,无法打开”的提示解决 在Mac上遇到“已损坏,无法打开”的提示时,通常是因为系统安全机制阻止了未认证的第三方应用。以下是解决方法: 方法1:通过终端命令解除限制 打开终端(聚焦搜索 Terminal 或前往 应用程序 > 实用工具 > 终端)。 输入以下命令,按回车执行: sudo xattr -rd com.apple.quarantine /Applications/你的应用名称.app 将 你的应用名 教程资源 admin 2025-07-12 7 热度 0评论
自建节点在nikki和openclash上的使用 第三方订阅转换: https://bianyuan.xyz github直连镜像: https://gh-proxy.com yaml配置文件仓库: https://github.com/qichiyuhub/rule/tree/main/config/mihomo substore教程视频: 教程资源 admin 2025-07-12 4 热度 0评论
彻底搞懂 Nikki 插件|OpenWrt 透明代理最强配置教程(含实战与常见问题) Nikki仓库: https://github.com/nikkinikki-org/OpenWrt-nikki Github镜像链接: https://gh-proxy.com 数据库地址(已添加直连镜像): geosite:1. https://gh-proxy.com/https://github.com/MetaCubeX/meta-rules-dat/releases/download/ 教程资源 admin 2025-07-12 16 热度 0评论
OpenWrt 编译步骤与命令详解教程 一、首次编译 1.克隆 OpenWrt 源码 git clone https://github.com/coolsnowwolf/lede openwrt 这里以 Lean 大佬的源码仓库为例子,毕竟很多人都在用它。命令末尾加了openwrt是指克隆代码到openwrt目录,目的是为了规范化,因为有时并不是编译这个的源码。 2.进入源码目录 cd openwrt 3.下载 feeds 源中的软件 教程资源 admin 2025-06-18 30 热度 0评论
利用pve中搭建的ubuntu系统来用immortalwrt/imagebuilder来构建openwrt固件 第一步:准备Ubuntu系统 sudo apt update && sudo apt upgrade -y sudo apt install -y build-essential libncurses5-dev zlib1g-dev gawk git gettext \\ libssl-dev rsync wget unzip python3 zstd tree 第二步:下载并解压 教程资源 admin 2025-06-18 33 热度 0评论