Astuces Mac
-
Afficher / masquer les fichiers cachés Cmd shift .
-
Afficher / masquer les fichiers cachés avec terminal defaults write com.apple.finder AppleShowAllFiles TRUE defaults write com.apple.finder AppleShowAllFiles FALSE
-
clean “Others” storage https://www.reddit.com/r/jailbreak/comments/gkn3yb/discussionguys_i_found_the_way_to_clean_your/?utm_source=share&utm_medium=ios_app&utm_name=iossmf
-
Importer des signets https://support.apple.com/fr-fr/guide/safari/ibrw1015/mac
-
Dock plus rapide (Terminal)
defaults write com.apple.dock autohide-delay -float 0defaults write com.apple.dock autohide-time-modifier -float 0.4; killall Dockenlevédefaults delete com.apple.dock autohide-delay && killall Dock -
“app” is damaged and can’t be opened ![[app is damaged.png|app is damaged.png]] Open Terminal For a certain application
sudo xattr -rd com.apple.quarantine /Applications/appname.appDisable checks globally (dl from “Anywhere”)sudo spctl --master-disableActivate checks globallysudo spctl --master-enable -
Clavier custom custom-keyboard
-
Recover Deleted Pictures From USB https://youtu.be/XZbR0U9Ir9w
- Disable SIP
- Restart your computer in Recovery mode.
- Launch Terminal from the Utilities menu.
- Run the command
csrutil disable. - Restart your computer. Enable SIP
- Restart your computer in Recovery mode.
- Launch Terminal from the Utilities menu.
- Run the command
csrutil enable. - Restart your computer.
-
Speedtest dans terminal
networkquality -
Afficher HUD Metal Activer HUD:
/bin/launchctl setenv MTL_HUD_ENABLED 1Désactiver HUD:
/bin/launchctl setenv MTL_HUD_ENABLED 0Toggle HUD:ftion shift f9 -
Clean ._ files Open Terminal,
cddirectory
find . -type f -name '._*'
find . -type f -name '._*' -delete - TextEdit ouvre un document vierge
defaults write -g NSShowAppCentricOpenPanelInsteadOfUntitledFile -bool false defaults write com.apple.TextEdit NSShowAppCentricOpenPanelInsteadOfUntitledFile -bool falseAnnuler
defaults delete com.apple.TextEdit NSShowAppCentricOpenPanelInsteadOfUntitledFile defaults delete -g NSShowAppCentricOpenPanelInsteadOfUntitledFile - Utiliser f1 et f2 pour contrôler la luminosité du clavier
- Coller ceci dans un documents texte ```bash <?xml version=”1.0” encoding=”UTF-8”?> <!DOCTYPE plist PUBLIC “-//Apple//DTD PLIST 1.0//EN” “http://www.apple.com/DTDs/PropertyList-1.0.dtd”>
```
- Renommer par
com.local.keyRemapping.plist - Déplacer le fichier vers
~/Library/LaunchAgents