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/Lenny
Installing NumPy, SciPy, & Matplotlib on Debian Lenny (AMD64) with Python 2.6
I assume that Python 2.6 has already been installed from source on Lenny. $ sudo apt-get install libatlas-headers libatlas-base-dev $ sudo apt-get install libfftw3-dev libsuitesparse-dev $ sudo apt-get install liblapack-dev gfortran swig Download NumPy from the official repository. Then $ … Continue reading
Posted in Uncategorized
Tagged admin, computing, Debian, Debian/Lenny, install procedure, Linux, Python, software
1 Comment
Installing Python 2.6 from Source on Debian Lenny (AMD64)
First, development files need to be installed for some Python packages to be built: $ sudo apt-get install libreadline5-dev libbz2-dev tcl8.5-dev tk8.5-dev libsqlite3-dev You need to update the above package list if the Python modules you need are not being … Continue reading
Posted in Uncategorized
Tagged admin, Debian, Debian/Lenny, install procedure, Linux, Python, software
2 Comments
Installing wxPython 2.8 on Debian Lenny
Actually Debian has the python-wxgtk2.8 package which you can simply apt-get if you wish to have it installed as part of Python 2.5 which is the stable version for Lenny. I’m adding wxPython 2.8 to Python 2.6, which I installed … Continue reading
Posted in Uncategorized
Tagged admin, Debian, Debian/Lenny, install procedure, Linux, Python, software
5 Comments
Canon PIXMA iP1800 for Debian Lenny
This is a cheap inkjet printer that I got for my temporary printing needs. The cartridges are very expensive (> $16 !!), so for heavy use this isn’t really worth my money. Anyways… Install CUPS and printing-related packages: # apt-get … Continue reading
Posted in Uncategorized
Tagged admin, Debian, Debian/Lenny, hardware, install procedure, Linux
5 Comments
Using NTP Server to Synchronize Time on Debian Lenny
# apt-get install ntp # /etc/init.d/ntp restart That’s it. How simple is that!