Last active
June 21, 2021 08:53
-
-
Save rayepeng/73fbb684a9b71b20810ce4d9a7570666 to your computer and use it in GitHub Desktop.
mac #mac #Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 寻找文件大于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