Tags
admin astro ATLAS Bash computing Debian Debian/Lenny Debian/Squeeze Debian/Wheezy DotCloud Dropbox DS9 Emacs Epson Perfection V30 Evernote FFTW Firefox hardware high performance computing install procedure Japanese JWM kernel LaTeX Linux multimedia network Nevernote OS X OS X/Leopard OS X/Snow Leopard power management programming Python reference research SExtractor shell tips software stellar population synthesis T410s T420 USB web browser XPS 630i-
Recent Posts
Recent Comments
Archives
- October 2012
- September 2012
- July 2012
- June 2012
- May 2012
- January 2012
- December 2011
- May 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- August 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- August 2009
- July 2009
- June 2009
- April 2009
- March 2009
Meta
Category Archives: Snow Leopard
Installing Bruzual & Charlot 2003 (GALAXEV) on Mac OS X Snow Leopard
You can follow the same procedure for Linux, except that csh probably is already installed at /bin/csh and gfortran needs to be installed differently (see this post).
Posted in Mac OS X, Snow Leopard
Tagged install procedure, software, stellar population synthesis
Leave a comment
python-mode.el for Emacs
On Debian, you can simply install the package “python-mode,” but this describes the manual method. For OS X (I currently use Snow Leopard), I can install the python-mode package via FinkCommander. First, download python-mode.el and place it under ~/.emacs.d (create … Continue reading
Posted in Linux, Mac OS X, Snow Leopard
Tagged Emacs, Linux, OS X, Python, python-mode, Snow Leopard
1 Comment
Turning On X Forwarding on Mac OS X Snow Leopard
Read this article. sed ‘s/#X11Forwarding\ no/X11Forwarding\ yes/’ /etc/sshd_config > /tmp/sshd_config sudo mv /tmp/sshd_config /etc/.
Posted in Mac OS X, Snow Leopard
Leave a comment
Installing PSFex on Mac OS X Snow Leopard
There seems to be no stable release for PSFex yet. So we download source from subversion. Before doing that, you need to install FFTW and ATLAS first. (You need a single-precision library for FFTW.) Download a tarball (for trunk) from … Continue reading
Posted in Mac OS X, Snow Leopard
Leave a comment
Installing pysao on Mac OS X Snow Leopard
The pysao (or python-sao) version used here is svn rev. 115: $ mkdir /usr/local/src/pysao $ cd /usr/local/src/pysao $ svn checkout http://python-sao.googlecode.com/svn/trunk/ python-sao $ cd python-sao $ python xpa_download.py $ tar xf xpa-2.1.12.tar.gz $ ln -s xpa-2.1.12 xpalib $ cd xpalib … Continue reading
Posted in Mac OS X, Snow Leopard
Leave a comment
Installing pdftk on Mac OS X Snow Leopard
There is a .dmg for pdftk 1.41 for OS X 10.6.2. Thanks to fredericiana.com. What a time saver.
Posted in Mac OS X, Snow Leopard
Leave a comment
Installing HOTPANTS on Mac OS X Snow Leopard
You can’t have enough of hot pants in your life, so you need to reinstall HOTPANTS on Snow Leopard. First of all, you need a development version of CFITSIO already installed. See this page if you need to install it … Continue reading
Posted in Mac OS X, Snow Leopard
Leave a comment
Installing CFITSIO on Mac OS X Snow Leopard
It’s handy to have CFITSIO against which you may build miscellaneous packages for science computing. To have this in your system, download the tarball (here it’s version 3.24) and build as follows: $ mkdir /usr/local/src/cfitsio # Need a correct file … Continue reading
Posted in Mac OS X, Snow Leopard
1 Comment
Restoring Hidden Files with Time Machine on Mac OS X Snow Leopard
Well I had this heart-stopping moment when I did not see all the “hidden” files (on Linux those are files with names starting with a “.”) while browsing Time Machine backups. It turns out a widget called hiddenfiles can toggle … Continue reading
Posted in Mac OS X, Snow Leopard
2 Comments
Using Logitech MX Revolution on Mac OS X Snow Leopard
Yup. Given I need the power of 64-bit computing, I upgraded my Leopard box to Snow Leopard. So far, so good. For using Logitech MX Revolution on Snow Leopard, just download and install Logitech Control Center for OS X. Works … Continue reading
Posted in Mac OS X, Snow Leopard
Leave a comment