code:terminalcmds
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| code:terminalcmds [2020/06/09 13:03] – 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: | ||
| + | sudo nvram StartupMute=%01 | ||
| Erase Hard Disk: | Erase Hard Disk: | ||
| Line 10: | Line 16: | ||
| chflags nohidden ~/Library/ | chflags nohidden ~/Library/ | ||
| | | ||
| - | Cleanup Finder database: | + | Cleanup Finder database: |
| + | | ||
| - | Backup iPad on external disk (named " | + | Backup iPad on external disk (named " |
| ln -s / | ln -s / | ||
| - | Booting in verbose mode | + | Booting in verbose mode: |
| sudo nvram boot-args=”-v” | sudo nvram boot-args=”-v” | ||
| - | Show full path names in all Finder windows | + | Show full path names in all Finder windows: |
| defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES | defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES | ||
| - | Always use expanded save dialog | + | Always use expanded save dialog: |
| defaults write -g NSNavPanelExpandedStateForSaveMode -bool TRUE | defaults write -g NSNavPanelExpandedStateForSaveMode -bool TRUE | ||
| | | ||
| - | Change date to March 18th 2013 12:50 for fooling older MacOS X Installers | + | Change date to March 18th 2013 12:50 for fooling older MacOS X Installers: |
| date 0318125013 | date 0318125013 | ||
| + | | ||
| + | Purge cached user preferences: | ||
| + | |||
| + | killall -u $USER cfprefsd | ||
| + | | ||
| + | Unlock folder and all files therein: | ||
| + | |||
| + | chflags -R nouchg / | ||
| + | |||
| + | |||
| + | 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.1591700595.txt.gz · Last modified: by michfiel
