Horje
why doesn't my applications turn in spotlight search Code Example
why doesn't my applications turn in spotlight search
Turn off spotlight:
sudo mdutil -a -i off
Unload it:
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
Load It:
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
Turn on spotlight again:
sudo mdutil -a -i on




Shell

Related
stop gnix Code Example stop gnix Code Example
push code to github repository from command line Code Example push code to github repository from command line Code Example
chown: invalid user: ‘www-data:www-data’ Code Example chown: invalid user: ‘www-data:www-data’ Code Example
git initialize repository Code Example git initialize repository Code Example
chgrp command Code Example chgrp command Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
17