There is no system preference setting for adjusting the cursor blink rate in OS X, as with many hidden settings you can change the blink rate directly using a defaults write command (OS X 10.9 and above).
10.9
Removing the date and time Stamp from Screenshots
By default, screenshots (cmd⌘ + shift⇧ + 3) are saved on your desktop along with the date and time they were taken. It’s possible to to remove the date and time stamp from the file names of screenshots, use the following command in Terminal:
How to add a blank space to your Dock?
Do you want to keep the Dock in OS X organized? You can do this with a blank space. This way, you can divide your Dock in different groups. Copy and paste the following command in a Terminal window. After the restart, the space will be added to the Dock, which you can move to any place.
OS X: How to quickly hide the desktop icons
Do you often have to do a presentation on your Mac and don’t want others to see what’s on your desktop? It’s possible to quickly hide the icons on your desktop. Launch Terminal and enter the following command.
Disable ‘Preferences’ menu option in OS X Finder
It is possible to disable the OS X Finder menu option: ‘Finder ▸ Preferences’ (cmd⌘ + ,). This will prohibit setting changes in the OS X Finder application.
Delete the hiding Dock Delay in OS X
You can choose to hide/show the Dock automatically. This has a default speed to display the dock. You can speed it up with a defaults write command. This command removes the delay from when a cursor is hovered near the Dock. It doesn’t change the animation speed of the dock, only the response to the cursor.
How to reset the DNS cache in OS X
OS X always keeps a local cache of resolved DNS queries (IP address) for future reference. But sometimes it may be necessary to clear (flush) the cache. You can do this with a terminal command, this will refresh the local DNS cache.