Support
iCloud
MacBook
A-Z Index of the Apple OS X command line
iTerm2 Mac OS Terminal Emulator
File System Programming Guide von Apple, unter anderem mit Directory Layout
Homebrew Homepage Install Search Repository cheatsheet
TextWrangler Homepage
Java Entwicklung
Java
Information and system requirements for installing and using Oracle Java on Mac OS X
Definition Environment Variable JAVA_HOME mit der neusten Version von Java
$ export JAVA_HOME=$(/usr/libexec/java_home)
Anzeige der installierten Versionen
$ /usr/libexec/java_home -V
Anzeige der neusten Version
$ /usr/libexec/java_home
Eine bestimmte Version
$ /usr/libexec/java_home -v 1.6
Maven
Git
Eclipse
TomEE
Installation mit
$ brew install tomee-plus
Start / Stop mit
$ /usr/local/opt/tomee-plus/libexec/bin/startup.sh
$ /usr/local/opt/tomee-plus/libexec/bin/shutdown.sh
Test mit Link