Skip to main content

Home/ Groups/ Pingree Tech
Robert Ogden

Mac OS X v10.4 and later: How to prevent .DS_Store file creation over network connections - 0 views

  • defaults write com.apple.desktopservices DSDontWriteNetworkStores true
Robert Ogden

NETGEAR ReadyNAS * View topic - .appleDB already exists/.appledouble - 0 views

  • To delete these, open a finder window select your source folder (in my case on the external harddrive)and search for '.AppleDouble' .Press the cogwheel symbol in the Finder window and select 'Show search criteria'.After that, select the 'Kind' drop down button and select 'Other ...' .Now a window opens with multiple search attributes.Select
  • File invisible'.Now you have an additional option when you press the 'Kind' drop down button.Select now "File visibility" and the attribute "invisible" - now you are able to see your .AppleDouble (which are actually displayed as folders)Select them and move them to trash - they will still be there in your selection window, but will have changed the location.That's it.Now you are able to copy from your source (external harddrive) to the destination ReadyNAS. Egg ReadyNAS Newbie   Posts: 8Joined: Mon Jun 15, 2009 5:31 am
Robert Ogden

Google Apps Script - Google Apps Script - Google Code - 0 views

  •  
    Reading Spreadsheet data using JavaScript Objects, apply this to the Professional Development form.
Robert Ogden

How to Disable Google Chrome Updates » SitePoint - 0 views

  • Enter the following commands in the Terminal application.To disable automated updates:view plainprint?$ defaults write com.google.Keystone.Agent checkInterval 0  $ defaults write com.google.Keystone.Agent checkInterval 0Change the 0 to a 1 to re-enable updates.To set the update frequency:view plainprint?$ defaults write com.google.Keystone.Agent checkInterval <frequency>  $ defaults write com.google.Keystone.Agent checkInterval <frequency>
Robert Ogden

Creating a new browser user profile - Google Chrome Help - 0 views

  •  
    ~/Library/Application Support/Google/Chrome/Default
Robert Ogden

Enable and disable Airport from the command line - Mac OS X Hints - 0 views

  •  
    sudo ifconfig en1 down Where en1 is the interface for your Airport Extreme Card. en0 is usually Ethernet, and en1 is usually the Airport Extrewme card. To bring it back up, just type: sudo ifconfig en1 up Enjoy
Robert Ogden

Download User List as CSV - Google Apps Help - 0 views

  •  
    ragrampi,   It looks like, for whatever reason, the .CSV link disappears when you create more than 30 users in your domain.  However, you should still be able to download the file by logging into the Control Panel and then manually entering the URL: https://www.google.com/a/cpanel/yourdomain.com/DownloadUserData/UserData-yourdomain.com-20090527.csv    (replace both yourdomain.com entries with your actual domain name and replace 20090527 with today's actual date).   If you believe this answers your question, please hit the "Yes" button next to this post so that others with similar questions can quickly find an answer. Jay
« First ‹ Previous 221 - 240 of 245 Next ›
Showing 20 items per page