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!
A History of how I get rid of Microsoft and enter the Mac world. Besides, there some tips or news about Mac or Apple.
Saturday, April 5, 2014
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.
=Text(B2, "yyyy-mm-dd")
B2 is the cell with date time field.
Saturday, February 22, 2014
Friday, January 3, 2014
How to rename a file or folder in Mac OS X
- Highlight the file or folder that you want to rename, then hit "return" key.
- Rename a file or folder via command line
- mv oldfilename newfilename
Monday, December 23, 2013
Remove Duplicate Apps in Mac's Right Click -- "Open With"
- Open "Terminal" app.
- Enter the following command in "Terminal"
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.
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
Subscribe to:
Posts (Atom)

