-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnote.txt
70 lines (43 loc) · 1.26 KB
/
note.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
HomeBrew软件包管理
https://brew.sh
ZFS文件系统
https://openzfsonosx.org/wiki/Downloads
iTerm2终端
http://www.iterm2.com
效率软件Alfred 3 Mac上非常强大的效率软件,代替spotlight的最好选择。
IINA是非常优秀的开源视频软件,调整倍速、在线字幕搜索、简洁的设计、URL播放。
系统清理工具
MacBooster 7
App Cleaner & Uninstaller
beamoff
https://github.com/c823969351/beamoff
老式mac电脑装新版macOS
https://dortania.github.io/OpenCore-Legacy-Patcher/
压缩工具
The Unarchiver
docker
colima start
系统打开最多文件限制
/Library/LaunchDaemons/limit.maxfiles.plist
最大进程数限制
/Library/LaunchDaemons/limit.maxproc.plist
禁止错误报告
/usr/sbin/mDNSResponderHelper
/usr/sbin/mDNSResponder
/usr/sbin/syslogd
/usr/libexec/airportd
/usr/libexec/logd
使用verbols显示启动过程可以:
sudo nvram boot-args "-v"
取消自动开机:
sudo nvram AutoBoot=%00
重新启用自动开机:
sudo nvram AutoBoot=%03
开启开机音效:
sudo nvram BootAudio=%01
取消开机音效:
sudo nvram BootAudio=%00
性能模式
sudo nvram boot-args="serverperfmode=1 $(nvram boot-args 2>/dev/null | cut -f 2-)"
launchctl_tweak.sh mac OS 10.x-13.x
launchctl_tweak_14.sh mac OS 14.x