Archive for March, 2010
aptitude search ‘and’
16Mar10
this is really something really annoying about aptitude, if you run: aptitude search linux headers it will make an ‘or’ search…to perform a ‘and’ search, which I need 99.9% of the time, you need quotation marks: aptitude search ‘linux headers’
Filed under: linux, ubuntu | Leave a Comment
using numpy dtype with loadtxt
03Mar10
Let’s say you want to read a text file like this: #filename start end fdsafda.fits 23143214 23143214 safdsafafds.fits 21423 23423432
Filed under: linux, numpy, python | Leave a Comment