- Launch Terminal and enter the following command:
sudo mdutil -a -i off
- Type your admin password and hit Return.
- Close the Terminal and restart your Mac.
python3 -m pip install --upgrade --force-reinstall PyQt5
- Open Keychain
- Delete all Entries with "Teams"
- Also delete all similar entries with "Microsoft"
Maybe also delete everything mentioned here:
sudo kill -9 `ps ax|grep 'coreaudio[a-z]' | awk '{print $1}'`
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "\n\n--- Killing Stupid Adobe Auto Load Crap ---\n\n" | |
launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist | |
launchctl unload -w {,~}/Library/LaunchAgents/com.adobe.*.plist | |
sudo launchctl unload -w /Library/LaunchDaemons/com.adobe.*.plist | |
echo "\n\n--- Done! ---\n\n" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Force rebuild the spotlight index from scratch. | |
# --> https://apple.stackexchange.com/a/74892 | |
# Turn off spotlight. | |
sudo mdutil -a -i off | |
# Remove the index files. | |
sudo rm -rfv /.Spotlight-V100 |
My setup:
macOS High Sierra (10.13.3). I decrypt my cloud-data via encfs
, which uses osxfuse
. Years ago I used BoxCryptor v1 to encrypt my files, but now I'm on macOS and use free software to decrypt my files. (Hint: Don't use BoxCryptor v2, they switched to a proprietary encryption format!)
Problem:
Suddenly after a reboot encfs wasn't working at all.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name BitMex USD Converter | |
// @namespace https://bitmex.com/ | |
// @version 0.11 | |
// @description Get some sanity into your gambling. | |
// @author koinkraft | |
// @grant none | |
// @include https://bitmex.com/* | |
// @include https://www.bitmex.com/* | |
// @require https://code.jquery.com/jquery-2.1.4.min.js |
Caused by Acrobat DC, which installs an add-on that causes the error.
- Open the following folder:
~/Library/Group Containers/UBF8T346G9.Office/User Content/Startup/Excel
- Remove
SaveAsAdobePDF.xlam
NewerOlder