code:terminalcmds
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| code:terminalcmds [2022/05/06 14:21] – michfiel | code:terminalcmds [2025/09/21 15:26] (current) – michfiel | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Useful Terminal Commands ===== | ===== Useful Terminal Commands ===== | ||
| + | Update macOS: | ||
| + | sudo softwareupdate | ||
| + | | ||
| Mute Startup Sound: | Mute Startup Sound: | ||
| sudo nvram StartupMute=%01 | sudo nvram StartupMute=%01 | ||
| Line 46: | Line 49: | ||
| Enable Screen Sharing | Enable Screen Sharing | ||
| - | sudo defaults write / | + | |
| - | | + | sudo launchctl load -w / |
| + | |||
| + | Remove all files from git cache | ||
| + | git rm -r --cached . | ||
| + | git add . | ||
| + | git commit -m " | ||
code/terminalcmds.1651839674.txt.gz · Last modified: by michfiel
