User:Max/Überblick: Difference between revisions

From Medien Wiki
mNo edit summary
 
(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

Configuration

  1. make iChat account and enable automatic screensharing for remote control
  2. switch off screensaver and energy saver
  3. enable automatic login
  4. enable fullscreen for Google Earth
  5. activate PHP in Apache (WebSharing)
  6. remove mousepointer with cursorcerer
  7. disable bouncing apps (in case ichat can't connect or something)
    $ defaults write com.apple.dock no-bouncing -bool TRUE<br />$ killall Dock