Skip to main content

Home/ Pingree Tech/ Contents contributed and discussions participated by Robert Ogden

Contents contributed and discussions participated by Robert Ogden

Robert Ogden

Useful YouTube URL Tricks - 0 views

  •  
    &hd=1
Robert Ogden

List of Chromium Command Line Switches « Peter Beverloo - 0 views

  •  
    --disable-restore-background-contents
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

iTunes: Turning on Activation-only Mode - 0 views

  • To turn on Activation-only Mode on Mac OS X: Make sure iTunes isn’t running and then open Terminal. In Terminal, enter a command: To turn activation-only mode on: defaults write com.apple.iTunes StoreActivationMode -integer 1 To turn activation-only mode off: defaults delete com.apple.iTunes StoreActivationMode To turn on Activation-only Mode on Windows: Make sure iTunes isn’t running, and then open a Command Prompt window. Enter a command: To turn activation-only mode on: "C:\Program Files\iTunes\iTunes.exe" /setPrefInt StoreActivationMode 1 To turn activation-only mode off: "C:\Program Files\iTunes\iTunes.exe" /setPrefInt StoreActivationMode 0
« First ‹ Previous 141 - 160 of 169 Next ›
Showing 20 items per page