Difference between revisions of "Mac os x"

From Wasya Wiki
Jump to: navigation, search
(Created page with " = Save screenshots as jpg = defaults write com.apple.screencapture type jpg;killall SystemUIServer")
 
 
(2 intermediate revisions by the same user not shown)
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 ===
 +
 +
  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

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