Friday, September 30, 2011
I'm going to PyCon Ireland 2011!
I seldomly do Python programming, but when I do, I absolutely enjoy and love it. So I couldn't miss the opportunity to attend Python Conference in Dublin. PyCon Ireland is organised by Python enthusiasts from Ireland, and will be held here for the 2nd time. The schedule looks pretty interesting, it looks like Oct 8-9 will be very fruitful 2 days!
Sunday, September 11, 2011
Installing latest Flash Player 11rc on Debian Squeeze
Here is a little HOWTO about clean installation of the latest release candidate of Adobe Flash Player 11 on Debian Squeeze. It should also work on Ubuntu and other derivatives of Debian.
The method proposed here uses Debian's Alternatives System which makes it possible to install latest Flash Player in a dedicated directory and switch between it or the default version installed from Debian repository (v10) if needed.
The method proposed here uses Debian's Alternatives System which makes it possible to install latest Flash Player in a dedicated directory and switch between it or the default version installed from Debian repository (v10) if needed.
- Install flashplugin-nonfree (standard Debian repository) or flashplayer-mozilla (debian-miultimedia repository). This will install Flash Player 10.
- Download latest Flash Player for Linux from Adobe.
- Unpack it to /opt/flashplayer-11rc1 (or any other directory of your choice).
- Add entry for Flash Player 11 in the Alternatives System:
sudo update-alternatives --install /usr/lib/mozilla/plugins/flash-mozilla.so flash-mozilla.so /opt/flashplayer-11rc1/libflashplayer.so 0 - Switch between installed Flash Player versions (will launch interactive menu):
sudo update-alternatives --config flash-mozilla.so
Subscribe to:
Posts (Atom)