Links
Archives
- 01/01/2003 - 02/01/2003
- 02/01/2003 - 03/01/2003
- 03/01/2003 - 04/01/2003
- 05/01/2003 - 06/01/2003
- 06/01/2003 - 07/01/2003
- 09/01/2003 - 10/01/2003
- 10/01/2003 - 11/01/2003
- 11/01/2003 - 12/01/2003
- 01/01/2004 - 02/01/2004
- 02/01/2004 - 03/01/2004
- 05/01/2004 - 06/01/2004
- 06/01/2004 - 07/01/2004
- 07/01/2004 - 08/01/2004
- 10/01/2004 - 11/01/2004
- 11/01/2004 - 12/01/2004
- 12/01/2004 - 01/01/2005
Notes on R statistics and programming language
Friday, December 17, 2004
Some important Apple tips.
X11 is located in the Applications/Utilities directory
Install XCode from developer.apple.com
Install the latest gcc update from developer.apple.com
Install fink and fink-commander from fink.sourceforge.net
Append .profile to .bashrc so that the /sw subdirectory is put in the path
Use fink-commander to install lots of good stuff
Change the focus on xwindows to no-click-to-focus with the following command (in an xterm)
"defaults write com.apple.x11 wm_ffm true"
This means that the active window (your "focus") is where the mouse is.
Install gimp from http://www.gimp.org
X11 is located in the Applications/Utilities directory
Install XCode from developer.apple.com
Install the latest gcc update from developer.apple.com
Install fink and fink-commander from fink.sourceforge.net
Append .profile to .bashrc so that the /sw subdirectory is put in the path
Use fink-commander to install lots of good stuff
Change the focus on xwindows to no-click-to-focus with the following command (in an xterm)
"defaults write com.apple.x11 wm_ffm true"
This means that the active window (your "focus") is where the mouse is.
Install gimp from http://www.gimp.org