< User:Max
mNo edit summary |
m (→Configuration) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Software == | == Software == | ||
* [http://www.google.de/intl/de/earth/download/ge/agree.html Google Earth] | * [http://www.google.de/intl/de/earth/download/ge/agree.html Google Earth] | ||
* [http://www.qsl.net/kd2bd/predict.html Predict] | * [http://www.qsl.net/kd2bd/predict.html Predict] delete the include of sys/soundcard.h in installer.c to compile | ||
* [[Xcode]] | * [[Xcode]] | ||
Line 9: | Line 9: | ||
# enable automatic login | # enable automatic login | ||
# [http://www.macworld.com/article/55321/2007/02/hidemenubar.html enable fullscreen] for Google Earth | # [http://www.macworld.com/article/55321/2007/02/hidemenubar.html enable fullscreen] for Google Earth | ||
# activate [[PHP]] in Apache (WebSharing) | |||
# remove mousepointer with [http://doomlaser.com/cursorcerer-hide-your-cursor-at-will cursorcerer] | |||
# disable bouncing apps (in case ichat can't connect or something) <pre>$ defaults write com.apple.dock no-bouncing -bool TRUE<br />$ killall Dock</pre> |
Latest revision as of 14:36, 27 June 2011
Software
- Google Earth
- Predict delete the include of sys/soundcard.h in installer.c to compile
- Xcode
Configuration
- make iChat account and enable automatic screensharing for remote control
- switch off screensaver and energy saver
- enable automatic login
- enable fullscreen for Google Earth
- activate PHP in Apache (WebSharing)
- remove mousepointer with cursorcerer
- disable bouncing apps (in case ichat can't connect or something)
$ defaults write com.apple.dock no-bouncing -bool TRUE<br />$ killall Dock