系统常用命令 发表于 2023-01-23 更新于 2026-08-25 分类于 汇总 , Mac系统 本文字数: 81 阅读时长 ≈ 1 分钟 提示应用文件已经损坏1234567891011# 开启 任何来源sudo spctl --master-disable# 绕过公证sudo xattr -rd com.apple.quarantine (拖入文件)# 应用签名# 安装 xcodexcode-select --install# 签名, 显示 "/文件位置 : replacing existing signature"sudo codesign --force --deep --sign - (应用路径) ssh代理12345ssh -NT \ -o ServerAliveInterval=30 \ -o ExitOnForwardFailure=yes \ -R 127.0.0.1:17890:127.0.0.1:10086 \ easyhappy