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
Monthly Archives: November 2009
PyRAF Tips
The Standard Calling Sequence for an IRAF Task within a Python Script This is just an example of how to run an IRAF task as if it is part of a Python module using PyRAF. It ensures that the task … Continue reading
Installing Freemind on Debian Lenny
Download .deb from Freemind’s sourceforge web page, e.g., freemind_0.8.1-2_all.deb. Then # apt-get install sun-java6-jre # apt-get install libcommons-codec-java libcommons-lang-java libjcalendar-java # apt-get install libjgoodies-forms-java librelaxng-datatype-java # dpkg -i freemind_0.8.1-2_all.deb Add the following line to ~/.bashrc: export JAVA_HOME=/usr/lib/jvm/java-6-sun (Without the environment … Continue reading
Posted in Debian, Lenny, Linux
Leave a comment