ABN 25 173 915 011 markomedia - web development

markomedia - web development

  • Home
  • Contact
  • Blog

2010 July

  • markomedia
    • 2010
      • July
Share |
  • July 21, 2010

    Couple of useful OS X Tricks

    Author
    Marko Tomic

    I just stumbled upon 30 Fantastic Geeky Tricks To Get The Most From Your Mac and I thought I’d write down a couple of tricks I found useful.

    Recent Items Stack

    Type this in terminal window to show a stack of your ‘recent applications’.

    defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'

    Show Hidden Files

    The following command will show all hidden files in your Finder.

    defaults write com.apple.Finder AppleShowAllFiles YES

    Similarly, change the last bit to ‘NO’ to re-hide the files.

    Enable Safari Inspector

    I didn’t know that Safari had an Inspector that looks like the one in Google Chrome. As a web developer, I can say that this is music to my ears. Enable it in Terminal:

    defaults write com.apple.Safari IncludeDebugMenu 1

    Better Screen Sharing

    When I first saw Screen Sharing on a Mac, I thought it was the best thing since sliced bread. Apparently, there are more nifty Screen Sharing features that are hidden by default.  This includes a number of options for adjusting quality and allowed input on each side of the screen share. To turn them on, type this in your Terminal:

    defaults write com.apple.ScreenSharing \
    'NSToolbar Configuration ControlToolbar' -dict-add 'TB Item Identifiers' \
    '(Scale,Control,Share,Curtain,Capture,FullScreen,GetClipboard,SendClipboard,Quality)'
    Top

    Navigation

    • Home
    • Contact
    • Blog

    Archives

    • February 2012
    • January 2012
    • December 2011
    • November 2011
    • October 2011
    • September 2011
    • August 2011
    • July 2011
    • May 2011
    • December 2010
    • October 2010
    • September 2010
    • August 2010
    • July 2010
    • June 2010
    • May 2010
    • April 2010
    • February 2010
    • January 2010
    • December 2009
    • November 2009
    • October 2009

    From the blog

    • IE6, IE7, IE8, & IE9 on OS X in Virtual Machine

    • opendiff and FileMerge on OS X

    • Bandwidth throttling on OS X

    • bash script useful tips

    • apr_sockaddr_info_get() failed for mydomain.com

    About us

    Marko Tomic - Web professional and an Adobe Certified Expert with over 10 years of commercial experience using variety of technologies.

    Connect

    Facebook icon Twitter icon Email icon RSS icon