03 September 2009

Je viens de découvrir que Abode a sorti son flash debug en version 64bits. Maintenant rien ne nous empêche de debugger nos applications Flex sous Linux et abandonner notre vieux Windows.
Copier les lignes ci-dessous dans un script
#!/bin/bash
# Script created by
# Romeo-Adrian Cioaba romeo.cioaba@spotonearth.com
echo "Stopping any Firefox that might be running"
sudo killall -9 firefox
echo "Removing any other flash plugin previously installed:"
sudo apt-get remove -y --purge flashplugin-nonfree gnash gnash-common mozilla-plugin-gnash swfdec-mozilla libflashsupport nspluginwrapper
sudo rm -f /usr/lib/mozilla/plugins/*flash*
sudo rm ...
Rss articles





