Add an empty space to your dock to split the icons up a bit. You can add as many as you like:
defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}'
killall Dock
Tag-Archive for "mac os x"
Add an empty space to your dock to split the icons up a bit. You can add as many as you like:
defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}'
killall Dock
This excellent piece of software allows you to have multiple clipboards. I find this an essential piece of software to aid development. Being able to copy multiple things in an application before switching apps and pasting is so useful.
I’ve set this up to allow my F keys to quickly access the last few copy buffers. Sweet. Why doesnt this come as standard on a Mac?”
Get the software, PTHPasteBoard from PTH Consulting. Its free, although you can purchase the pro version to enable filtering.
Local DNS cache need refreshing? type this handy command into the terminal
dscacheutil -flushcache
Top tip: Close Safari before running the above!