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 2010
SExtractor on Debian Squeeze (AMD64)
Installing from Debian Repository $ sudo aptitude install sextractor This version is rather old (v2.4.4) though. Installing from Source I need FFTW and ATLAS installed already, and assume that FFTW was installed at /usr/local/fftw, and ATLAS at /usr/local/atlas following the … Continue reading
Posted in Uncategorized
Tagged admin, astro, Debian, Debian/Squeeze, install procedure, Linux, research, SExtractor, software
Leave a comment
FFTW on Debian Squeeze (AMD64)
Installing from Debian Repository $ sudo aptitude install libfftw3-3 libfftw3-dev The second package is only necessary for development. Installing from Source The version of FFTW I use here is 3.2.2. Follow this: $ mkdir tmp $ cd tmp $ wget … Continue reading
Posted in Uncategorized
Tagged admin, computing, Debian, Debian/Squeeze, FFTW, install procedure, Linux, research, software
2 Comments
ATLAS on Debian Squeeze (AMD64)
Installing from Debian Repository $ sudo aptitude install libatlas3gf-base $ sudo aptitude install libatlas-base-dev The second line is necessary only for development. Installing from Source Disable CPU throttling. Find out how many CPUs I have: $ cat /proc/cpuinfo … info … Continue reading
Posted in Uncategorized
Tagged admin, ATLAS, computing, Debian, Debian/Squeeze, install procedure, Linux, research, software
3 Comments
Installing IRAF version 2.15 on Debian Squeeze
My way of installing IRAF v2.15, now 64-bit by default. First create a regular user named “iraf”: $ sudo adduser iraf $ sudo aptitude install csh $ sudo ln -s /usr/lib/libncurses.so /usr/lib/libtermcap.so.2 The second line installing csh is necessary because … Continue reading
Posted in Uncategorized
Tagged admin, astro, Debian, Debian/Squeeze, install procedure, Linux, research, software
Leave a comment
Some Physics Units Cheat Sheet
Before I forget: In CGS: where
Estimating Standard Deviation from N Data Points
In astronomy people often estimate a standard deviation in, say, background counts from the observed data themselves, since it is very difficult to know what true standard deviations are. Then the question is this: How many measurements (e.g., the number … Continue reading
Installing mpi4py on Debian Squeeze
I want to do parallel computing on my desktop to take advantage of quad core. Actually, I just need to test programs to be run on HPC clusters. It is actually easy to set up a parallel computing environment. Install … Continue reading
Posted in Uncategorized
Tagged admin, computing, Debian, Debian/Squeeze, high performance computing, install procedure, Linux
3 Comments
Installing Firefox 4 Beta on Debian Squeeze
Update: I think the following note that I made a while ago is no longer applicable. Please visit: http://mozilla.debian.net/ for a more streamlined installation via apt-get. Caution: This note won’t work for a version >= Beta 8-1. Unfortunately the new … Continue reading
Posted in Uncategorized
Tagged admin, Debian, Debian/Squeeze, Firefox, install procedure, Linux, web browser
9 Comments
Installing Sage (Math Library) on Debian Squeeze
First, download the source to some directory (here /usr/local/sage) from one of the official repositories (here it’s at U. of Washington, just for an illustration). Move to the directory and then $ wget -c http://boxen.math.washington.edu/sage/src/sage-4.6.tar $ sudo aptitude install gcc … Continue reading
Posted in Uncategorized
Tagged admin, computing, Debian, Debian/Squeeze, install procedure, Linux, software
5 Comments
Setting Time and Time Zone in Debian on a Dual Boot Sytem with Windows
I noticed that my time is way off on my Debian box. I’m dual booting one of my desktop with Windows XP, so I have to set the CMOS clock to the local time as opposed to the UTC time … Continue reading