Linux, Open Source, Web, Engineering, Technology
Posts Tagged ‘Ubuntu’
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 http://queleimporta.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:
http://queleimporta.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 Alejandro. Filed under 64-bit, Firefox, Flash, Linux, terminal, Ubuntu, Web-Ecosystem.
February 5, 2009
Using VNC with Terminal Server Client on Ubuntu
The VNC client bundled with Ubuntu, Vinagre, works half the time. Fortunately, we can also VNC with the installed “Terminal Server Client”
The “VNC” option with the default installation of Terminal Server Client is disabled or grayed-out.
To enable it you need to install the xtightvncviewer package in Synaptic or with the following command on the terminal
sudo apt-get install xtightvncviewer
Done!
UPDATE: To also enable the XDMCP protocol option, sudo apt-get install xnest
January 9, 2009
Java plugin de 64 bits para Firefox en Ubuntu.
Sorry, this entry is only available in Español.
Posted by Alejandro. Filed under 64-bit, Firefox, Linux, terminal, Ubuntu.
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:
- Download the bin file here
- cd /opt
- sudo sh jre-6u12-ea-bin-b03-linux-amd64-22_dec_2008.bin
- cd /usr/lib/mozilla/plugins
- sudo ln -s /opt/jre1.6.0_12/lib/amd64/libnpjp2.so
- Restart Firefox
Done!
Posted by Alejandro. Filed under 64-bit, Firefox, Linux, terminal, Ubuntu.
November 1, 2008
Como instalar Flash 10 en Intrepid, Ubuntu 8.10 64 Bit
Sorry, this entry is only available in Español.
November 1, 2008
Installing Flash 10 on Intrepid, Ubuntu 8.10 64 Bits
IMPORTANT UPDATE: Adobe has released a NATIVE 64bit Flash Player, Please see this post
Now that Intrepid (Ubuntu 8.10) is out, installing the latest version of flash 10 (ver. 10.0.12.36) is easier than never before, just type the following in your terminal
sudo apt-get install flashplugin-nonfree
Done!
Alternatively you can simply select the package flashplugin-nonfree in synaptic.
Hardy users, Ubuntu 8.04 LTS, see this post
October 29, 2008
Restart USB subsystem on Ubuntu
If for some reason you want to restart your USB subsystem, there is no need to reboot. Just write the following on the terminal:
sudo /etc/init.d/udev restart
Done.
October 15, 2008
La forma más fácil de instalar flash 10 en Ubuntu 64 bits
Sorry, this entry is only available in Español.
Posted by Alejandro. Filed under 64-bit, Firefox, Flash, Ubuntu.