jump to navigation

How to install x64 flash in linux December 9, 2009

Posted by Sayantan in Ubuntu, browser, linux.
Tags: , , , , ,
add a comment

Since Adobe released a new version of its x64 bit flash player , I am going to install it replacing my existing 32 bit flash player.
First, download the file from this link http://labs.adobe.com/downloads/flashplayer10_64bit.html.
Now go to the download directory and right click on the file and select ‘Extract here’. Go into the folder to find the file ‘ libflashplayer.so’
Now , open a terminal, and navigate to the downloaded directory. For me it is Downloads. So , in the terminal type
$ cd ~/Downloads
now do a find command to see where the libflashplayer.so files are located in
$ sudo find / -name 'libflashplayer.so'.
I get the following output. The second one you will get only if you use linux mint.
/usr/lib/mozilla/plugins/libflashplayer.so
/opt/mint-flashplugin-x64/libflashplayer.so

Now, we need to back up the existing files and copy the new file in place. that is all.
~/Downloads $ sudo mv /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/mozilla/plugins/libflashplayer.so.bak
~/Downloads $ sudo cp libflashplayer.so /usr/lib/mozilla/plugins/libflashplayer.so
~/Downloads $ sudo mv /opt/mint-flashplugin-x64/libflashplayer.so /opt/mint-flashplugin-x64/libflashplayer.so.bak
~/Downloads $ sudo cp libflashplayer.so /opt/mint-flashplugin-x64/libflashplayer.so

Now check if the files are copied fine. You will see there are two files. The one that you backed up and the other that you copied.

$ ls /opt/mint-flashplugin-x64/
libflashplayer.so libflashplayer.so.bak

$ ls /usr/lib/mozilla/plugins/
libflashplayer.so.bak
libflashplayer.so

Thats it. Now restart your browser and you will see the new flash player has been installed.

Google Chrome beta for Linux officially available December 8, 2009

Posted by Sayantan in Ubuntu, browser, linux, open source, red hat.
Tags: , , , , , ,
add a comment

Google released the beta version of Chrome for Linux and Mac today. The packaged files for major distributions are availabe at http://www.google.com/chrome.
Users who were already using the dev channel version can find the beta packaged seperately in synaptic . Trying to install the beta will prompt you to uninstall the unstable version though. Try out and give your feedbacks. With extensions coming in thick and fast, personally i feel google chrome will shape up to be a great browser for the linux environment.

Along with chrome, chromium,the open source version of google chrome, also enters the beta stage.
Keep up the good work google! And the chromium devs too!

Daylight savings and fedora 11 October 26, 2009

Posted by Sayantan in linux, red hat.
Tags: , , , , ,
add a comment

All those who are using Fedora 11 as their operating system, you can enable the NTP server on your system to avoid manually setting the clock on your pc every time the clocks go forward or backward.
Go to
system -> administration -> time & date -> network time protocol and enable it.
Mine was not enabled!

Catalyst 9.10 brings back compiz in Fedora 11 & support for Ubuntu 9.10 October 26, 2009

Posted by Sayantan in linux, red hat.
Tags: , , , , ,
add a comment

When I upgraded to kernel 2.6.30 on Fedora 11 , catalyst 9.9 stopped working and I got blank screens. I had to be content with the opensource graphics drivers which did not provide 3D acceleration in fedora 11 systems (surprisingly!)
Now, after the release of catalyst 9.10 , I’m back using compiz and my favourite wobbly effects.
Also, it officially brings in support for the upcoming Ubuntu 9.10.