NetworkManager HowTo:
# apt-get -y install network-manager-gnome
# cp /etc/network/interfaces{,.stock}
# echo "auto lo" > /etc/network/interfaces
# echo "iface lo inet loopback" >> /etc/network/interfaces
# service network-manager start
# nm-applet &
Network manager should now be working and the applet should be active in gnome-panel
----------------------------------
Adobe Flash Notes:
Flash is installed in Firefox on BT5-gnome by default.
You can verify this by visiting about:plugins in Firefox's URL/address bar
NoScript is installed and enabled by default.
Visit http://youtube.com
Click any random video on the frontpage.
You'll see the NoScript snake icon in the upper left corner.
You'll see a flash icon in the middle of the video, click it.
NoScript pop-up will appear, uncheck "always ask for confirmation", click OK.
Flash object will reload and video will play.
Optionally disable NoScript: Tools>Add-ons->NoScript->Disable.
If Flash does not show up in Firefox's about:plugins then check:
# ls -l /usr/lib/mozilla/plugins/flashplugin-alternative.so
should be a symlink to:
# ls -l /etc/alternatives/mozilla-flashplugin
which itself is a symlink of:
# ls -l /usr/lib/flashplugin-installer/libflashplayer.so
which is the actual binary file.
If the above is not present you may do the following to install the Flash plugin:
# kill -9 $(pgrep firefox)
# mkdir flash-plugin
# cd flash-plugin
# wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz
# tar xzvf install_flash_player_10_linux.tar.gz
# cp libflashplayer.so /usr/share/mozilla/plugins/
# cd ..
# rm -Rf flash-plugin
Tested on BackTrack5-Final Gnome 32-bit Live-DVD.
P.S. If you have the BT5 KDE edition you may have some issues with nm.
If you have the 64-bit ISO you may have issues with Flash.
If you are using the ARM variant, you're on your own.
Additionally there is something screwy about the BT5 ISO which does not play nice with my I-ODD.


