The Artima Developer Community
Sponsored Link

Java Buzz Forum
Prevent .DS_Store file creation over network connections and other useful defaults

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Wolf Paulus

Posts: 692
Nickname: wolfpaulus
Registered: Jan, 2004

Wolf Paulus is an experienced software developer focusing on Java, XML, Mac OS X, wireless/mobile ..
Prevent .DS_Store file creation over network connections and other useful defaults Posted: May 22, 2007 11:34 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Wolf Paulus.
Original Post: Prevent .DS_Store file creation over network connections and other useful defaults
Feed Title: Wolf's Web Journal
Feed URL: http://wolfpaulus.com/feed/
Feed Description: Journal - dedicated to excellence, and motivated by enthusiasm to trying new things
Latest Java Buzz Posts
Latest Java Buzz Posts by Wolf Paulus
Latest Posts From Wolf's Web Journal

Advertisement

.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, An sqlite> prompt will appear.
  6. Enter: vacuum subjects;
  7. Press Return.
  8. Press control and D after the prompt appears
  9. Restart Mail

Read: Prevent .DS_Store file creation over network connections and other useful defaults

Topic: Rebellion Previous Topic   Next Topic Topic: A FireFox Plugin for Eclipse

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use