User:Max/Überblick: Difference between revisions

From Medien Wiki
 
(2 intermediate revisions by the same user not shown)
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