Recent Changes - Search:

Public

Physics

Engineering

Literature
Journal Club
People

MineralPET
DAQ

Computing

Africa


Notes on Apple Os X

Misc

  • Fink package manager, porting
  • NeoOffice: OpenOffice for OsX with an Aqua interface
  • Finder Refresh Force Mac OsX Finder to refresh a window.
  • Mac Magic Keys for booting from a CD, forcing a reset etc
  • Desktop Manager virtual screens/desktops
  • Stupid tricks with network time
    You can setup two or more ntp servers by typing all their addresses in the input box, separated by spaces. But remember to get rid of the rest of the descriptive text. Very useful inside Wits, where you cannot reach the standard Apple NTP servers.
  • Batteries

Emacsen

There is an incredible number of Os X/Acqua/Carbon versions of Emacs and Xemacs. Not trivial to find the right one.

Other editors for Mac Os X

Apple Mail

Safari

  • Sogudi search plugin
    Type any search (wikipedia, google.co.za, man pages etc) from the location file. Sogudi main site, very slow.

Slow SSH logins

Append to your .ssh/config file:

host *
GSSAPIKeyExchange no
GSSAPIAuthentication no

derived from http://maestric.com/en/doc/fix-slow-ssh-connections-delays-on-mac-os-x

Devel

  • to show linked libraries (equivalent of ldd prog on Linux): otool -L
  • shell environment
MallocBadFreeAbort=1
MallocHelp=true
MallocStackLoggingNoCompact=1
  • leaks
  • malloc_history
  • MallocDebug.app
  • gdb
    interesting that, since it traps aborts and segfaults, it can be used to apply malloc_history to a program that crashes. Pity that despite all this malloc_history did not manage to explain me why Geant4.9 works with HBook, and Geant4.8 crashes instead.
Edit - History - Print - Recent Changes - Search
Page last modified on November 18, 2007, at 02:28 pm