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: Debian/Squeeze
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
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
Using NTP Server to Synchronize Time on Debian Squeeze
I want the time of my computer to get synchronized with a reliable time server. To do this, install ntp: $ sudo aptitude install ntp $ sudo /etc/init.d/ntp restart After restarting the NTP server (the second line above) the system … Continue reading
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
Mounting an ext4 Partition over NFS on Mac OS X Snow Leopard
The title says it all. I want to use a USB drive formatted with ext4 on Snow Leopard. I mostly use the drive with Linux but sometimes I wish to mount it on my iMac at work to transfer a … Continue reading
Posted in Uncategorized
Tagged admin, Debian, Debian/Squeeze, hardware, install procedure, Linux, OS X, OS X/Snow Leopard, USB
5 Comments
Power Management on Lenovo T410s
T410s’s battery life is very short, providing only 2 – 3 hours without a ultrabay module battery. I wish to continually improve the battery life, ideally getting around 5 hours in the end with the main and the ultrabay module … Continue reading
Automounting a USB Hard Drive in Debian Squeeze
I want to automatically mount a USB hard disk drive at a fixed mount point every time it gets plugged in. I also want to automatically unmount the device from the system when it’s unplugged. With udev, this is easy. … Continue reading
Posted in Uncategorized
Tagged admin, Debian, Debian/Squeeze, hardware, install procedure, Linux, USB
5 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
USB 3.0 ExpressCard Adapter on Debian Squeeze
My Lenovo T410s has a rather small 80 GB SSD, and with the amount of data that I need to deal with these days, something like mounting network drive isn’t fast enough for me. So I decided to try USB … Continue reading
Posted in Uncategorized
Tagged admin, Debian, Debian/Squeeze, hardware, install procedure, Linux, T410s, USB 3.0
1 Comment