Archive for the ‘Debian’ Category

Flash Player 10 [Square] on Debian Squeeze x86_64

Read about the new pre-release here. Download the tar ball, extract, copy the library to your plugin directory and get rid of gnash.


~$ tar xzfv flashplayer10_2_p3_64bit_linux_111710.tar.gz
~$ cp -av libflashplayer.so /usr/lib/mozilla/plugins/
~$ sudo apt-get remove browser-plugin-gnash gnash-common gnash

Restart your browsers and check your about:plugins page, you should see this:

A good day

image

@ the office

sqlalchemy, MySQLdb, debian

(in virtualevn)

$ sudo apt-get install libmysqlclient-dev python-dev
$ easy_install SQLAlchemy mysql-python

Not sure why the package is labeled mysql-python. Also, you need the development headers because the MySQLdb module is written in c.

Return top