Linux, Open Source, Web, Engineering, Technology


Archive for the ‘Firefox’ Category


July 23, 2011

UPDATED, Finally! Adobe releases native 64 bit Flash 11 for Linux

UPDATED Jul 23/2011

Finally we have a native 64bit Flash 11. It is working very well, I highly recommend it.

Before installing it, make sure that previous versions of Flash and nspluginwrapper are uninstalled.

Download it from:
http://download.macromedia.com/pub/labs/flashplatformruntimes/flashplayer11/flashplayer11_b1_install_lin_64_071311.tar.gz
untar, copy and link  libflashplayer.so to /usr/lib/mozilla/plugins by doing the following in the terminal. (make sure you close Firefox first)

tar zxvf flashplayer11_b1_install_lin_64_071311.tar.gz sudo cp libflashplayer.so /usr/lib/mozilla/plugins/ sudo ln -sf /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/firefox-addons/plugins/ sudo ln -sf /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/xulrunner-addons/plugins/

Done!

Or, alternatively (you should always read and understand scripts before running them) you can do this installation just by copying and pasting the following in the terminal:

wget https://blog.alejandrocuervo.com/downloads/flash_x64_en.sh && sudo chmod +x flash_x64_en.sh && sudo sh ./flash_x64_en.sh

This script will install Native 64 Bit Flash 11 and will also remove previous versions of flash and “nspluginwrapper”
Note: If you just want to see the code for the script, it is available here:
https://blog.alejandrocuervo.com/downloads/flash_x64_en.sh

EDIT #1: January 01/2009: Updated everything to use latest adobe version 10.0.d21.1
EDIT #2: March 02/2009: Updated everything to use latest adobe version 10.0.22.87
EDIT #3: August 02/2009: Updated everything to use latest adobe version 10.0.32.18
EDIT #4: January 05/2010: Updated everything to use latest adobe version 10.0.42.34
EDIT #5: February 11/2010: Updated everything to use latest adobe version 10.0.45.2
EDIT #6: October 12/2010: Updated everything to use latest adobe version 10.2.161.23 Preview
EDIT #7: July 23/2011: Updated everything to use latest version of Adobe Flash version 11.0.1.60

Posted by acuervo. Filed under 64-bit, Firefox, Flash, Linux, terminal, Ubuntu, Web-Ecosystem.

Tags: , , .



May 14, 2010

Set Gmail / Google Apps email as system wide default

This gem should be installed by default in all Linux distributions.

It even handles file attachments.

Highly recommended.

Gnome Gmail.

Posted by acuervo. Filed under Firefox, Linux, Web-Ecosystem.

Tags: , .



November 16, 2009

Restoring Nautilus as the default “Open Containing Folder” in Firefox

Using the terminal:

gksudo gedit /usr/share/applications/mimeinfo.cache

Search for: x-directory/gnome-default-handler=

and make sure the whole line reads

x-directory/gnome-default-handler=nautilus-folder-handler.desktop

instead of:

x-directory/gnome-default-handler=Thunar-folder-handler.desktop
x-directory/gnome-default-handler=pcmanfm-folder-handler.desktop;
x-directory/gnome-default-handler=kde4-dolphin.desktop

Posted via email

Posted by acuervo. Filed under Firefox, Linux, terminal, Ubuntu.

.



August 1, 2009

Firefox passes billionth download!

This is one of the greatest achievements of open source.
And yes, they are extremely profitable.

Posted via web from queleimporta

Posted by acuervo. Filed under Firefox, Web-Ecosystem.

.



July 31, 2009

Setting Firefox 3.5 as default browser system wide in ubuntu

Some applications like TweetDeck don’t respect gnome preferred applications settings and continue to use the older Firefox 3.1 instead of the new one 3.5 when opening links.

This is because

/usr/bin/firefox is currently pointing (like a shortcut) to
/usr/bin/firefox-3.0

To change this to 3.5 enter the following on the command line

sudo ln -sf /usr/bin/firefox-3.5 /usr/bin/firefox

If you want to change it back:

sudo ln -sf /usr/bin/firefox-3.0 /usr/bin/firefox

This will work for Firefox 3.5 as well as Shiretoko 3.5
This will also fix same issues with other Adobe Air applications

Posted via email from queleimporta

Posted by acuervo. Filed under Firefox, Linux, terminal, Ubuntu.

.



March 2, 2009

Free blogging desktop clients for linux

This will be an ever gowing list of blogging desktop clients

Posted by acuervo. Filed under Firefox, Linux, WordPress.

Tags: , .



January 9, 2009

Native 64bit Java plugin for Firefox, on Ubuntu.

Now there are no more reasons not to install 64bit Ubuntu. First is was Adobe with their native 64 bit Flash plug-in and now Sun has released a native 64 bit Java plug-in.

To install the 64 bit java plugin on Intrepid 8.10:

  1. Download the bin file here
  2. cd /opt
  3. sudo sh jre-6u12-ea-bin-b03-linux-amd64-22_dec_2008.bin
  4. cd /usr/lib/mozilla/plugins
  5. sudo ln -s /opt/jre1.6.0_12/lib/amd64/libnpjp2.so
  6. Restart Firefox

Done!

Posted by acuervo. Filed under 64-bit, Firefox, Linux, terminal, Ubuntu.

Tags: , , .



October 15, 2008

The easiest way to install Flash 10 on Ubuntu 64 bits

IMPORTANT UPDATE #2: Adobe has released a NATIVE 64bit Flash Player, Please click here to the newer post

To install Flash 10 version 10.0.12.36 on Ubuntu 8.04 64 Bits, (Released October 15 2008)

Copy and Paste the following on the terminal:

wget https://blog.alejandrocuervo.com/downloads/flash10_en.sh && sudo chmod +x flash10_en.sh && sudo sh ./flash10_en.sh

Done!

Note: If you just want to see the code for the script, it is available here:
https://blog.alejandrocuervo.com/downloads/flash10_en.sh

Posted by acuervo. Filed under 64-bit, Firefox, Flash, Linux, Ubuntu.

Tags: , , .



"The opposite of love is not hate, it's indifference.
The opposite of art is not ugliness, it's indifference.
The opposite of faith is not heresy, it's indifference.
And the opposite of life is not death, it's indifference."

Elie Wiesel
4144 grains of sand from alejandro cuervo