Saturday, April 5, 2014

Evernote: Offline Notes in IOS device

First you need to pay for Premium account in Evernote.
Offline Notebooks: you can access you notes even you don't have Internet connection.

How to ?

Add your note to favourite (by click the star), then you can access the note even offline.


Enjoy!

Tuesday, April 1, 2014

MS Excel 2011 -- Change Date Time field to Date

Change the date time field to date, do the following in the cell

=Text(B2, "yyyy-mm-dd")


B2 is the cell with date time field.

Saturday, February 22, 2014

Zoom Content on the Screen or Magnify Content on the Screen















Turn Zoom on or off option + command + 8
Zoom in option + command + =
Zoom out option + command + -

Friday, January 3, 2014

How to rename a file or folder in Mac OS X


  1. Highlight the file or folder that you want to rename, then hit "return" key.
  2. Rename a file or folder via command line
    1. mv oldfilename newfilename


Monday, December 23, 2013

Remove Duplicate Apps in Mac's Right Click -- "Open With"


  1. Open "Terminal" app.
  2. Enter the following command in "Terminal"
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user

  3. After that, relaunch Finder by holding down the "Alt" key and right click the finder icon in the Dock, then click "Relaunch".

Sunday, November 24, 2013

Disable "Reopen Windows When Restart" in Mac OS X

In Mavericks,
System Preferences, in General , click the "Close windows when quitting an application" option.

Show Hidden Files in Mac OS

Show Hidden Files

For OS X Mavericks 10.9 there is a very slight difference in casing:
defaults write com.apple.finder AppleShowAllFiles TRUE
For Mac OS X 10.8 Mountain Lion, 10.7 Lion, 10.6 Snow Leopard the setting remains the following:

defaults write com.apple.Finder AppleShowAllFiles TRUE

Restart Finder by the following
killall Finder


Reverse to Default & Make Files Hidden Again

defaults write com.apple.Finder AppleShowAllFiles FALSE
There is little difference in OS X Mavericks has to do with capitalisation:
defaults write com.apple.finder AppleShowAllFiles FALSE

Restart Finder by the following
killall Finder