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: March 2010
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 Tor on Debian Squeeze
Install packages: $ sudo aptitude install tor privoxy Add the following lines to relevant sections in /etc/privoxy/config: … forward-socks4a / 127.0.0.1:9050 . … listen-address 127.0.0.1:8118 ( See this thread for detail.) Then $ sudo /etc/init.d/privoxy restart to make the change … Continue reading
Posted in Debian, Linux, Squeeze
Tagged admin, Debian/Squeeze, install procedure, Linux, network, privoxy, security, tor
Leave a comment
Microsoft Natural Ergonomic Keyboard 4000 on Mac OS X Snow Leopard
I don’t really need to tweak much for the MS keyboard to work with Snow Leopard, as it will be detected and configured automatically. However, I’m not used to the Mac keyboard bindings, though I can live with it as … Continue reading
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 GFortran on Mac OS X Snow Leopard
Installing from GFortran Wiki (My Current Preferred Way) GCC Wiki has a link to Mac OS X installer. As the command gfortran will be installed at /usr/local/gfortran and causes less interferences with other libraries and software, this is my preferred … Continue reading
Posted in Uncategorized
Tagged admin, computing, install procedure, OS X, OS X/Snow Leopard, software
6 Comments
Installing SExtractor on Mac OS X Snow Leopard
(November 25, 2010) I screwed up SExtractor installation for no reason and in an attempt to fix it, I’ve found a few things. After wasting a few hours again, I think this installation note can work for most people who … Continue reading
Posted in Uncategorized
Tagged admin, astro, install procedure, OS X, OS X/Snow Leopard, research, SExtractor, software
12 Comments
Installing ATLAS on Mac OS X Snow Leopard
Installing from Fink Do: $ fink install atlas atlas-shlibs That’s it. They will be installed under /sw/lib. Installing from Source (Recommended if Building Other Software That Depends on ATLAS) First of all, I need a FORTRAN compiler, so install it. … Continue reading
Posted in Uncategorized
Tagged admin, ATLAS, computing, install procedure, OS X, OS X/Snow Leopard, software
7 Comments
Installing Squid Proxy Server on Mac OS X Snow Leopard
My goal is to set up a very basic proxy server on my Mac box on campus, so that I can have full access to subscription-based academic journals via the proxy on my laptop even when I am off campus. … Continue reading
Posted in Uncategorized
Tagged admin, install procedure, network, OS X, OS X/Snow Leopard, software
23 Comments
Installing DS9 on Debian Squeeze
Download the latest version from the official website: $ wget http://hea-www.harvard.edu/saord/download/ds9/linux64/ds9.linux64.6.0.tar.gz $ tar -xvzf ds9*.tar.gz $ chmod 755 ds9 $ sudo mv ds9 /usr/local/bin (The wget line is an example.) This will install DS9 under /usr/local/bin.
Posted in Debian, Linux, Squeeze
Tagged admin, astro, Debian/Squeeze, DS9, install procedure, Linux, research, software
Leave a comment
Installing Science Packages for Python on Debian Squeeze
Eventually it’s likely I need to build all NumPy, SciPy, and Matplotlib from source, but for now this is good enough: $ sudo aptitude install ipython python-mode $ sudo aptitude install python-numpy python-scipy python-matplotlib python-nose If I need WXAgg as … Continue reading
Posted in Debian, Linux, Squeeze
Tagged admin, astro, Debian/Squeeze, install procedure, Linux, Python, software
Leave a comment