Difference between revisions of "Mac os x"

From Wasya Wiki
Jump to: navigation, search
 
Line 1: Line 1:
  
= Save screenshots as jpg =
+
=== Save screenshots as jpg ===
  
 
  defaults write com.apple.screencapture type jpg;killall SystemUIServer
 
  defaults write com.apple.screencapture type jpg;killall SystemUIServer
  
= time =
+
=== time ===
  
 
   sudo sntp -sS time.apple.com
 
   sudo sntp -sS time.apple.com
  
= Change default screenshot filename =
+
=== Change default screenshot filename ===
 
  defaults write com.apple.screencapture name "iDB"
 
  defaults write com.apple.screencapture name "iDB"
 
  killall SystemUIServer
 
  killall SystemUIServer
 +
 +
=== Spotlight ===
 +
 +
Kill it: add the HD to privacy, in apple system settings
 +
 +
Restart, Command+r, shell, then:
 +
 +
csrutil disable
 +
 +
Then, unload the service:
 +
 +
  sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist

Latest revision as of 16:57, 12 April 2024

Save screenshots as jpg

defaults write com.apple.screencapture type jpg;killall SystemUIServer

time

 sudo sntp -sS time.apple.com

Change default screenshot filename

defaults write com.apple.screencapture name "iDB"
killall SystemUIServer

Spotlight

Kill it: add the HD to privacy, in apple system settings

Restart, Command+r, shell, then:

csrutil disable

Then, unload the service:

 sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist