Firefox upgrade
1. Download the latest version of Firefox on the website https://www.mozilla.org/en-US/firefox/new/?from=getfirefox I downloaded the firefox-33.1.1.tar.bz2.
2. Delete the original Firefox browser
#yum Erase Firefox
You can also use the rpm form to delete
3. Unzip to the directory you wish to install, such as my/usr/local, which will generate a Firefox folder after decompression.
#tar-JXVF firefox-33.1.1.tar.bz2-c/usr/local/
After decompression we will see in the/usr/local/firefox directory a Firefox executable file, CD to the directory to execute
#./firefox
You can run Firefox
4. The above can be said that the installation is complete, but we do not directly enter Firefox under the terminal will be prompted to find the command, you must enter/usr/local/firefox/firefox to start Firefox, so we'll give it a link here
#ln-S/usr/local/firefox/firefox/usr/local/bin//usr/local/sbin/
This way, we will start Firefox when we enter Firefox in the terminal.
5. To add a desktop shortcut to use on the desktop, refer to the How to create a shortcut in CentOS6.5 installation Eclipse
Adobe Flash Player installation
Firefox browser by default is not with Flash_player, usually have Flash Web page will prompt to install Flash_player plug-in, first, according to Firefox tips, go to Adobe's website to download the latest Flash plugin, I downloaded is Install_ Flash_player_11_linux.x86_64.tar.gz
1. Download install_flash_player_11_linux.x86_64.tar.gz
2. Unzip
TAR-ZXVF install_flash_player_11_linux.x86_64.tar.gz
Three files are generated after decompression (everything is file.) LIBFLASHPLAYER.SO,README.TXT,USR (catalogue)
3. Copy the libflashplayer.so to the plugins directory in Firefox
CP libflashplayer.so/usr/lib/mozilla/plugins/
4. Copy all the documents under the USR directory to the/USR directory of the system
Cp-r./usr/*/usr/
5. Restarting Firefox will take effect.
Adblock Plus plug-in installation
Originally installed plug-ins is a very easy thing, but recently out of an OCSP response contains outdated information errors, so you can not directly install plug-ins, it is said that the matter of GFW, certificate expired What, is not very clear, you can refer to Firefox to resolve the OCSP response contains outdated information issues
Based on the content of the above post, we can add relevant entries in the Hosts file
Vi/etc/hosts
Insert the following entry in the file
#mozilla117.18.232.191 addons.cdn.mozilla.net117.18.232.191 mozorg.cdn.mozilla.net117.18.232.191 developer.cdn.mozilla.net117.18.232.191 fhr.cdn.mozilla.net117.18.232.191 support.cdn.mozilla.net117.18.232.191 marketplace.cdn.mozilla.net117.18.232.191 air.cdn.mozilla.net117.18.232.191 activations.cdn.mozilla.net117.18.232.191 cdn.mozilla.net117.18.232.191 download-installer.cdn.mozilla.net117.18.237.191 getpersonas-cdn.mozilla.net117.18.232.191 snippets.cdn.mozilla.net117.18.232.191 telemetry-experiment.cdn.mozilla.net117.18.232.191 code.cdn.mozilla.net117.18.232.191 videos.cdn.mozilla.net117.18.232.191 glow.cdn.mozilla.net117.18.237.29 Ocsp.digicert.com 72.21.81.109 Df6a.https.cdn.softlayer.net#mozilla
After restarting the browser, select "plug-in" to search for Adblock Plus installation
After the completion of the ads can be blocked, next talk about how to block Youku and potatoes ads?
Open home/your User name folder to find the. Macromedia folder is generally hidden and you need to press Ctrl+h to show it (root user to/root) and then enter flash_player/#SharedObjects/ (8-bit random name) folder if you see a folder called static.youku.com, then delete it (ignore it directly) and then create a document called Static.youku.com to change the permission to read-only, and this concludes.
It is possible to go up, if you install the English version of Firefox there is a step, we add to Adblock Plus filter rules easylist china+easylist and update.
OK ~ above restart the browser and turn on Youku to see if it's coming into effect ~
This article is from the "Learning" blog, so be sure to keep this source http://learnwithme.blog.51cto.com/7148047/1584527
centos6.5 Firefox upgrade Flash Player install Adblock Plus ad Shield plugin installation