Supermicro-C612-X10DAi-hackintosh

(★ 11)

No description available.

File Explorer

  • .DS_Store
  • interview.png
  • LICENSE
  • README.md
  • Screenshot_20220912_170714.png

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

defaults

View Details ▼

Read and write macOS user configuration for applications.

defaults read "{{application}}" "{{option}}"

Read system defaults for an application option:

defaults read -app "{{application}}" "{{option}}"

Read default values for an application option:

defaults find "{{keyword}}"

Search for a keyword in domain names, keys, and values:

// repository documentation