iGeek Blog

Jignesh Patel's Blog

categories

recent posts

recent comments



You will need Picasa installed on your system, if you wanna download the Picasa Web Albums. Perhaps not! You can download the whole album without installing Picasa on the system.

DownThemAll, a Firefox add-on can do it for you. Install the extension on Firefox. Click on the RSS Feed icon in the address bar of Firefox. On the landing page, right click & select DownThenAll from the Menu.

I feel jealous when someone proudly so say it.. "I'm sitting next to ZCE!", because I am not that much lucky. However I am sitting somewhat nearer to ZCE.

Well, The ZCE is Anil, my friend at my life and my TL at my work place. And the person sitting next to him is Hitesh. Anil became the ZCE last week, its proud for me and the same should be for the PHP cum Web Developers from Gujarat. He is just a second person from Gujarat to be a ZCE, his roommate also achieved the same on the same day. So now we have three Gujju ZCE.

I have seen Anil's hard-work and dedication to become the ZCE from last year. He really deserve it. Nothing more I can say. Congrates Dude...

This is one of the coolest thing I seen in Linux. Now converting image formats from and to for the various image/video formats is lot easier. A script is available for the same. Download it.

You will need to place it in "/.gnome2/nautilus-scripts" in your home directory. To use the script right-click any image/video file, navigate to 'Scripts' » 'avconvert'.
However you will need to install 'imagemagick' for image conversion and resizing thing, and 'ffmpeg' for video conversion to get the script working.

$ sudo apt-get install imagemagick
$ sudo apt-get install ffmpeg
Here are some features.
  • Converts between various audio/video formats
  • Converts between various image formats
  • Creates an image of your text file
  • Various conversions between TXT, RTF, HTML, MSOffice and OpenOffice
  • Produce a WAV file from your text.
For more: visit here.
The screenshots shown below can explain all.

About a month has been passed, I installed Ubuntu 8.04. Firefox 3 was the default installed on it.
From starting I faced lot many problems regarding the Flash on FF3. Somehow sometimes it played flash videos, but always got hanged after playing 4-5 seconds of video. After referring lot many google searches, I installed FF3, 'lashplugin-nonfree', 'swfdec-mozilla', 'adobe-flashplugin'.. lot many times. But still the problem was not solved.

Finally, Part of Solution found on Ubuntu forums, got it worked. This is how:

sudo apt-get purge flashplugin-nonfree gnash gnash-common swfdec-mozilla && sudo apt-get install flashplugin-nonfree libflashsupport

That leads to flash working on Opera only, still not in FF3. The problem I got when I launched it from command line. It was not able to initialize shared libraries. So copying all the shared libraries (.so files e.g. libnss3.so, libssl3.so, libplc4.so.. total of 16 files) from FF3 source to '/usr/lib' got it worked.