Mac: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
* [http://osxdaily.com/2007/03/30/mac-os-x-directory-structure-explained/ Mac OS X Directory Structure explained] | * [http://osxdaily.com/2007/03/30/mac-os-x-directory-structure-explained/ Mac OS X Directory Structure explained] | ||
* [http://apple.stackexchange.com/questions/79514/directory-structure-between-mac-osx-and-linux Directory structure between mac osx and linux] | * [http://apple.stackexchange.com/questions/79514/directory-structure-between-mac-osx-and-linux Directory structure between mac osx and linux] | ||
== Home directory == | |||
/Users/USERNAME | |||
= Where is the terminal = | |||
Macintosh HD/Applications/Utilities/Terminal. | |||
= Hardware = | |||
== Touchpad == | |||
Need to press a little bit (instead of touch) for the left-click effect. | |||
The right click is called secondary click in OS X. By default it is click with two fingers. We can change the setting by going to System Preferences/Touchpad/Secondary click. | |||
Scroll: two fingers move up/down. The direction is like moving a paper; i.e. scrolling up will gradually show the next part of the content. | |||
Zoom in/out: pinch with two fingers. | |||
Smart zoom: double-tap with two fingers. | |||
== CPU information == | |||
<pre> | |||
sysctl -n machdep.cpu.brand_string | |||
</pre> | |||
My macbook Pro 2015 shows i7-4980HQ CPU @ 2.80GHz. | |||
= Finder - file manager = | |||
* https://en.wikipedia.org/wiki/Finder_(software) | |||
= Tips = | = Tips = | ||
* [http://www.makeuseof.com/tag/new-mac-setup/ Got a New Mac? Do This First!] | * [http://www.makeuseof.com/tag/new-mac-setup/ Got a New Mac? Do This First!] | ||
* [http://www.win-vector.com/blog/2017/01/upgrading-to-macos-sierra-nee-osx-for-r-users/ Upgrading to macOS Sierra (nee OSX) for R users] | * [http://www.win-vector.com/blog/2017/01/upgrading-to-macos-sierra-nee-osx-for-r-users/ Upgrading to macOS Sierra (nee OSX) for R users] |
Revision as of 14:12, 8 February 2017
macOS
https://en.wikipedia.org/wiki/MacOS
OS X File System
- https://developer.apple.com/library/content/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/FileSystemOverview/FileSystemOverview.html
- Mac OS X Directory Structure explained
- Directory structure between mac osx and linux
Home directory
/Users/USERNAME
Where is the terminal
Macintosh HD/Applications/Utilities/Terminal.
Hardware
Touchpad
Need to press a little bit (instead of touch) for the left-click effect.
The right click is called secondary click in OS X. By default it is click with two fingers. We can change the setting by going to System Preferences/Touchpad/Secondary click.
Scroll: two fingers move up/down. The direction is like moving a paper; i.e. scrolling up will gradually show the next part of the content.
Zoom in/out: pinch with two fingers.
Smart zoom: double-tap with two fingers.
CPU information
sysctl -n machdep.cpu.brand_string
My macbook Pro 2015 shows i7-4980HQ CPU @ 2.80GHz.