User:Max/Überblick: Difference between revisions

From Medien Wiki
 
Line 11: Line 11:
# activate [[PHP]] in Apache (WebSharing)
# activate [[PHP]] in Apache (WebSharing)
# remove mousepointer with [http://doomlaser.com/cursorcerer-hide-your-cursor-at-will cursorcerer]
# 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