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
Tag Archives: software
Installing Dropbox on Debian Wheezy
Go to the Dropbox download website and download the .deb package, here dropbox_1.4.0_amd64.deb. Then The program will be listed under the menu Applications -> Internet. On the first launch it will download the daemon and I will need to go … Continue reading
Posted in Uncategorized
Tagged admin, Debian/Wheezy, Dropbox, install procedure, Linux, software
Leave a comment
Installing Firefox 9 on Debian Squeeze
The questionable move by Firefox to the rapid release schedule has me disappointed. A little bugs here and there, incompatible add-ons, and so on. Seriously, the major, if not the most important advantage of Firefox is all these add-ons we … Continue reading
Posted in Uncategorized
Tagged admin, Debian/Squeeze, Firefox, install procedure, Linux, software, web browser
Leave a comment
Installing kcorrect (v4_2) for IDL Locally on Linux
I usually stay away from IDL but wanted to test the new version of kcorrect which usually runs on IDL. Fortunately a Linux box in the department has IDL installed, so I decided to test it there, installing kcorrect locally. … Continue reading
g3data
This is all I needed to use this: Love Debian.
Posted in Uncategorized
Tagged admin, astro, computing, Debian, install procedure, Linux, research, software
Leave a comment
SciPy Weave Bug in Debian Squeeze
I was trying to remove a bottleneck by converting a portion of Python code into C++ via scipy.weave.inline, and encountered a bug. Here is my code: And this is what I get: running build_ext running build_src build_src building extension “sc_1eb4d019edb4774720031f15557074a811″ … Continue reading
Posted in Uncategorized
Tagged computing, Debian, Debian/Squeeze, programming, Python, research, software
Leave a comment
Installing Firefox 4 Beta 9 on Debian Squeeze
I find the easiest way is to download a precompiled binary from this nightly build repository. For beta 9 on AMD64: $ wget http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/firefox-4.0b9pre.en-US.linux-x86_64.tar.bz2 $ tar -xvjf firefox*.tar.bz2 $ sudo mv firefox /usr/local/firefox4-b9pre $ sudo ln -s /usr/local/firefox4-b9pre /usr/local/firefox4 $ … Continue reading
Posted in Uncategorized
Tagged admin, Debian, Debian/Squeeze, Firefox, install procedure, Linux, software, web browser
3 Comments
PS3 Media Server on Debian Squeeze
My music collection consists of Ogg Vorbis files. Rather than re-encoding them again for PlayStation 3, I decided to serve music files via a media server. Fortunately this is very easy to do. Installation Mostly following this note: $ sudo … Continue reading
Posted in Uncategorized
Tagged admin, Debian, Debian/Squeeze, install procedure, Last.fm, Linux, multimedia, music, network, PS3, software
Leave a comment
Installing Debian Squeeze from Hard Disk
Unfortunately the Debian installer does not work on my Dell desktop box. I still wanted to do a fresh install of Squeeze, and the only sensible option for me was to install off hard disk. I have been having the … Continue reading
Posted in Uncategorized
Tagged admin, Debian, Debian/Squeeze, hardware, install procedure, Linux, software
4 Comments
Installing JWM on Debian Squeeze
To really save battery consumption when needed, I decided to install JWM on my laptop. As usual, I did $ sudo aptitude install jwm and just selected jwm at the KDM login menu. However, every time I tried to launch … Continue reading
Posted in Uncategorized
Tagged admin, Debian, Debian/Squeeze, install procedure, JWM, Linux, software
Leave a comment
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