MacBook Air 965入手

等了快两周终于到手了…

把主要工作机换成它之后再补充点使用感受进来。现在先上几张图吧。
跟我现在的主要工作用笔记本相比确实轻多了…

MacBook Air 965入手_第1张图片

MacBook Air 965入手_第2张图片

MacBook Air 965入手_第3张图片

在Safari里登录了一次Gmail,结果Safari提示我要不要把帐号跟Mail、iChat、iCal关联在一起。换句话说我的帐号…系统太智能有时候也很可怕。

在terminal里第一次敲java命令的时候提示可以下载安装Java。实际装上的是Apple版JDK 6 update 26。默认使用的是server VM,并且GC默认选用了ParNew + CMS。

MacPorts
sudo port install git-core +svn +bash_completion

装了lftp、tree和macvim
sudo port install lftp tree
sudo port install macvim +cscope +python +perl +ruby
<< 这样会装上python25,杯具的port啊…

给MacVim安装了NERDTree
http://programming34m0.blogspot.com/2011/04/nerd-tree-file-explorer-with-mac-vim.html

装了TextMate。
https://github.com/drnic/ruby-tmbundle

装了AppCleaner
http://www.freemacsoft.net

Extract Installer and Package Files in Mac OS X Easily with Pacifist
http://www.charlessoft.com

没有ldd命令。用otool命令代替

SSHFS
http://osxfuse.github.io
http://stackoverflow.com/questions/12510421/sshfs-for-osx-10-8-mountain-lion

http://www.wikihow.com/Take-a-Screenshot-in-Mac-OS-X
Cmd+Shift+4

http://acuasi.alaska.edu/2013/06/21/compile-and-use-llvm-3-3-on-os-x/
http://llvm.org/bugs/show_bug.cgi?id=16625

http://apple.stackexchange.com/questions/26616/dns-not-resolving-on-mac-os

Xcodeおよびコマンドライン開発ツールのインストールとアクティブ開発ディレクトリの切り替え【Mac OS X Mavericks版】

装了NetBeans 6.5来build出c1visualizer。
为了build这玩儿,得在/Users/<username>/.netbeans/6.5/build.properties里加写配置。我是加了netbeans.dest.dir=/Users/<username>/build/output
不过不知道怎么回事,c1visualizer的trunk在6.5上还是build不出来。说缺openide.util模块。是项目的问题还是NB的问题呢?

Kriss-MacBook-Air:maxine rednaxelafx$ max image
======================== VM Configuration ========================
Build level: PRODUCT
Reference scheme: com.sun.max.vm.reference.direct.DirectReferenceScheme
Layout scheme: com.sun.max.vm.layout.ohm.OhmLayoutScheme
Monitor scheme: com.sun.max.vm.monitor.modal.schemes.thin_inflated.ThinInflatedMonitorScheme
Heap scheme: com.sun.max.vm.heap.sequential.semiSpace.SemiSpaceHeapScheme
Compilation scheme: com.sun.max.vm.compiler.adaptive.AdaptiveCompilationScheme [opt=C1X, baseline=T1X]
Run scheme: com.sun.max.vm.run.java.JavaRunScheme
JDK: 1.6.0_26
==================================================================
...
<Trace 1> BEGIN: writing boot image jar file: /Users/rednaxelafx/build/maxine/com.oracle.max.vm.native/generated/darwin/maxine.jar
<Trace 1> END:   end boot image jar file: /Users/rednaxelafx/build/maxine/com.oracle.max.vm.native/generated/darwin/maxine.jar (4M)
<Trace 1> BEGIN: writing boot image file: /Users/rednaxelafx/build/maxine/com.oracle.max.vm.native/generated/darwin/maxine.vm
<Trace 1> END:   end boot image file: /Users/rednaxelafx/build/maxine/com.oracle.max.vm.native/generated/darwin/maxine.vm (53M)
<Trace 1> Total time: 56.681 seconds

你可能感兴趣的:(macbook)