Changes between Initial Version and Version 1 of jazz/macOS
- Timestamp:
- May 28, 2024, 2:06:03 PM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified jazz/macOS
v1 v1 1 = macOS 筆記 = 2 3 == Softwareupdate == 4 5 * Execute the following command to instruct a computer to download a full installer for macOS 12.2: 6 {{{ 7 softwareupdate --fetch-full-installer --full-installer-version 12.2 8 }}} 9 10 == purge == 11 12 * Linux 底下可以用 vm.drop_caches=3 來清除不必要的記憶體 13 {{{ 14 sudo purge 15 }}}