Speeding up Mac via Terminal
There are some tips mentioned in Mac magazine. I am sharing with you here so that you will find useful. There are lots of ways to speed up your mac via apps available in the internet. But still there are some built in commands that you can go through it via terminal to switch off the unnecessary things that you are not using to scale up your mac's performance. Below are some of the tips
There are some times when you see that the dock animations are not that necessary, If you find yourself in that situation, you can use the below commands to disable it.
defaults write com.apple.dock autohid-time-modifier -int0;
Hit Return after the above command. To get the animation back use the below command
defaults delete com.apple.dock autohide-time-modifier; killall Dock
To be frank, i can ask the majority of the mac users, how many of us are using our dashboard regularly, I can confidently says that it is very few. There are some resources used by it default. So whey waste on something you never use!!. You can disable via the following command.
defaults write com.apple.dashboard mcx-disabled -bool YES;
To bring the dashboard back use the following command
defaults write com.apple.dashboard mcx-disabled -bool NO;