Carlsbad Cubes Wolf Paulus

mac-osx

Prevent OSX's .DS_Store file creation over network connections and other useful defaults
By Wolf Paulus <wolf@wolfpaulus.com>

Posted Wednesday, May 23rd, 2007


.DS_Store

This will affect the your interactions with SMB/CIFS, AFP, NFS, and WebDAV servers:
  1. Open the Terminal.
  2. Enter: defaults write com.apple.desktopservices DSDontWriteNetworkStores true
  3. Press Return.
  4. Restart the computer.


Tweak Safari

Don't have Safari display PDF documents, rather have them downloaded instead:
  1. Open the Terminal.
  2. Enter: defaults write com.apple.Safari WebKitOmitPDFSupport -bool YES
  3. Press Return.
  4. Open the QuickTime preference pane in System Preferences.
  5. Click the Advanced tab, and then MIME Settings...
  6. Under the Images list, make sure PDF Image is not checked.

V270 BT

Logitech V270 Bluetooth Mouse Scaling

  1. Open the Terminal.
  2. Enter: defaults write -g com.apple.mouse.scaling 0.03
  3. Press Return.


Optimize Apple Mail

  1. Quit Mail and open Terminal.
  2. Enter: cd ~/Library/Mail
  3. Press Return.
  4. Enter: sqlite3 Envelope\ Index
  5. Press Return, a sqlite> prompt will appear.
  6. Enter: vacuum subjects;
  7. Press Return.
  8. Press control D after the prompt appears.
  9. Restart Mail.


Flush DNS cache



Get rid of goofy dock style in Leopard

  1. defaults write com.apple.dock no-glass -boolean YES
  2. killall Dock


remove all .DS_Store files from your_dir



show network traffic in terminal



Disclosure: This blog is written and edited by me, it contains my words and my opinions only, and does not contain any content which might present a conflict of interest.
I am not compensated to provide opinion on products, services, websites and various other topics. This blog does not accept any form of cash advertising, sponsorship, or paid topic insertions. However, I will and do accept and keep free products, services, and other forms of compensation from companies and organizations. All advertising is in the form of advertisements generated by a third party ad network and identified as such.
I will only endorse products or services that I believe, based on my expertise, are worthy of such endorsement. Any product claim, statistic, quote or other representation about a product or service should be verified with the manufacturer or provider.

Published on: Wednesday, May 23rd, 2007  •  Category: [mac-osx]

Article URL : http://wolfpaulus.com/journal/mac-osx/macdefaults.html