Skip to content

Instantly share code, notes, and snippets.

@rayepeng
Last active June 21, 2021 08:53
Show Gist options
  • Save rayepeng/73fbb684a9b71b20810ce4d9a7570666 to your computer and use it in GitHub Desktop.
Save rayepeng/73fbb684a9b71b20810ce4d9a7570666 to your computer and use it in GitHub Desktop.
mac #mac #Linux
# 寻找文件大于100M
sudo find / -type f -size +1000M
# 提示app不安全
sudo spctl --master-disable
# mumu模拟器
驱动冲突解决
sudo kextunload -m com.intel.driver.EnergyDriver
# Linux 修改所有者
chown -R jd-root:jd-root test_dir
#unzip 解压
unzip xxx.zip -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment