However, for GRUB2
the above doesn't work.
How do I boot two operating systems, Ubuntu9.10 and MacOSX, using GRUB2?
http://ubuntuforums.org/showthread.php?t=1081964
1) Remove previous existing versions of flash player
apt-get remove --purge flashplugin-nonfree gnash gnash-common mozilla-plugin-gnash
apt-get remove --purge swfdec-mozilla libflashsupport nspluginwrapper iceape-flashplugin
apt-get remove --purge iceweasel-flashplugin mozilla-flashplugin firefox-flashplugin
apt-get remove --purge xulrunner-flashplugin midbrowser-flashplugin xulrunner-addons-flashplugin
rm -f /usr/lib/mozilla/plugins/npwrapper.libflashplayer.so
rm -f /usr/lib/iceweasel/plugins/npwrapper.libflashplayer.so
rm -f /usr/lib/firefox/plugins/npwrapper.libflashplayer.so
rm -f /var/lib/flashplugin-nonfree/npwrapper.libflashplayer.so
rm -f ~/.mozilla/plugins/npwrapper.libflashplayer.so
rm -f /usr/lib/firefox-addons/plugins/npwrapper.libflashplayer.so
rm -f ~/.mozilla/plugins/*flash*
rm -f /usr/lib/firefox/plugins/*flash*
rm -f /usr/lib/firefox-addons/plugins/*flash*
rm -f /usr/lib/mozilla/plugins/*flash*
2) Download the 64 bit Flash Plugin (Alpha) from its website
wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz
http://labs.adobe.com/downloads/flashplayer10.html
4) copy it in its folder
cp libflashplayer.so /usr/lib/mozilla/plugins
5) Restart Firefox, open youtube and be sure the plugin works
If you're using the Opera browser:
Do this only if, after having done point 4 and 5, you can't experience flash in Opera
4) Maybe Opera isn't searching into the Mozilla Plugins folder, then let's put the Flash plugin in its folder. The steps are the same as above, the only difference is step 4
cp libflashplayer.so /usr/lib/opera/plugins
5) Reboot Opera
http://www.google.com/support/blogger/bin/answer.py?answer=42394
How can I make my blog load faster?
The speed at which your blog loads is critical to attracting more readers to your blog. If your blog takes a long time to load, many readers may leave your blog before they have the chance to read it. Here are a few tips and tricks that will help your blog load faster and attract more users:
Posts
Your blog's load time can be affected by the number of posts you display on your main page. You can easily edit the number of posts displayed of the main page from the Settings | Formatting tab. You can then select the number of posts you want to display on the main page. We recommend displaying 10 or fewer posts on the main page.
Third Party JavaScript and Links
For optimal blog load speed, we recommend using Google/Blogger widgets, JavaScipt and links. However, if you need to use third party JavaScipt and links, your blog will load much faster if you put all JavaScript at the bottom of your blog. If you have third party JavaScript and links in your sidebar, put them in at the bottom of the sidebar.
Images and Media
The more images, videos and other multi-media you have on your blog the longer it will take to load. However, images and other multimedia are important to attracting users to your blog, so it is important to optimize the load speed of your images and media. Here are a few tips to increase the load speed of your media:
Other suggestions
Opera Turbo is a server-side optimization and compression technology that speeds up data transfer and reduces the amount of data that needs to be downloaded in order to view the page by up to 80%.
but the quality of image loaded gets low.